timr-tui/README.md
Jens K. 634884d483
Logging (#8)
- Add `Logger`, `Config`
- Back to `nixos-unstable`
- `nix flake update`
2024-12-04 13:29:58 +01:00

1.6 KiB
Raw Blame History

tim:r

Pronounced /ˈɪmə/ or /ˈtaɪmər/. Other just say timer.

Warning

Everything is still WIP 😎

About

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.

It's 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`

Misc.

Logs

In debug mode only.

tail -f ~/.local/state/timr/logs/timr.log