Skip to content

note without the e(vernote), the quickest dirtiest cli evernote client ever

License

Notifications You must be signed in to change notification settings

lorencarvalho/not

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI version

not

If anyone is interested in the halfway point between Geeknote & a random collection of .txt files in $HOME, meet me in the middle with 'not (note w/o the [e]vernote)', a low-friction, dumb as rocks, evernote based notekeeping thing.

rationale

i need to take notes on a daily basis, but i hate all note taking software

i just want to scratch down some crap in vi and save it somewhere safe and synced

Geeknote is cool (and largely inspired not), but it's super feature rich and requires extra brain workyness that I don't often have.

not and I'm done

install

for regular pip install:

pip install not

if you are cool, use pex!

pex not -c not -o ~/bin/not && pex not -c not-setup -o ~/bin/not-setup

then run the setup script:

not-setup

usage

not -- creates or updates a note using your favorite editor, stored in default notebook, named after today's date

not some_title same thing, but instead of todays date it's whatever custom title you wrote

piping via stdin also works for ultimate lazyness:

echo 'wow I am so lazy' | not

to add tags, simply add a line to your note that starts with "tags:" and then a comma separated list for example: tags: these,are,tags

don't remember the last couple notes you edited? just run

not ls

it will return a list of the last 10ish edited notes

  • all notes are plaintext
  • no notebook customization, just the default notebook
  • line breaks and html aren't handled that well, sorry
  • open to pull requests as long as the philosophy remains unchanged

About

note without the e(vernote), the quickest dirtiest cli evernote client ever

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages