tim:r
pronounced /ˈtʌɪmə/ or /ˈtaɪmər/
Warning
Everything is still WIP 😎
About
tim:r is a TUI to track your time built with ratatui (Rust)
Screens
soon
Installation
Build from source
Requirements
Nix (recommend)
cd into root directory.
If direnv is installed, run direnv allow once to install dependencies. Others run nix develop.
Non Nix user
Run
cargo run
Build
- Linux
nix build
- Windows (cross-compilation)
nix build .#windows
Commands to run, build etc.
just --list
Available recipes:
build # build app
b # alias for `build`
default
format # format files
f # alias for `format`
lint # lint
l # alias for `lint`
run # run app
r # alias for `run`
test # run tests
t # alias for `test`
Languages
Rust
97.7%
Nix
1.2%
Just
1.1%