Popularity
3.4
Declining
Activity
0.0
Stable
2
3
2

Monthly Downloads: 5
Programming language: Haskell
License: MIT License
Tags: Web    

twhs alternatives and similar packages

Based on the "Web" category.
Alternatively, view twhs alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of twhs or a related project?

Add another 'Web' Package

README

twhs

Build Status

About

CLI twitter client. Inspired by Tw (http://shokai.github.io/tw/)

スクリーンショット

Install

$ cabal update && cabal install twhs

Example

# tweet
$ twhs Lunch now!
# get timeline only 50 lines
$ twhs -n 50
# get user timeline
$ twhs -u shin16s
# in reply to
$ twhs -r 123456 ok! let's go

Options

  -r ID MESSAGE  --reply=ID MESSAGE  in reply to ID
  -R ID          --retweet=ID        retweet ID
  -u USER        --user=USER         show user timeline
  -l LIST        --list=LIST         show list statuses
  -m             --mention           show mention timeline
  -f ID          --fav=ID            fav to ID
  -s             --stream            streaming timeline
  -n NUM         --num=NUM           take NUM
  -h             --help              show help