Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mskelton/tsk

Tasks for the terminal dweller
https://github.com/mskelton/tsk

go sqlite task todo todo-list

Last synced: about 1 month ago
JSON representation

Tasks for the terminal dweller

Awesome Lists containing this project

README

        

# tsk

## Installation

You can install tsk by running the install script which will download
the [latest release](https://github.com/mskelton/tsk/releases/latest).

```bash
curl -LSfs https://go.mskelton.dev/tsk/install | sh
```

Or you can build from source.

```bash
git clone [email protected]:mskelton/tsk.git
cd tsk
go install .
```