Crates.io | rem-cli |
lib.rs | rem-cli |
version | 0.2.3 |
source | src |
created_at | 2020-09-24 21:08:23.496849 |
updated_at | 2020-11-19 23:41:10.055891 |
description | A CLI tool to help you remember things |
homepage | |
repository | |
max_upload_size | |
id | 292662 |
size | 32,767 |
Remember things, on the CLI
$ cargo install rem-cli
Or clone this repository and compile!
$ rem-cli add Is mayonnaise an instrument?
$ rem-cli add 987654
$ rem-cli cat
Is mayonnaise an instrument?
987654
You can edit notes with the edit
command.
Please be aware:
$EDITOR
set in your environment$EDITOR
adds a trailing new line at the end of the note, it will be trimmed.$ rem-cli cat -n
0: Is mayonnaise an instrument?
1: 987654
$ rem-cli edit 0
...
Note committed! Squidward, I used your clarinet to unclog my toilet!
$ rem-cli cat -n
0: Squidward, I used your clarinet to unclog my toilet!"
1: 987654
By default notes are stored in $HOME/rem_notes.txt
.
Optionally you can change the notes path by setting an environment variable. You can insert this into your shell profile.
$ export REM_CLI_NOTES_PATH=/my-cloud-drive/notes.rem
MIT License