A utility for recalling where you left off.
List recall notes associated with the current working directory.
Run by running without any subcommand.
❯ recall
[0] Was just fixing the regex query in ./src/music/chord.rs
[1] Also, don't forget to change the year in ./LICENSE
Batch add notes to the recall list of the current working directory.
Valid paths surrounded by ticks (`) will be printed (list) as hyperlinks, if the your terminal emulator supports this.
❯ recall add "Chech this out: `./Cargo.toml`" "Also, do the other thing"
Batch remove notes by index from the recall list of the current working directory.
❯ recall
[0] 0
[1] 1
[2] 2
[3] 3
❯ recall rm 1 3
❯ recall
[0] 0
[1] 2
PRs, issues, ideas and suggestions and all appreciated and very welcome :)
This project is licenced under MIT.