timerius

Crates.iotimerius
lib.rstimerius
version0.1.1
sourcesrc
created_at2023-01-27 18:58:58.41489
updated_at2023-01-27 18:58:58.41489
descriptionA commandline timer tool with native OS notifications.
homepagehttps://github.com/TillWege/Timerius
repositoryhttps://github.com/TillWege/Timerius
max_upload_size
id769847
size46,096
(TillWege)

documentation

README

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

Commit count: 10

cargo fmt