Crates.io | remember |
lib.rs | remember |
version | 1.0.0 |
source | src |
created_at | 2016-05-15 23:52:56.903115 |
updated_at | 2016-05-15 23:52:56.903115 |
description | Command-line utility to remember things |
homepage | |
repository | https://github.com/EVA-01/remember |
max_upload_size | |
id | 5082 |
size | 10,529 |
Command-line utility to remember things
cd remember
cargo build
Binary is saved at remember/target/debug/remember.
remember 1.0.0
Remember things from your command line
USAGE:
remember [FLAGS] [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
add Adds to memory bank
change Change value of key. Adds key if none exists.
find Find value for key
help Prints this message or the help of the given subcommand(s)
list List all saved information
remove Removes key
wipe This will completely remove all information