https://github.com/phansch/jours
Daily journals and note taking on the command line
https://github.com/phansch/jours
Last synced: 8 months ago
JSON representation
Daily journals and note taking on the command line
- Host: GitHub
- URL: https://github.com/phansch/jours
- Owner: phansch
- License: mit
- Created: 2018-06-12T17:52:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T20:33:37.000Z (about 8 years ago)
- Last Synced: 2025-05-18T05:08:33.756Z (about 1 year ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://travis-ci.com/phansch/jours)
# Jours
Essentially a glorified version of:
```shell
echo "* $(date +%X): I just did this and that" >> my_journal.txt
tail my_journal.txt
```
## Why?
* I want to keep a journal but found myself doing it only if there are absolutely no barriers to adding to the journal.
* I can more easily integrate it with other things, such as automatically logging when the screen was locked and unlocked, together with a timestamp.