Beikao for your command line. You're welcome.
npm install -g beikao
There are three currently supported flags:
-
beikao -a
- Adds a note. Must have a title, unique titles only.
-
beikao -s
- Searches for notes. Once the note title you're looking for is at the top, press enter to display its contents.
-
beikao -l
- Lists every. You can pull a
beikao -l | grep -A5 #17
to get the gist of your 17th note.
- Lists every. You can pull a
There is currently no deletion or editing. Search selection will be improved later.
git clone https://github.com/otmichael/Beikao_CL.git
cd Beikao_CL
yarn install