https://github.com/bruth/journal
Bash script for keeping a journal using VIm
https://github.com/bruth/journal
Last synced: about 1 year ago
JSON representation
Bash script for keeping a journal using VIm
- Host: GitHub
- URL: https://github.com/bruth/journal
- Owner: bruth
- Created: 2012-11-25T22:52:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-28T04:32:20.000Z (over 13 years ago)
- Last Synced: 2025-02-14T10:56:12.607Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### A Vim + cron + Markdown-based Journal
Edit your crontab:
```bash
crontab -e
```
Add an entry. If `journal` is not on your `PATH`, use the absolute path
to the script.
```cron
0,30 8-18 * * mon-fri journal
```
Customize the location of the journal by setting the `JOURNAL` environment
variable or by passing an argument to `journal` directly:
```bash
JOURNAL=path/to/journal journal
```
or
```bash
journal path/to/journal
```
This enables keeping separate journals for different topics or contexts.