An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/phansch/jours.svg?branch=master)](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.