Skip to content

rotmh/recall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recall

A utility for recalling where you left off.

Usage

List

List recall notes associated with the current working directory.

Run by running without any subcommand.

Example

❯ recall
[0] Was just fixing the regex query in ./src/music/chord.rs
[1] Also, don't forget to change the year in ./LICENSE

Add

Batch add notes to the recall list of the current working directory.

Hyperlinks

Valid paths surrounded by ticks (`) will be printed (list) as hyperlinks, if the your terminal emulator supports this.

Example

❯ recall add "Chech this out: `./Cargo.toml`" "Also, do the other thing"

Remove

Batch remove notes by index from the recall list of the current working directory.

Example

❯ recall 
[0] 0
[1] 1
[2] 2
[3] 3
❯ recall rm 1 3
❯ recall
[0] 0
[1] 2

Status

Contributions

PRs, issues, ideas and suggestions and all appreciated and very welcome :)

License

This project is licenced under MIT.

About

A utility for recalling where you left off.

Resources

License

Stars

Watchers

Forks