Home

09:29
about

About


I needed a way to manage multiple timers, so I have created this application. The CLI application is free to download and use. It has no restrictions. You can download the binary if you type in the shell prompt bellow.


In the future I plan to add a web app and implement the sync feature in the CLI application so that you can sync your timers across devices. These both features will require some form of payment, but the CLI application will remain free forever.


  • Quickstart
  • Documentation
  • Issues
  • 09:29
    features

    Features


  • Multiple timers - Most apps limit you to just one timer, not this one.
  • Countdown view - If you spend your days in the terminal you will love this feature.
  • Logs - each timer has a log of events that have happened during the lifetime of the timer (started, paused, resumed, completed, manual completed).
  • Topics - group timers by topic. Useful when having multiple timers for a specific topic.
  • Templates - if you notice that you reuse the same timer multiple times, you can create a template from that timer.
  • Cross platform - works on all major operating systems.
  • Disasterproof - it will continue to work even if you close the terminal or if your computer battery dies. No more lost time.
  • 09:29
    download

    Download


    Download the latest version for your operating system:


  • dt-aarch64-apple-darwin.tar.gz
  • dt-x86_64-apple-darwin.tar.gz
  • dt-x86_64-pc-windows-msvc.tar.gz
  • dt-x86_64-unknown-linux-gnu.tar.gz

  • Remember to extract the file. I recommend to name the binary file dt after extracting it.
    Add binary to PATH and then just call it with dt --help.