remember

Crates.ioremember
lib.rsremember
version1.0.0
sourcesrc
created_at2016-05-15 23:52:56.903115
updated_at2016-05-15 23:52:56.903115
descriptionCommand-line utility to remember things
homepage
repositoryhttps://github.com/EVA-01/remember
max_upload_size
id5082
size10,529
James Anthony Bruno (EVA-01)

documentation

README

remember

Command-line utility to remember things

Dependencies

Building

cd remember
cargo build

Binary is saved at remember/target/debug/remember.

Usage

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
Commit count: 2

cargo fmt