-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: stopwatch and timer #3
Comments
Thanks for the suggestion. |
That could be a laggy stopwatch, considering that it has to format and draw large block characters (and rsclock is optimized for size). A timer would be handy, but I know from experience that notifying the user of a finished TUI timer is tricky. You should try your hand at it yourself, and PR when you have it working; even if your PR doesn't get accepted, you have your own version with the functionality you want! |
@Kyllingene I wrote this: https://github.com/poetaman/arttime for my needs. It has cross-platform desktop notifications. A stopwatch need not update screen every 10 ms. Are you maintaining this project? |
No, simply giving friendly suggestions. I quickly tested what it might look like if rsClock updated rapidly, and I stand corrected; it worked fine (on Alacritty, Arch Linux). My one remaining concern is desktop notifications. |
Probably adding notification management would be a "little too much"(as said by @Kyllingene), especially in terms of adding complexity to the entire code just for one (secondary) feature. |
Stopwatch and timer would make this a killer CLI app! Thanks
The text was updated successfully, but these errors were encountered: