https://github.com/jottenlips/shellnotes
🐢 The tiny turtle terminal note taker
https://github.com/jottenlips/shellnotes
Last synced: 3 months ago
JSON representation
🐢 The tiny turtle terminal note taker
- Host: GitHub
- URL: https://github.com/jottenlips/shellnotes
- Owner: jottenlips
- License: mit
- Created: 2022-06-24T05:00:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T15:45:08.000Z (almost 4 years ago)
- Last Synced: 2025-03-19T05:34:21.519Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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