Skip to content
/ jrn Public

Journalize your working days and measure how many times tasks takes

Notifications You must be signed in to change notification settings

Curs3W4ll/jrn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jrn

Journalize your working days

Description

Jrn is a tool to help you know at time what you've done in the day

Help

Installation

Install python3

Ubuntu / Debian

sudo apt-get install python3

Arch

sudo pacman -S install python3

Fedora

sudo dnf install python3

MacOS

brew install python3

Install jrn

git clone https://github.com/Curs3W4ll/jrn.git .jrn
cd .jrn
chmod +x build.sh; ./build.sh

Update

cd .jrn
./update.sh

Removing

cd .jrn
./remove.sh
cd ..
rm -rf .jrn

General Tips

Use it by saying the name of the activity your starting:

$ jrn "My activity"

jrn_new_activity

This will also end your previous activity if one was pending

jrn_add_activity

To end the current activity:

$ jrn

jrn_end_activity

To continue the task you was previously working on:

$ jrn -p

jrn_new_previous_activity

This will end the current activity if their is one

jrn_add_previous_activity

Display a summary of all the activity you've done in the day:

$ jrn -s

jrn_basic_summary

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

jrn_readable_summary

If you want to select a specific date for the summaries:

$ jrn -s -d "27 Jul 2021"

jrn_dated_summary

About

Journalize your working days and measure how many times tasks takes

Topics

Resources

Stars

Watchers

Forks