Crates.io | timerius |
lib.rs | timerius |
version | 0.1.1 |
source | src |
created_at | 2023-01-27 18:58:58.41489 |
updated_at | 2023-01-27 18:58:58.41489 |
description | A commandline timer tool with native OS notifications. |
homepage | https://github.com/TillWege/Timerius |
repository | https://github.com/TillWege/Timerius |
max_upload_size | |
id | 769847 |
size | 46,096 |
A simple commandline timer software written in Rust that send you desktop-notifications
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
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