Command-line Twitter client (RIP).
Go to file
Jonathan Bernard f616cd9f39 Added many commands, restructured command heirarchy, added functionality.
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
2010-11-09 09:26:05 -06:00
bin Added many commands, restructured command heirarchy, added functionality. 2010-11-09 09:26:05 -06:00
doc Added many commands, restructured command heirarchy, added functionality. 2010-11-09 09:26:05 -06:00
lib Added many commands, restructured command heirarchy, added functionality. 2010-11-09 09:26:05 -06:00
resources/main Added many commands, restructured command heirarchy, added functionality. 2010-11-09 09:26:05 -06:00
src/com/jdbernard/twitter Added many commands, restructured command heirarchy, added functionality. 2010-11-09 09:26:05 -06:00
.gitignore Basic timeline listing implementation complete. 2010-11-05 18:10:03 -05:00
build.xml Forgot to update the build.xml to reflect move to JDB BD 1.3 2010-11-07 02:34:58 -06:00
jdb-build-1.3.xml Moved to jdb-build-common 1.3, fixes small errors. 2010-11-06 23:50:49 -05:00
project.properties Added many commands, restructured command heirarchy, added functionality. 2010-11-09 09:26:05 -06:00
README Initial commit. 2010-11-05 15:08:44 -05:00

# Groovy Twitter CLI

A command-line Twitter client written in Groovy.