#note #store #deadlines #edit #show #command #conveniently

app goal

Conveniently store a note for remembering things

1 stable release

Uses old Rust 2015

1.0.1 Oct 16, 2022
1.0.0 Jan 18, 2017

#7 in #deadlines

MIT/Apache

11KB
192 lines

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.

Dependencies

~2–2.8MB
~51K SLoC