1.0.3 • Published 3 years ago

shellnotes v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

shellnotes 🐢

The tiny turtle terminal note taker.

Shellnotes is a way to keep track of those small details and points that come up throughout the day. Shellnotes can help you avoid the workflow or meeting interruptions experienced by making a doc and remembering where you put it. At the end of your day, you can do a quick recap with the --today functionality or --yesterday for the previous day. This tool can help you remember what you did for your daily standups. If you enjoy this system leave a ⭐️. Thanks! More features coming soon.

install

npm install -g shellnotes

example usage

shellnotes Something I want to take a note on

Open today's note

shellnotes --edit

View today's note

shellnotes --today

View yesterday's note

shellnotes --yesterday

See all of your notes

shellnotes --all

You can also use the command note for shorthand instead of shellnotes

note Something I want to take a note on

Open today's note

note --edit

View today's note

note --today

See all of your notes

note --all

Markdown support

Use quotes for markdown

shellnotes '# This is markdown'

Location

Your shell notes are stored at ~/.shellnotes

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago