Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitlab.com/viktomas/timer

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab.com/viktomas/timer

  • v0.0.0-20200906144619-8d42fb1b07b0
  • Source
  • Go
  • Socket score

Version published
Created
Source

timer

timer is a tiny golang utility that helps me track time in 25min chunks, inspired by pomodoro.

Showcase

Install

go get -u gitlab.com/viktomas/timer

Command reference

  • timer start [-a] - starts a unit now
    • -a stands for append. Unit starts at the very time when last unit finished
  • timer pause - pauses the unit until timer start is called
  • timer report - shows a progress bar and finishes when unit finishes
  • timer delete - deletes last unit
  • ./reportAndNotify.sh - reports and then triggers OSX notification

User file

All units are stored as json in ~/.config/timer/timerData.json (or in your home dir on Windows).

Useful aliases

alias ts="timer start"
alias tp="timer pause"
alias tas="timer -a start"
alias tr="~/path/to/timer/reportAndNotify.sh"

Acknowledgements

  • Project logo is an icon from FontAwesome

FAQs

Package last updated on 06 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc