https://github.com/tillwege/timerius
A commandline Timer written in rust
https://github.com/tillwege/timerius
commandline rust timer tool
Last synced: over 1 year ago
JSON representation
A commandline Timer written in rust
- Host: GitHub
- URL: https://github.com/tillwege/timerius
- Owner: TillWege
- License: mit
- Created: 2023-01-27T13:21:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T18:58:17.000Z (over 3 years ago)
- Last Synced: 2025-02-28T07:51:58.333Z (over 1 year ago)
- Topics: commandline, rust, timer, tool
- Language: Rust
- Homepage: https://crates.io/crates/timerius
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
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 -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``