demo time (#27)
This commit is contained in:
48
README.md
48
README.md
@@ -2,23 +2,55 @@
|
||||
|
||||
**Pronounced `/ˈtʌɪmə/` or `/ˈtaɪmər/`.**
|
||||
|
||||
# About
|
||||
|
||||
`tim:r` is a TUI app to help you to organize one of the most important thing you have in live: `time`!
|
||||
`tim:r` is a TUI app to help organize one of the most important thing you might 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](https://en.wikipedia.org/wiki/Pomodoro_Technique).
|
||||
|
||||
It's built with [`Ratatui`](https://ratatui.rs/) written in [Rust 🦀](https://www.rust-lang.org/).
|
||||
|
||||
It's built with [`ratatui`](https://ratatui.rs/) ([Rust](https://www.rust-lang.org/)).
|
||||
# Preview
|
||||
|
||||
_Side note:_ Theme colors depend on your terminal preferences.
|
||||
|
||||
# Screens
|
||||
## Pomodoro
|
||||
|
||||
_soon_
|
||||
<a href="demo/pomodoro.gif">
|
||||
<img alt="pomodoro" src="demo/pomodoro.gif" />
|
||||
</a>
|
||||
|
||||
# Args
|
||||
## Timer
|
||||
|
||||
<a href="demo/timer.gif">
|
||||
<img alt="pomodoro" src="demo/timer.gif" />
|
||||
</a>
|
||||
|
||||
## Countdown
|
||||
|
||||
<a href="demo/countdown.gif">
|
||||
<img alt="countdown" src="demo/countdown.gif" />
|
||||
</a>
|
||||
|
||||
## Change style
|
||||
|
||||
<a href="demo/style.gif">
|
||||
<img alt="style" src="demo/style.gif" />
|
||||
</a>
|
||||
|
||||
## Toggle deciseconds
|
||||
|
||||
<a href="demo/decis.gif">
|
||||
<img alt="deciseconds" src="demo/decis.gif" />
|
||||
</a>
|
||||
|
||||
## Menu
|
||||
|
||||
<a href="demo/menu.gif">
|
||||
<img alt="menu" src="demo/menu.gif" />
|
||||
</a>
|
||||
|
||||
# Args ⚙️
|
||||
|
||||
```sh
|
||||
Usage: timr [OPTIONS]
|
||||
@@ -34,7 +66,7 @@ Options:
|
||||
-h, --help Print help
|
||||
```
|
||||
|
||||
# Build from source
|
||||
# Build from source 🔧
|
||||
|
||||
## Requirements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user