- Add `Logger`, `Config`
- Back to `nixos-unstable`
- `nix flake update`
This commit is contained in:
Jens K.
2024-12-04 13:29:58 +01:00
committed by GitHub
parent b815b1f5eb
commit 634884d483
11 changed files with 418 additions and 55 deletions

View File

@@ -1,13 +1,20 @@
# tim:r
# tim:r
**pronounced `/ˈɪmə/` or `/ˈtaɪmər/`**
**Pronounced `/ˈɪmə/` or `/ˈtaɪmər/`.** Other just say `timer`.
> [!WARNING]
> [!WARNING]
> _Everything is still WIP_ 😎
# About
`tim:r` is a TUI to track your `time` built with [`ratatui`](https://ratatui.rs/) ([Rust](https://www.rust-lang.org/))
`tim:r` is a TUI app to help you to organize one of the most important thing you have in live: `time`!
- `[t]imer` Check the time on anything you are you doing.
- `[c]ountdown` Use it for your workout, yoga session, meditation, handstand or whatever.
- `[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/))
# Screens
@@ -72,3 +79,13 @@ Available recipes:
test # run tests
t # alias for `test`
```
# Misc.
## Logs
In `debug` mode only.
```sh
tail -f ~/.local/state/timr/logs/timr.log
```