Release v0.2.0: Install/uninstall, custom timer, service-like behavior
Second release and probably the last one.
Moved away from winapi
crate for undocumented stuff to ntapi
.
New Features
- Custom timer setting via the
-t/--timer
option. - Install the program on your system and be ran at startup. (
--install
) - Uninstall the program from your system (
--uninstall
) - Read the timer range from your system (
--values
)
Please keep in mind that installing the program makes it run service-like. It starts with your computer and stays on. Also it cannot (I mean it, literally) crash while running.
Compared to other equivalent programs laying around, TimerSet takes around 500KB of memory to operate, with a cpu time of 0s after a whole day. Other programs are taking at least 5MB of RAM for instance, with some of them using the CPU from time to time.
Enjoy!