Command-line Twitter client (RIP).
Go to file
Jonathan Bernard 9819315fa9 Started adding real documentation.
The documentation style is meant for a doc system I have not written yet.
Existing systems--javadoc and groovydoc--are not sufficient, primarily due
to their reliance on HTML. I envision something that crosses javadoc-style
annotations with python-like use of reStructuredText and Docco-like inline
presentation of the code with its comments.
2010-12-10 15:15:55 -06:00
bin Made the Win32 bat launcher launch silently. 2010-11-11 13:13:46 -06:00
doc Implemented 'delete' command. 2010-12-06 07:28:01 -06:00
lib Added many commands, restructured command heirarchy, added functionality. 2010-11-09 09:26:05 -06:00
resources/main Implemented 'show lists' command. Still need to work on formatting. 2010-11-11 13:15:16 -06:00
src/com/jdbernard/twitter Started adding real documentation. 2010-12-10 15:15:55 -06:00
.gitignore Basic timeline listing implementation complete. 2010-11-05 18:10:03 -05:00
build.xml Implemented 'delete' command. 2010-12-06 07:28:01 -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 Fixed a small bug in how list references were being parsed. 2010-12-10 11:32:52 -06:00
README.md Renamed README to take advantage of github's nice formatting. 2010-11-15 17:37:42 -06:00

Groovy Twitter CLI

A command-line Twitter client written in Groovy.