1 stable release
Uses old Rust 2015
1.0.1 | Oct 16, 2022 |
---|---|
1.0.0 |
|
#8 in #conveniently
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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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
~1.8–2.7MB
~49K SLoC