Release Alpha: Version .02 ~~ still buggy but getting there ~~
In this release:
1. Tab command autocompletion
2. Made the twitter status ids as links when calling ls command. Thanks to @khelll for the tip
3. Few bug fixes
4. Added the unlink command
5. Added finger command
General tips:
To get more help on a command you can man COMMAND_NAME
To login you can use ssh -i oauth
you can use head and tail commands with piping, for example ls / | head -n 4 will get you the latest 4 tweets from the public timeline
An easter egg: To retweet someone's latest tweet you can use ls username | head | wall ls will get the latest tweets for the user, head will filter it into one, and this one tweet will be pushed using wall command
tweet_shell@twitter.com:~> wall You know, in linux they say everything is a file. In TweetShell everything is a tweet!!
[The idea is to use your everyday linux commands to interact with twitter. In the previous line we are using the "wall" command to post a new tweet.]
Enter man or help to see the list of the available commands
To stay updated please follow me using ln moski_doski or contact me @ abushaikh[@]gmail.com