Navigation Menu

Skip to content

Commit

Permalink
Add Features section
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 25, 2012
1 parent 31f7184 commit 8fbd6ed
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -56,8 +56,8 @@ type `t help TASK` to get help for a specific command.
### <a name="update"></a>Update your status
t update "I'm tweeting from the command line. Isn't that special?"

Note: If your tweet includes characters such as `@` or `!`, make sure to wrap
it in single quotes instead of double quotes, so those characters are not
**Note**: If your tweet includes special characters (e.g. `!`), make sure to
wrap it in single quotes instead of double quotes, so those characters are not
interpreted by your shell.

### <a name="stats"></a>Retrieve stats about users
Expand Down Expand Up @@ -114,6 +114,13 @@ interpreted by your shell.
### <a name="search-user"></a>Search Tweets in a user's timeline that match a specified query
t search user @sferik "query"

## <a name="features"></a>Features
* Multithreaded: Whenever possible, Twitter API requests are made in parallel,
resulting in faster performance for bulk operations.
* Designed for Unix: All output is designed to be piped to other Unix
utilities, like grep, cut, awk, bc, wc, and xargs for advanced processing.
* 99% C0 Code Coverage: Extremely well tested, with a 3:1 test-to-code ratio.

## <a name="terminology"></a>Relationship Terminology

There is some ambiguity in the terminology used to describe relationships on
Expand Down

0 comments on commit 8fbd6ed

Please sign in to comment.