项目作者: aabs

项目描述 :
A fish plugin supporting production of event based checklists
高级语言: Shell
项目地址: git://github.com/aabs/fish_checklists.git
创建时间: 2020-07-21T00:08:56Z
项目社区:https://github.com/aabs/fish_checklists

开源协议:GNU General Public License v3.0

下载


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:

  1. fisher install aabs/fish_checklists

Usage example

Display usage

  1. $ chkl
  2. Command Usage for chkl
  3. ----------------------
  4. fishdots plugin for checklists
  5. chkl <command> [options] [args]
  6. chkl help Display help for command chkl
  7. chkl archive select and archive an active instance
  8. chkl archiveall archive all active instances
  9. chkl define create new checklist and open in editor
  10. chkl edit edit the current checklist instance
  11. chkl editdef edit the current checklist definition
  12. chkl find find an active checklist
  13. chkl home change to the checklist definitions folder
  14. chkl ls list active checklists
  15. chkl lsar list inactive checklists
  16. chkl lsdef list checklist definitions
  17. chkl open open for an active checklist for editing
  18. chkl openar open a archived checklist for editing
  19. chkl opendef open a checklist definition for editing
  20. chkl start select and start checklist and open in editor
  21. chkl tasks list next task from active checklists
  22. 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