goal

Crates.iogoal
lib.rsgoal
version1.0.1
sourcesrc
created_at2017-01-18 02:58:23.339689
updated_at2022-10-16 20:16:37.917032
descriptionConveniently store a note for remembering things
homepage
repositoryhttps://github.com/pengowen123/goal
max_upload_size
id8113
size29,462
(pengowen123)

documentation

README

goal

A simple command line tool to store a small note.

Running goal set <message> will set the note. A deadline can also be specified: goal set <message> -d <deadline>. To see the note, run goal show. To edit the note with an editor, run goal edit. The default editor is taken from $EDITOR, but it can be overridden with goal edit -e <editor>.

Installation

If you have Cargo installed (get it from here), you can run: cargo install goal

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 12

cargo fmt