GitXplorerGitXplorer
p

jours

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
23e5ffe25c2141957520f079eed1a73fd77e6193

Update readme

pphansch committed 7 years ago
Verified
1082525e95f657c734f56c6c9cc18df8d41d1928

Log everything with time

pphansch committed 7 years ago
Verified
501447863d1adc17607a659872b74b0d786781f0

Add initial way to add to tmp file

pphansch committed 7 years ago
Verified
286c3be05cc897b5936c8e8eb2946bad61ae38be

Create CODE_OF_CONDUCT.md

pphansch committed 7 years ago
Verified
eaef1f073c37b7036a13c967f5ccb5c87e4b0fc8

Create LICENSE

pphansch committed 7 years ago
Verified
313154615759e0eeb279492d7fd1a5bd93f2f0e2

Add initial 'why' to readme

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.