time.io

0.1.10 • Public • Published

time.io

Time.IO is supposed to be a tool to help you keep track of how much time you spend on doing something (coding, learning, etc.) 🤔.

time.io

Installation

npm i -g time.io

Usage

time-io

Available Commands

  • create <name> Creates a project with the specified name
  • delete <name> Deletes a project with all its data (use with caution)
  • list Lists all projects
  • use <name> Switch to a project with the specified name
  • info Prints info about a project (a project must be selected with use)
  • start Start the timer (You can press enter to stop it after starting it) (a project must be selected with use)
  • info <formatter> Prints data about the currently selected project, See formatters below.
  • clear Clears the terminal screen
  • help Prints all available commands
  • exit Exits

Command Aliases

Command Aliases
create c
delete remove, rm, del
list ls, l
use u
start s
clear cls
help h
info i

Formatters

  • day Groups the output data by days

time.io

  • month Groups the output data by months

time.io

  • year Groups the output data by years

time.io

Notes

  • The timer saves your data every 3 minutes and when you stop it
  • Do not run multiple timers on the same project as it will create a message in the data file

Don't judge the half-assed functional code I'm still learning functional programming and it's pretty hard 😥

Thanks

Dependencies (4)

Dev Dependencies (13)

Package Sidebar

Install

npm i time.io

Weekly Downloads

3

Version

0.1.10

License

MIT

Unpacked Size

777 kB

Total Files

5

Last publish

Collaborators

  • wintercore