evuez / ttyme

A Haskell TUI for Harvest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ttyme

A TUI for Harvest.

ttyme

Usage

Press...

  • q to quit
  • r to force a refresh
  • a to create a new time entry
  • e to edit a time entry
  • Esc to save edits
  • k to focus next entry
  • j to focus previous entry
  • p to pause a time entry
  • dd to delete a time entry
  • -?[0-9]+[hm] to update the time: -1h removes one hour, 23m adds 23 minutes
  • t to cycle between tasks on a time entry
  • l to go to next day
  • h to go to previous day
  • L to go to next week
  • H to go to previous week
  • n to go to today

Install

Install stack and run make install.

You'll then have to create a configuration file ~/.config/ttyme/ttyme.toml:

harvest_token = "TOKEN"
harvest_account = "ACCOUNT ID"
project_id = "PROJECT ID"

Go to the developers page on Harvest to get the TOKEN and ACCOUNT ID. PROJECT ID can be found by navigating to a project page from Projects and looking at the URL for the project.

About

A Haskell TUI for Harvest.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 98.0%Language:Makefile 2.0%