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`
This commit is contained in:
Jens K.
2025-01-02 12:16:56 +01:00
committed by GitHub
parent f3a6e073e2
commit 847367f51e
7 changed files with 51 additions and 45 deletions

4
Cargo.lock generated
View File

@@ -1051,8 +1051,8 @@ dependencies = [
]
[[package]]
name = "timr"
version = "0.1.0"
name = "timr-tui"
version = "0.9.0"
dependencies = [
"clap",
"color-eyre",