Commit Graph

32 Commits

Author SHA1 Message Date
Rekai Nyangadzayi Musuka 30625ba3ba chore: replace strings with macros 2021-04-04 18:01:09 -05:00
Rekai Nyangadzayi Musuka c46b0bfb71 feat: parse cli commands with clap 2021-02-20 16:49:10 -06:00
Rekai Nyangadzayi Musuka 016facf017 chore: fix import ambiguity when building on CI 2021-01-27 23:05:26 -06:00
Rekai Nyangadzayi Musuka 325304deff feat: implement the ability to skip 2020-12-15 21:35:16 -06:00
Rekai Nyangadzayi Musuka d94926a235 feat: add y/n option to continue pmdr cycle or not 2020-12-13 23:05:01 -06:00
Rekai Nyangadzayi Musuka 73c103b6e7 feat: bind r to restart current countdown 2020-12-13 22:20:26 -06:00
Rekai Nyangadzayi Musuka ce566c20ce chore: add pause functionality 2020-12-13 21:44:56 -06:00
Rekai Nyangadzayi Musuka 45df95704d chore: assign name to audio thread 2020-12-08 17:07:36 -06:00
Rekai Nyangadzayi Musuka 72cf545e79 chore: remove unnecessary import 2020-12-08 16:26:05 -06:00
Rekai Nyangadzayi Musuka 2f971c96a1 fix: move audio playback into another thread 2020-12-08 16:19:46 -06:00
Rekai Nyangadzayi Musuka 0e03745f0b feat: add -C / --create-config directory 2020-12-08 16:18:38 -06:00
Rekai Nyangadzayi Musuka 0346154f7b chore: Update Dependencies 2020-10-08 18:15:55 -05:00
Rekai Nyangadzayi Musuka d54aeaf005 chore: Rename methods to improve code clarity 2020-09-07 17:32:23 -05:00
Rekai Nyangadzayi Musuka 81a02edc2b Update Defaults 2020-08-31 00:29:04 -05:00
Rekai Nyangadzayi Musuka 8af7738a5b Add audio playback upon notification 2020-08-31 00:18:39 -05:00
Rekai Nyangadzayi Musuka 4a1633da1f Add cross-platform notification support 2020-08-30 22:16:18 -05:00
Rekai Nyangadzayi Musuka 6954e3dfd8 Rewrite Domasi 2020-08-30 20:22:27 -05:00
Rekai Nyangadzayi Musuka 68ec6883b7 Improve code quality 2020-08-23 22:28:17 -05:00
Rekai Musuka 8a1f2d9081 Remove async-std and squash some bugs 2020-08-19 20:57:54 -05:00
Rekai Musuka 01ce402595 Remove winrt-notification as a dependency
notify-rust works on Windows, Linux and macOS (and depends on
winrt-notification anyways) so I can just use notify-rust
2020-06-29 18:18:48 -05:00
Rekai Musuka 40c682515f Add --create-config flag to cli 2020-06-29 18:11:26 -05:00
Rekai Musuka f79fde6d16 Add ability to load pomodoro settings from TOML file 2020-06-21 16:45:21 -05:00
paoda a918d79ac0 Add windows notification support 2020-05-31 00:00:54 -05:00
Rekai Musuka f95f0a846f Support 'q', Esc and 'C-c' user inputs 2020-05-25 01:51:07 -05:00
Rekai Musuka b1b469f91f Implement toast notification on macOS and Linux 2020-05-24 19:27:46 -05:00
paoda bc9080fe2f Improve code clarity, write Alert::load() 2020-05-24 05:06:33 -05:00
Rekai Musuka 16e3f73616 Add --alert flag to start subcommand 2020-05-22 00:21:27 -05:00
Rekai Musuka 01d92aaede Handle missing audio file and, fix logic error 2020-05-21 23:59:38 -05:00
Rekai Musuka 171ccafe72 Add working clock, and improve appearance of the output 2020-05-21 23:56:42 -05:00
Rekai Musuka f21e9a5cae Play audio alert on progress in Pomodoro cycle 2020-05-21 21:07:19 -05:00
Rekai Musuka 29607dfd9d Implement Pomodoro Technique 2020-05-21 01:03:38 -05:00
Rekai Musuka b129fc5426 Initial Commit 2020-05-20 23:04:31 -05:00