https://github.com/rv178/tuido
TUI based to-do app
https://github.com/rv178/tuido
Last synced: 4 months ago
JSON representation
TUI based to-do app
- Host: GitHub
- URL: https://github.com/rv178/tuido
- Owner: rv178
- Created: 2022-07-14T11:28:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T16:04:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T10:50:52.501Z (6 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TUIdo
Simple TUI based to-do app written in Rust.
TUIdo stores a JSON file that contains your todos in `~/.config/todos.json`.

### Installation
#### Arch Linux
```
cd contrib/
makepkg -si
```You can compile it using `cargo` or install [baker](https://github.com/rv178/baker) and install it like this:
```
bake setup
bake
sudo bake install
```A binary will be copied to `./bin/tuido`
### Uninstalling
```
sudo bake uninstall
```### Usage
```
tuido
```