https://github.com/soerlemans/journal.sh
Shell scripts for journaling.
https://github.com/soerlemans/journal.sh
bash journaling shell shell-script
Last synced: 3 months ago
JSON representation
Shell scripts for journaling.
- Host: GitHub
- URL: https://github.com/soerlemans/journal.sh
- Owner: soerlemans
- License: mit
- Created: 2025-03-04T18:08:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T18:16:15.000Z (3 months ago)
- Last Synced: 2025-03-04T19:24:22.978Z (3 months ago)
- Topics: bash, journaling, shell, shell-script
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
README
======
Lazy journaling scripts that I use.
1. `journal.sh`: Open a new Journal entry using `$EDITOR`.
2. `show-journal.sh`: Select a journal entry to read.Dependencies:
- `fzf`: Used to select the journal entry to read.
- `boxes`: Draws a parchment around each journal entry.
- `batcat`: I use batcat as the pager for reading my journal entries.
- `nvim`: If the `EDITOR` environment variable is not set, defaults to using neovim.