f616cd9f39
doc/commands a heirarcical view of the commands and their implementation status. Added logging using logback + slf4j Fixed a bug with multiple commands and commands using defaults Changed names from Groovy Twitter CLI to Gritter Fixed a tet wrapping bug that was occuring when a line contained no spaces. Command Changes: Added delete/destroy/remove no implementation as of yet. See doc/commands for details Extended get/show Added list support (show lists, members of lists, lists the user is subscribed to). Extended post/add/create Added list support (create list, add member to list, subscribe to list) Added the ability to retweet a status
3 lines
53 B
Bash
Executable File
3 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
ng com.jdbernard.twitter.TwitterCLI "$@"
|