Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

max-wittig/terminal_timekeeper

Repository files navigation

terminal_timekeeper

a minimalistic timekeeper in your terminal compatible with timekeeper js

setup virtualenv & install requirements

  
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

setup timekeeper as softlink be to run from anywhere

sudo ln -s `pwd`/__main__.py /usr/bin/timekeeper
sudo chmod +x /usr/bin/timekeeper

sycing to your timekeeperServer

{
  "url": "http://127.0.0.1:3000/timekeeperServer.php",
  "username": "testing",
  "password": "123"
}
  • Replace it with your data

usage

Command Result
timekeeper -p Test -t Start Starts new task named Start in project Test
timekeeper -l p Lists all projects, that have been created
timekeeper -l t Lists a few of the last tasks
timekeeper -l t -c 50 Lists the last 50 tasks
timekeeper -s show_latest_month Runs script "show_latest_month" from script folder with parameter

About

a minimalistic timekeeper in your terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published