Ecosyste.ms: Awesome
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 1 month ago
JSON representation
Tasks for the terminal dweller
- Host: GitHub
- URL: https://github.com/mskelton/tsk
- Owner: mskelton
- License: isc
- Created: 2024-04-02T02:07:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T13:01:50.000Z (7 months ago)
- Last Synced: 2024-05-06T15:34:18.717Z (7 months ago)
- Topics: go, sqlite, task, todo, todo-list
- Language: Go
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```