Skip to content

Modular timetracking app for Unix-like CLI environments

Notifications You must be signed in to change notification settings

sdavidsson90/timetracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# ===================================
#
#    Timetracking
#    Author: Sighvatur Sveinn Davidsson (2024)
#
#    Description:
#    Sources a series of actions to create timestamps in a timetracking log.
#    Report generation depends on R-libraries: openxlsx, dplyr. The rest is
#    base-R and bash.
# 
#    Usage: $ timetracking <i|o|f|e|l|d|w>
#    -i    Create entry in "checkin" field log.csv
#    -o    Create entry in "checkout" field in log.csv
#    -f    Fix: Recalculate "hrs" field in log.csv
#    -l    Print log.csv
#    -e    Open log.csv for editing
#    -d    Print reports/daily.csv
#    -w    Print reports/weekly.csv
#
# ===================================

About

Modular timetracking app for Unix-like CLI environments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published