Commit Graph

47 Commits

Author SHA1 Message Date
Rekai Nyangadzayi Musuka fe48b5c7d6 chore: updated ci badge
continuous-integration/drone/push Build is passing Details
2021-06-29 23:30:40 -05:00
Rekai Nyangadzayi Musuka 30625ba3ba chore: replace strings with macros 2021-04-04 18:01:09 -05:00
Rekai Nyangadzayi Musuka 758de0a805 chore: change CI target from rust 1.49 to latest 2021-02-25 23:16:29 -06:00
Rekai Nyangadzayi Musuka c46b0bfb71 feat: parse cli commands with clap 2021-02-20 16:49:10 -06:00
Rekai Nyangadzayi Musuka 500b1069bb Revert "chore: update rust version in CI config"
This reverts commit ad5e9e8761.
2021-02-11 16:12:40 -06:00
Rekai Nyangadzayi Musuka ad5e9e8761 chore: update rust version in CI config 2021-02-11 16:07:45 -06:00
Rekai Nyangadzayi Musuka 5a7a6db1df chore: add badge to README.md 2021-01-28 00:00:17 -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 1db139f47f chore: fix CI build errors 2021-01-27 23:04:35 -06:00
Rekai Nyangadzayi Musuka 58b40d400c feat: add CI integration 2021-01-27 22:44:13 -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 efe1a1ad37 chore: add dependency and rename author email 2020-12-13 21:29:07 -06:00
Rekai Nyangadzayi Musuka 656c6d6e33 chore: remove unnecessary dependency 2020-12-08 17:08:37 -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 40fa8f9447 chore: Update dependencies 2020-12-08 16:24:40 -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 8425062809 Update Dependencies 2020-08-18 16:05:08 -05:00
Rekai Musuka e93db3267b Update dependencies 2020-08-17 22:33:16 -05:00
Rekai Musuka dd8bb7b9d8 Update dependencies 2020-08-10 16:01:15 -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 ad79175056 Update Dependencies 2020-06-18 17:15:49 -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 820b2e53a9 Improve grammar in README.md 2020-05-20 23:05:28 -05:00
Rekai Musuka b129fc5426 Initial Commit 2020-05-20 23:04:31 -05:00