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