1
0
mirror of https://github.com/pcvolkmer/checkbar.git synced 2025-04-19 19:16:50 +00:00

24 Commits

Author SHA1 Message Date
ebb5cb7cfa Dependencies 2024-12-16 23:33:17 +01:00
9a087ef474 Update Tokio dependency
All checks were successful
CI / test (push) Successful in 1m5s
2024-11-05 20:54:33 +01:00
3dd85af3fe Update dev dependencies
All checks were successful
CI / test (push) Successful in 1m25s
2024-07-14 13:13:37 +02:00
44eb12b1cc Update dependencies
Some checks failed
CI / test (push) Failing after 1m23s
2024-07-08 10:37:48 +02:00
93856480e9 Update dependencies
All checks were successful
CI / test (push) Successful in 1m38s
2024-06-09 19:07:53 +02:00
b693ac000b Update tokio to version 1.36
All checks were successful
CI / test (push) Successful in 1m23s
2024-02-20 20:52:01 +01:00
3399b541e7 Update dependencies 2024-01-04 03:14:40 +01:00
b75a1218bd Show cursor after exit in terminal mode 2023-12-11 16:45:44 +01:00
fea1d3f650 Use ANSI Escape sequences to produce a terminal-output if running in terminal 2023-12-10 12:37:03 +01:00
8ff43775aa Use http crate instead of hyper crate for tests 2023-12-09 13:48:04 +01:00
9858f6f7b6 Update dependencies 2023-10-19 10:16:17 +02:00
c1a8ce4fdc Set dependency versions 2023-05-05 13:21:40 +02:00
9b8a0ca3ef Update build profile for smaller file size 2023-05-05 13:17:15 +02:00
5ea44efd11 Update dirs crate 2023-04-12 19:50:14 +02:00
01afd6eba6 Move duration parsing into sub package 2023-02-19 14:32:38 +01:00
ebd4df6e54 Fix typo in README.adoc 2023-02-19 14:10:25 +01:00
a89709b39a Use enum with available values for mouse button 2023-02-14 21:16:51 +01:00
4684e482fa Add tests for http based checkers 2023-01-24 22:59:45 +01:00
a76e3d8035 Move common check into trait with default implementation 2023-01-15 03:38:34 +01:00
1d56580135 Implement simple parser for update interval duration 2022-12-27 22:27:52 +01:00
1b4b8fa2a3 Cleaned up cargo files and updated dependencies 2022-11-27 12:02:42 +01:00
188d06d27f Cleanup code and tokio features 2022-03-06 12:53:34 +01:00
fbc5237a8e Add commands to be executed on mouse click 2022-03-05 14:14:30 +01:00
fb312d2102 Initial commit 2022-03-04 14:18:15 +01:00