Orhun Parmaksız
66c6d7fc46
docs: Add instructions for installing from the AUR ( #41 )
2025-01-06 09:06:15 +01:00
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.
a4f8885eb1
feat(cli): arg --menu ( #37 )
...
- Add `--menu` to args
- Add `--version` to args
- Change default behavior: At a first run of the app, the menu will be shown by default (similar to what @tschinz suggested in #33 ). However, if an user hides the menu later and closes the app, the menu will be hidden again with a next start. Just because the app restores the last app state.
2025-01-01 15:13:10 +01:00
Jens K.
7312ad51d8
fix: use data_local_dir if state_dir not found ( #31 )
...
Fixes #30
2024-12-30 19:56:27 +01:00
Jens K.
d56434f2de
demo time ( #27 )
2024-12-27 18:59:33 +01:00
jk
0673b8e1dd
update README
2024-12-26 20:06:28 +01:00
Jens K.
acb627b1d7
Add styles: Light, Medium, Dark, Braille ( #24 )
...
* add `Style::Braille`, use ratatui's shades/arrows
* update args
* update README
2024-12-23 15:13:06 +01:00
Jens K.
d86f8905f2
Cleanup ( #23 )
...
* simplify footer
* improve: &T vs. &mut T
* remove header
* adjust table space
* update README
2024-12-23 14:24:15 +01:00
Jens K.
2cf411e2ae
more args: mode, style, decis ( #20 )
2024-12-21 18:00:46 +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.
b815b1f5eb
wip
2024-12-03 17:14:05 +01:00
Jens K.
3d0d55c8d8
rustfmt, clippy, gh actions, justfile, Default app ( #4 )
...
* `Default` app
* add zed settings
* add justfile
* flake: update devShell, ignore tests, add `just`
* update README
* gh actions: lint, format, tests. build
2024-11-29 15:49:55 +01:00
Jens K.
b95d7ecfb2
initial structure + nix build ( #1 )
...
(incl. cross-compiling)
2024-11-27 20:57:43 +01:00
Jens K.
f4012856a4
Initial commit
2024-11-27 18:16:56 +01:00