Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rv178/tuido
TUI based to-do app
https://github.com/rv178/tuido
Last synced: 25 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T16:04:58.000Z (over 2 years ago)
- Last Synced: 2023-03-11T01:42:11.441Z (over 1 year 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`.
![Alt](https://media.discordapp.net/attachments/985433521084563486/997110251226681405/unknown.png)
### 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
```