Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```