A fish plugin supporting production of event based checklists
boost productivity through checklists rather than tasks
A slightly more elaborate plugin that helps you maintain a collection of
checklists that you can start. I use it to create checklists for things I do
every day, or when certain events happen, like client meetings or project
kick-offs.
Fisher:
fisher install aabs/fish_checklists
Display usage
$ chkl
Command Usage for chkl
----------------------
fishdots plugin for checklists
chkl <command> [options] [args]
chkl help Display help for command chkl
chkl archive select and archive an active instance
chkl archiveall archive all active instances
chkl define create new checklist and open in editor
chkl edit edit the current checklist instance
chkl editdef edit the current checklist definition
chkl find find an active checklist
chkl home change to the checklist definitions folder
chkl ls list active checklists
chkl lsar list inactive checklists
chkl lsdef list checklist definitions
chkl open open for an active checklist for editing
chkl openar open a archived checklist for editing
chkl opendef open a checklist definition for editing
chkl start select and start checklist and open in editor
chkl tasks list next task from active checklists
chkl sync save changes and push to origin repo
Andrew Matthews – @aabs – industrial.inference@gmail.com
Distributed under the GPL3 license. See LICENSE
for more information.
https://github.com/aabs/fish_checklists
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)