summaryrefslogtreecommitdiff
path: root/src/main/TweetShell.java
AgeCommit message (Expand)AuthorFilesLines
2014-05-26Added a resume option.Maurice Laveaux1-10/+13
2014-05-22Implemented basic search functionality.Maurice Laveaux1-13/+51
2014-05-22Refactored JSON to GSON's implementation.Maurice Laveaux1-13/+14
2014-05-07Display user for tweet, strip whitespace around keywordPeter Wu1-1/+4
2014-05-07Add flush commandPeter Wu1-0/+7
2014-05-07Add timing state informationPeter Wu1-0/+6
2014-05-07Add command to repeat last command.Peter Wu1-1/+10
2014-05-07Shutdown hook for safely closing filesPeter Wu1-0/+8
2014-05-07F it, get rid of junkPeter Wu1-15/+0
2014-05-07Prevent enabling both cfile and filePeter Wu1-3/+13
2014-05-07Get rid of separate profilesPeter Wu1-12/+2
2014-05-07Allow commit to disconnect for empty keywords, detect dead connectionPeter Wu1-0/+15
2014-05-03TweetShell: Safely close files to prevent file corruptionPeter Wu1-0/+2
2014-05-03Rename config option, default to converting uncompressed filesPeter Wu1-2/+2
2014-05-02Accept multiple commands (for automation)Peter Wu1-7/+12
2014-05-02Properly close files and stream on exitPeter Wu1-3/+18
2014-05-02Accept "force-gzip" option to force compressionPeter Wu1-2/+4
2014-05-02DataWriter should not open files in constructorPeter Wu1-0/+1
2014-05-02Reject commits without keywordsPeter Wu1-1/+12
2014-05-02Support compressed filesPeter Wu1-2/+11
2014-05-02Adjust target command help message, print available targetsPeter Wu1-7/+10
2014-05-02Track number of unique users for status reportingPeter Wu1-0/+1
2014-05-02Don't ignore IOException stupid!Peter Wu1-5/+10
2014-05-02Basic stats for tweetsPeter Wu1-0/+11
2014-05-02Fix enabled targets print, allow multiple args, improve helpPeter Wu1-4/+10
2014-05-02Persist a single set of targets for all streamsPeter Wu1-31/+32
2014-05-02Allow multiple targets to be enabled/disabledPeter Wu1-28/+122
2014-05-02Show hint if no keywords are addedPeter Wu1-1/+5
2014-05-01Add command to print active keywordsPeter Wu1-0/+22
2014-05-01Prettify prompt, fix target paramPeter Wu1-2/+7
2014-05-01StreamHandler now outputs the tweet detailsPeter Wu1-2/+17
2014-05-01Get rid of unused and broken poll functionPeter Wu1-4/+0
2014-05-01Do not destroy the old file...Peter Wu1-6/+6
2014-05-01Moved setting the default values.Maurice Laveaux1-4/+2
2014-05-01Added the target command with options: file, shell.Maurice Laveaux1-7/+39
2014-05-01Allow result and exception handler to be changedPeter Wu1-1/+6
2014-05-01[WIP] Initial hacky TweetShellPeter Wu1-0/+217