Project

flumtter

0.01
No commit activity in last 3 years
No release in over 3 years
Twitter Client on Terminal
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 10.0

Runtime

~> 0.0.8
~> 0.5.1
~> 0.10.4
~> 6.1.0
 Project Readme

Flumtter

Flumtter is CLI Twitter client. This client is supported multiple account, multicolumn and plugin.

Dependencies

If you use tmux mode, you have to install tmux.

Installation

$ gem install flumtter
  • On Ubuntu

      $ apt install ruby ruby-dev build-essential libncurses5-dev tmux
    
  • On MacOSX

      $ brew install ruby tmux
    

Usage

$ flumtter

and help

$ flumtter -h
Usage: flumtter [options]
-n, --name VALUE                 account name
-i, --index VALUE                account index
-s, --non_stream                 without stream
-d, --debug                      debug mode
    --args VALUE
    --tweet VALUES               new tweet
    --tweet_with_image=V,V       new tweet with image
    --tpry                       pry with twitter instance
-l, --list                       user list
    --timeline_load VALUE        load timeline num
    --[no-]timeline_load?        load timeline on init
    --pry                        console mode
    --tmux                       enable tmux mode
    --names=V,V,...              set account names with tmux

Detailed usage: How To Use

Customize

There is a configuration file on ~/.flumtter/setting/setting.rb. This setting is overwritten by start option. This file needs to be described in ruby's hash format. This file will be created automatically and should ONLY be edited by someone who knows what they are doing.

Setting = {
  color: {
    error: :red,
    timeline: {
      normal:         :cyan,
      self:           :light_green,
      reply:          :blue,
      retweet:        :green,
      fav:            :brown,
      unfav:          :yellow,
      quote:          :pink,
      directmessage:  :purple,
      deletedtweet:   [:cyan, :magenta]
    }
  },
  timeline_load?: true,
  timeline_load: 20,
  toast?: true
}

Development

Plugin

You can develop plugins to convenient. Put your plugin files to ~/.flumtter/plugins/ Please see flumtter/lib/flumtter/app/plugins/ for sample.

Reporting bugs

If you have found a bug in flumtter, please create a new issue. Also, feel free to request any other features not present in the issue tracker. Feedback on plugin will be greatly appreciated!

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/flum1025/flumtter. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.