2

I just found a command line note taking tool: terminal_velocity.

But I don't find a way to quickly remove a note, is there anyone knows how to do that?

1 Answers1

1

In the details section of the documentation it states:

Details

Notes are kept as plain text files in a notes directory (~/Notes by default).

You can cd into ~/Notes and remove the file you want to delete:

$: cd ~/Notes
$: rm your-note.txt