Journalize your working days
Jrn is a tool to help you know at time what you've done in the day
Ubuntu / Debian
sudo apt-get install python3
Arch
sudo pacman -S install python3
Fedora
sudo dnf install python3
MacOS
brew install python3
git clone https://github.com/Curs3W4ll/jrn.git .jrn
cd .jrn
chmod +x build.sh; ./build.sh
cd .jrn
./update.sh
cd .jrn
./remove.sh
cd ..
rm -rf .jrn
Use it by saying the name of the activity your starting:
$ jrn "My activity"
This will also end your previous activity if one was pending
To end the current activity:
$ jrn
To continue the task you was previously working on:
$ jrn -p
This will end the current activity if their is one
Display a summary of all the activity you've done in the day:
$ jrn -s
Display a global, more readable summary of your activities of the day:
$ jrn -rs
When multiples activities have the same name, their time is additionnated
If you want to select a specific date for the summaries:
$ jrn -s -d "27 Jul 2021"