Skip to content
/ tsk Public
generated from mskelton/go-template

Tasks for the terminal dweller

License

Notifications You must be signed in to change notification settings

mskelton/tsk

Repository files navigation

tsk

Installation

You can install tsk by running the install script which will download the latest release.

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

Or you can build from source.

git clone git@github.com:mskelton/tsk.git
cd tsk
go install .