curl -O https://raw.github.com/gist/1258077/9fd0955cc10c4d91da208fd1015b673377049940/kansas
mv kansas /usr/local/bin
sudo chmod +x /usr/local/bin/kansas
Get a list of available commands
kansas help
###Create a new todo:
kansas # Text for new todo
Kansas supports giving your todo a priority 0-9
(replace # with a number 0-9, numbers greater than 9 are automatically changed to 9)
Example: kansas 1 Write a better README for Kansas
this will create a new todo with 1 being the priority.
###List todo's:
kansas list
Kansas will list all todo's in order of priority and creation date
###Destroy todo:
kansas destroy #
Replace # with the id number of the todo you want to destroy.
Get the id number from kansas list, the first number on the row
Or you can destroy all the todo's in your list
kansas destroy all
You will then be asked to confirm with a Y (case sensitive)