GitXplorerGitXplorer
p

jours

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
258a954897de4d163c268736f47c8ccdffeff437

Add initial readme

pphansch committed 7 years ago
Verified
827e0c3487809dc444ce4360d8cd01d7ce4e5081

Add .travis.yml

pphansch committed 7 years ago
Verified
e43b0b30862cb689a93132f0a61e19cd7fe53f01

Add basic clap cli parsing setup

pphansch committed 7 years ago
Verified
f3316e03afc515081024a8dd937948534ba8eb14

Create repo

pphansch committed 7 years ago

README

The README file for this repository.

Build Status

Jours

Essentially a glorified version of:

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.