Crates.io | goal |
lib.rs | goal |
version | 1.0.1 |
source | src |
created_at | 2017-01-18 02:58:23.339689 |
updated_at | 2022-10-16 20:16:37.917032 |
description | Conveniently store a note for remembering things |
homepage | |
repository | https://github.com/pengowen123/goal |
max_upload_size | |
id | 8113 |
size | 29,462 |
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>
.
If you have Cargo installed (get it from here), you can run:
cargo install goal
Licensed under either of
at your option.
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.