Skip to content

Instantly share code, notes, and snippets.

@markryall
Created March 13, 2010 23:59
Show Gist options
  • Save markryall/331647 to your computer and use it in GitHub Desktop.
Save markryall/331647 to your computer and use it in GitHub Desktop.
cardigan > list
------------------------------------------------------------------------
| index | name | priority |
------------------------------------------------------------------------
| 1 | allow columns to be truncated in list | |
| 2 | automatically commit card operations for git | |
| 3 | automatically commit card operations for hg | |
| 4 | automatically commit card operations for svn | |
| 5 | card history report | |
| 6 | card workflow | |
| 7 | collapse columns command into list | |
| 8 | export cards | high |
| 9 | fix list when there are no cards | urgent |
| 10 | generate report | |
| 11 | hide claim/unclaim/destroy when there are no cards | |
| 12 | import cards | high |
| 13 | prevent id from being edited | |
| 14 | save filter | |
| 15 | specify sort order | |
------------------------------------------------------------------------
cardigan > set priority 13 15
Enter the new value for priority > high
setting priority to 'high' for 'prevent id from being edited'
setting priority to 'high' for 'specify sort order'
cardigan > list
------------------------------------------------------------------------
| index | name | priority |
------------------------------------------------------------------------
| 1 | allow columns to be truncated in list | |
| 2 | automatically commit card operations for git | |
| 3 | automatically commit card operations for hg | |
| 4 | automatically commit card operations for svn | |
| 5 | card history report | |
| 6 | card workflow | |
| 7 | collapse columns command into list | |
| 8 | export cards | high |
| 9 | fix list when there are no cards | urgent |
| 10 | generate report | |
| 11 | hide claim/unclaim/destroy when there are no cards | |
| 12 | import cards | high |
| 13 | prevent id from being edited | high |
| 14 | save filter | |
| 15 | specify sort order | high |
------------------------------------------------------------------------
cardigan >
markryall@machiavelli /s/r/cardigan /master ☽ bin/cardigan
cardigan > list
-------------------------------------------------------------
| index | name |
-------------------------------------------------------------
| 1 | allow columns to be truncated in list |
| 2 | automatically commit card operations for git |
| 3 | automatically commit card operations for hg |
| 4 | automatically commit card operations for svn |
| 5 | card history report |
| 6 | card workflow |
| 7 | collapse columns command into list |
| 8 | export cards |
| 9 | fix list when there are no cards |
| 10 | generate report |
| 11 | hide claim/unclaim/destroy when there are no cards |
| 12 | import cards |
| 13 | prevent id from being edited |
| 14 | save filter |
| 15 | specify sort order |
-------------------------------------------------------------
cardigan > display name priority
cardigan > list
------------------------------------------------------------------------
| index | name | priority |
------------------------------------------------------------------------
| 1 | allow columns to be truncated in list | |
| 2 | automatically commit card operations for git | |
| 3 | automatically commit card operations for hg | |
| 4 | automatically commit card operations for svn | |
| 5 | card history report | |
| 6 | card workflow | |
| 7 | collapse columns command into list | |
| 8 | export cards | high |
| 9 | fix list when there are no cards | urgent |
| 10 | generate report | |
| 11 | hide claim/unclaim/destroy when there are no cards | |
| 12 | import cards | high |
| 13 | prevent id from being edited | |
| 14 | save filter | |
| 15 | specify sort order | |
------------------------------------------------------------------------
cardigan > open card workflow
c/card workflow > show
id: a64fa75e-0ea4-4d2b-9a10-54e7c1c38fb2
name: card workflow
owner: "Mark Ryall" <mark.ryall@gmail.com>
tags: workflow,cards
c/card workflow > set foo
Enter the new value for foo > bar
c/card workflow > show
foo: bar
id: a64fa75e-0ea4-4d2b-9a10-54e7c1c38fb2
name: card workflow
owner: "Mark Ryall" <mark.ryall@gmail.com>
tags: workflow,cards
cardigan > filter card['owner'] == me
2 cards match filter
cardigan > list
--------------------------------------------------------------
| index | name | owner |
--------------------------------------------------------------
| 1 | card workflow | "Mark Ryall" <mark.ryall@gmail.com> |
| 2 | save filter | "Mark Ryall" <mark.ryall@gmail.com> |
--------------------------------------------------------------
cardigan > unfilter
cardigan > display name priority
cardigan > list
------------------------------------------------------------------------
| index | name | priority |
------------------------------------------------------------------------
| 1 | allow columns to be truncated in list | |
| 2 | automatically commit card operations for git | |
| 3 | automatically commit card operations for hg | |
| 4 | automatically commit card operations for svn | |
| 5 | card history report | |
| 6 | card workflow | |
| 7 | export cards | high |
| 8 | fix list when there are no cards | urgent |
| 9 | generate report | |
| 10 | hide claim/unclaim/destroy when there are no cards | |
| 11 | import cards | high |
| 12 | prevent id from being edited | high |
| 13 | save filter | |
------------------------------------------------------------------------
cardigan > sort priority
cardigan > list
------------------------------------------------------------------------
| index | name | priority |
------------------------------------------------------------------------
| 1 | automatically commit card operations for hg | |
| 2 | generate report | |
| 3 | card history report | |
| 4 | automatically commit card operations for git | |
| 5 | hide claim/unclaim/destroy when there are no cards | |
| 6 | allow columns to be truncated in list | |
| 7 | save filter | |
| 8 | automatically commit card operations for svn | |
| 9 | card workflow | |
| 10 | prevent id from being edited | high |
| 11 | import cards | high |
| 12 | export cards | high |
| 13 | fix list when there are no cards | urgent |
------------------------------------------------------------------------
cardigan >
cardigan > workflow
c/workflow >
add create exit quit remove show
c/workflow > show
blocked:
none: started
started:
c/workflow > add none blocked
c/workflow > show
blocked:
none: started,blocked
started:
c/workflow >
cardigan > open
open allow columns to be truncated in list
open automatically commit card operations for git
open automatically commit card operations for hg
open automatically commit card operations for svn
open card history report
open card workflow
open collapse columns command into list
open export cards
open fix list when there are no cards
open generate report
open hide claim/unclaim/destroy when there are no cards
open import cards
open prevent id from being edited
open save filter
open specify sort order
cardigan > open card workflow
c/card workflow >
exit now blocked now started quit set show
c/card workflow > now started
c/card workflow > show
foo bar:
id: a64fa75e-0ea4-4d2b-9a10-54e7c1c38fb2
name: card workflow
owner: "Mark Ryall" <mark.ryall@gmail.com>
status: started
tags: workflow,cards
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment