File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 11Notes in Bash
2+ -------------
23
34Quick Notes from the terminal, anywhere.
45
5- To install:
6+ Installing
7+ ----------
68
7- 1. Move this folder ( notes) to ~/bin
8- 2. Create the directory ~/.notes
9- 3. Add: " source ~/bin/notes/notes" (no quotes) to your ~/.profile or ~/.bash_profile file
9+ 1. `git clone https://github.com/nchelluri/ notes.git ~/bin`
10+ 2. `mkdir ~/.notes`
11+ 3. Add ` source ~/bin/notes/notes` to ` ~/.profile` **or** ` ~/.bash_profile`
1012
11- Done!
13+ Using
14+ --------
1215
13- Now from Terminal you can do :
16+ Now you should be able to use Notes, like so :
1417
15- notes # to list all notes
16- new-note asdf # to create a note named asdf
17- note as<TAB> # to view the note named asdf
18- edit-note asdf # to edit the note named asdf
18+ notes # to list all notes
19+ new-note asdf # to create a note named asdf
20+ note as<TAB> # to view the note named asdf
21+ edit-note asdf # to edit the note named asdf
1922
2023The End
You can’t perform that action at this time.
0 commit comments