Skip to content

Releases: Sottiki/docketpunch

v0.1.1

14 Oct 14:12
97798d1

Choose a tag to compare

Installation (Linux)

amd64 (Intel/AMD)

curl -L https://github.com/Sottiki/docketpunch/releases/download/v0.1.1/docketpunch-linux-amd64 -o docketpunch
chmod +x docketpunch
sudo mv docketpunch /usr/local/bin/

arm64 (ARM)

curl -L https://github.com/Sottiki/docketpunch/releases/download/v0.1.1/docketpunch-linux-arm64 -o docketpunch
chmod +x docketpunch
sudo mv docketpunch /usr/local/bin/

Or use go install:

go install github.com/Sottiki/[email protected]

v0.1.0 - Initial Release

12 Oct 16:44
7c24c85

Choose a tag to compare

🎉 Initial Release

Features

  • ✅ Add tasks
  • ✅ List tasks in ticket format
  • ✅ Complete tasks (punch!)
    • Punch latest task without arguments
    • Punch specific task by ID
  • ✅ Delete tasks
  • ✅ Clear completed tasks