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

https://github.com/mskelton/tsk

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

go sqlite task todo todo-list

Last synced: about 2 months 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 git@github.com:mskelton/tsk.git
cd tsk
go install .
```