Jens K.
|
847367f51e
|
Prepare publish (#39)
* refactor!: rename `.data` and `.log` files
- `timr.data` -> `app.data`
- `timr.log` -> `app.log`
* refactor!: rename app name `timr` -> `timr-tui`
* docs: update README (paths, names, installation)
* update Cargo.toml
* fix(release): warning: unused variable: `log_dir`
|
2025-01-02 12:16:56 +01:00 |
|
Jens K.
|
c9b444e91a
|
Persist app state (#21)
|
2024-12-22 18:56:55 +01:00 |
|
Jens K.
|
b7d6a6c139
|
Args (#14)
|
2024-12-14 18:24:51 +01:00 |
|
Jens K.
|
634884d483
|
Logging (#8)
- Add `Logger`, `Config`
- Back to `nixos-unstable`
- `nix flake update`
|
2024-12-04 13:29:58 +01:00 |
|
Jens K.
|
2f587c97b5
|
Event handling (#5)
- Refactor `event` handling (heavily inspired by [crates-tui](https://github.com/ratatui/crates-tui/) via [Tui with Terminal and EventHandler](https://ratatui.rs/recipes/apps/terminal-and-event-handler/))
- Refactor widget structure
- Disable `nixos-unstable` temporarily
- Add `.rustfmt.toml`
|
2024-12-02 15:43:04 +01:00 |
|
Jens K.
|
b1e9b027a2
|
standard layout (#2)
|
2024-11-28 16:02:01 +01:00 |
|
Jens K.
|
b95d7ecfb2
|
initial structure + nix build (#1)
(incl. cross-compiling)
|
2024-11-27 20:57:43 +01:00 |
|