From d86f8905f2dbaf60eb9543e3485438b028fca8ad Mon Sep 17 00:00:00 2001 From: "Jens K." <47693+sectore@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:24:15 +0100 Subject: [PATCH] Cleanup (#23) * simplify footer * improve: &T vs. &mut T * remove header * adjust table space * update README --- README.md | 24 +++++++++++++------- src/app.rs | 28 ++++++++++------------- src/widgets.rs | 1 - src/widgets/clock.rs | 14 ++++++------ src/widgets/footer.rs | 49 ++++++++++++----------------------------- src/widgets/header.rs | 30 ------------------------- src/widgets/pomodoro.rs | 34 ++++++++++++++++++---------- 7 files changed, 71 insertions(+), 109 deletions(-) delete mode 100644 src/widgets/header.rs diff --git a/README.md b/README.md index becc681..a0eba7c 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ **Pronounced `/ˈtʌɪmə/` or `/ˈtaɪmər/`.** -> [!WARNING] -> _Still WIP_ - # About `tim:r` is a TUI app to help you to organize one of the most important thing you have in live: `time`! @@ -14,7 +11,7 @@ - `[p]omodoro` Organize your working time to be focused all the time by following the [Pomodoro Technique](https://en.wikipedia.org/wiki/Pomodoro_Technique). -It's built with [`ratatui`](https://ratatui.rs/) ([Rust](https://www.rust-lang.org/)) +It's built with [`ratatui`](https://ratatui.rs/) ([Rust](https://www.rust-lang.org/)). # Screens @@ -33,6 +30,7 @@ Options: -d, --decis Wether to show deciseconds or not -m, --mode Mode to start with: [t]imer, [c]ountdown, [p]omodoro [default: timer] [possible values: countdown, timer, pomodoro] -s, --style