Just run this command in terminal and it will install everything itself
curl -L https://sh.fynjirby.dev/tasky | shor if you prefer GoLang package manager use
go install github.com/fynjirby/tasky@latestGo to releases and download latest binary for your OS, then move it to /usr/local/bin/ and enjoy with simple tasky in terminal!
- Install Go and make sure it's working with
go version - Clone repo
- Run
go buildin repo directory, then move it to/usr/local/bin/
When you run tasky add "text", tasky automatically creates tasky.todo file in the current directory and all future work will be with that file until you change the current directory.
When you done a task it just removes from tasky.todo, so you like just drop it
That is probably the best way for working in teams on any projects. You can just add tasky.todo to git repo and it will sync all across your team's computers!
tasky
-
add "text"to add a new task with "text" -
done "text"to make done a task with "text" (terminal regular expressions are allowed -*and?for now) -
helpormanto see help message
Right here (click)
tasky add "make some things in new version"
Will add a task with name of "make some things in new version"
tasky done "make some things in new version"
Will make done the task you have just created (it's name is "make some things in new version" if you already forgot 😊)
add, put, touch, new, make - add a new task
done, did, rm, remove, close, delete, drop - make task done
help, man, -h, --help - see help message
