Skip to content

TillWege/Timerius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timerius

A simple commandline timer software written in Rust that send you desktop-notifications

Features

  • Set custom timer duration
  • Repeating timer
  • Native OS notifications
  • Low CPU usage

How to install

With rust and cargo installed, you can install Timerius by running

cargo install Timerius

Alternatively you can install the current head of this repository with

cargo install --git https://github.com/TillWege/Timerius.git

After that you should be able to invoke the binary simply by running Timerius in your terminal of choice

How to use

You can get a list of all available Commands by running

Timerius -h

To get information on any specific subcommand you can run

Timerius <subcommand> -h

You can start out by adding an alert by running

Timerius add -n Notifcation -d "this is an alert from timerius" -i 60 -r

After that you can start all of your timers by running

Timerius start

About

A commandline Timer written in rust

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages