Skip to content
generated from aabs/fisher-plugin

A fish plugin supporting production of event based checklists

License

Notifications You must be signed in to change notification settings

aabs/fish_checklists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fish 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.

Installation

Fisher:

fisher install aabs/fish_checklists

Usage example

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

Release History

  • 0.1.0
    • CHANGE: Initial Creation

Meta

Andrew Matthews – @aabsindustrial.inference@gmail.com

Distributed under the GPL3 license. See LICENSE for more information.

https://github.com/aabs/fish_checklists

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request