Quick notes from the command line
scratchnotes is a CRUD app for notes on the command line. It's designed to be simple and quick.
s
s notename
s -d notename
s -h
-
Make
~/.scratchnotes/notes
if it doesn't exist -
Store files in
~/.scratchnotes/notes
-
List out all files if the
s
command is run with no arguments -
Sort file listing
-
Show a message if there are no notes in the archive
-
Open files when the are called by name
-
If a file doesn't exist, ask if you want to create it
-
Setup
-d notename
to remove files -
Setup
-h
to display help (already built in) -
Autocomplete file names from in the arguments
-
Allow for spaces in file names
This is currently in the "Works on my machine" phase. If you clone the repo down on mac and run the install with this it's got a good chance of adding it to your path so you can use it:
cargo install --path .