Skip to content

m-aXimilian/timing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic CLI time logging. Timestamps are written in a (un-indexed) relational database. The tool allows login and logout operations. Work time (=time logged in) and break time are derived automatically based on login and logout timestamps.

Usage

Building

git clone https://github.com/m-aXimilian/timing.git
mkdir build && cd build
cmake ..
make

Login

./timing login

Logout

./timing logout

Time logged in

./timing status

Packages for the image

  • g++
  • sqlite3

Doxygen and Dependencies

About

CLI-based work time logging

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages