0.4.1
This commit is contained in:
		
							
								
								
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -775,7 +775,7 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "toru"
 | 
					name = "toru"
 | 
				
			||||||
version = "0.4.0"
 | 
					version = "0.4.1"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "chrono",
 | 
					 "chrono",
 | 
				
			||||||
 "clap",
 | 
					 "clap",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
[package]
 | 
					[package]
 | 
				
			||||||
name = "toru"
 | 
					name = "toru"
 | 
				
			||||||
version = "0.4.0"
 | 
					version = "0.4.1"
 | 
				
			||||||
edition = "2021"
 | 
					edition = "2021"
 | 
				
			||||||
authors = ["Aaron Manning <contact@aaronmanning.net>"]
 | 
					authors = ["Aaron Manning <contact@aaronmanning.net>"]
 | 
				
			||||||
license = "GPL-2.0-only"
 | 
					license = "GPL-2.0-only"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										31
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										31
									
								
								README.md
									
									
									
									
									
								
							@@ -37,7 +37,7 @@ which will create an executable at `/target/release/toru`.
 | 
				
			|||||||
Simply type `toru` in terminal to display help information for each command:
 | 
					Simply type `toru` in terminal to display help information for each command:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
toru 0.4.0
 | 
					toru 0.4.1
 | 
				
			||||||
Aaron Manning <contact@aaronmanning.net>
 | 
					Aaron Manning <contact@aaronmanning.net>
 | 
				
			||||||
A command line task manager.
 | 
					A command line task manager.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -49,20 +49,21 @@ OPTIONS:
 | 
				
			|||||||
    -V, --version    Print version information
 | 
					    -V, --version    Print version information
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SUBCOMMANDS:
 | 
					SUBCOMMANDS:
 | 
				
			||||||
    complete     Mark a task as complete
 | 
					    complete      Mark a task as complete
 | 
				
			||||||
    config       For making changes to global configuration
 | 
					    config        For making changes to global configuration
 | 
				
			||||||
    delete       Delete a task (move file to trash)
 | 
					    delete        Delete a task (move file to trash)
 | 
				
			||||||
    edit         Edit a task directly
 | 
					    edit          Edit a task directly
 | 
				
			||||||
    git          Run Git commands at the root of the vault
 | 
					    git           Run Git commands at the root of the vault
 | 
				
			||||||
    gitignore    Adds the recommended .gitignore file to the vault
 | 
					    gitignore     Adds the recommended .gitignore file to the vault
 | 
				
			||||||
    list         Lists tasks according to the specified fields, ordering and filters
 | 
					    list          Lists tasks according to the specified fields, ordering and filters
 | 
				
			||||||
    new          Create a new task
 | 
					    new           Create a new task
 | 
				
			||||||
    stats        For statistics about the state of your vault
 | 
					    stats         For statistics about the state of your vault
 | 
				
			||||||
    svn          Run Subversion commands at the root of the vault
 | 
					    svn           Run Subversion commands at the root of the vault
 | 
				
			||||||
    switch       Switches to the specified vault
 | 
					    svn:ignore    Adds the recommended svn:ignore property to the top level of the vault
 | 
				
			||||||
    track        For tracking time against a task
 | 
					    switch        Switches to the specified vault
 | 
				
			||||||
    vault        Commands for interacting with vaults
 | 
					    track         For tracking time against a task
 | 
				
			||||||
    view         Displays the specified task in detail
 | 
					    vault         Commands for interacting with vaults
 | 
				
			||||||
 | 
					    view          Displays the specified task in detail
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You can view any help screen by passing in the `-h` or `--help` flag, and the internal documentation is designed to make it obvious how to use Toru.
 | 
					You can view any help screen by passing in the `-h` or `--help` flag, and the internal documentation is designed to make it obvious how to use Toru.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user