Skip to content

nchelluri/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Notes in Bash
-------------

Quick Notes from the terminal, anywhere.

Installing
----------

1. `git clone https://github.com/nchelluri/notes.git ~/bin`
2. `mkdir ~/.notes`
3. Add `source ~/bin/notes/notes` to `~/.profile` **or** `~/.bash_profile`

Using
--------

Now you should be able to use Notes, like so:

    notes              # to list all notes
    new-note asdf      # to create a note named asdf
    note as<TAB>       # to view the note named asdf
    edit-note asdf     # to edit the note named asdf

The End

About

Bash Notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages