ElderMael / chronomancy

A CLI for managing my timesheets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chronomancy

NAME

chronomancy

SYNOPSIS

chronomancy [COMMAND] [OPTIONS]

DESCRIPTION

chronomancy is a small utility to keep timesheets based on (timetrap)1.

COMMANDS

in

Creates a new task, by default at current time

Options

  • -- at creates the task at the specified time. Human readable input can be parsed.
chronomancy start --at "10 AM" TECH "Update README"

out

Ends the current task

Options

  • -- at ends the task at the specified time. Human readable input can be parsed.
chronomancy out --at "5 minutes ago"

About

A CLI for managing my timesheets

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.2%Language:JavaScript 0.8%