Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devhindo authored May 24, 2024
1 parent dfe36aa commit db2a3e5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- post tweets from terminal like this

```bash
x -t "first tweet from terminal!"
x "first tweet from terminal!"
```

### Full Docs
Expand All @@ -31,6 +31,14 @@ interact with x (twitter) from terminal.
USAGE
x <command>
Main usage (posting a tweet)
x <tweet-text>
Examples:
one word tweet: x hi
multiple words tweet: x "hi from terminal"
with optional arg: x -t "hi there"
extended optional arg: x --tweet "hi x"
Commands
-h show this help
auth start authorizing your X account
Expand Down

0 comments on commit db2a3e5

Please sign in to comment.