| Crates.io | systemd-user-timers |
| lib.rs | systemd-user-timers |
| version | 1.1.1 |
| created_at | 2025-12-31 16:49:48.851266+00 |
| updated_at | 2026-01-06 22:45:18.998954+00 |
| description | A simple way to make systemd user timers, and might grow up into a full simple systemd frontend |
| homepage | https://systemd-user-timers.galacticsystemsindevelopment.xyz |
| repository | https://github.com/galacticSystemsInDevelopment/systemd-user-timers |
| max_upload_size | |
| id | 2014996 |
| size | 26,239 |
Systemd User Timers
usertimers: A command-line tool for creating systemd timers that run under the current user account.
usertimers provides an easy way to add, remove, and list user timers—which are systemd timers that are set up by a user, are configured in the user's home directory, and run as the user—on a Linux system. User timers can be used to kick off tasks such as backup and wallpaper changing that are executed while the user is logged in.
Note: System timers, which are defined in /etc/systemd/system, are not supported by this application.
Note: This app doesn't let you edit existing timers yet
Installation is easy! All you need is cargo.
If you don't have cargo, all you need is curl. If you don't have that, look up how to install curl. Here is how to install cargo:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Here is how to install systemd-user-timers:
cargo install systemd-user-timers
Subcommands will never be included in README.md. To get help, use this command:
usertimers --help
You can also get help for a subcommand by typing:
usertimers <SUBCOMMAND> --help