Ubuntu Softwareでmikutterを検索してインストール。普通にmikutter 3.3.6が入る。
上記サイトを参考にする。っても、cloneするだけ。
まずは、画像投稿できるようにする。
git clone https://github.com/penguin2716/mikutter_update_with_media.git ~/.mikutter/plugin/mikutter_update_with_media
gem install twitter
エラーがでた。
Fetching: buftok-0.2.0.gem (100%)
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /var/lib/gems/2.3.0 directory.
管理者権限で実行する。
sudo gem install twitter
それでも失敗した。
Fetching: buftok-0.2.0.gem (100%)
Successfully installed buftok-0.2.0
Fetching: equalizer-0.0.10.gem (100%)
Successfully installed equalizer-0.0.10
Fetching: multipart-post-2.0.0.gem (100%)
Successfully installed multipart-post-2.0.0
Fetching: faraday-0.9.2.gem (100%)
Successfully installed faraday-0.9.2
Fetching: http_parser.rb-0.6.0.gem (100%)
Building native extensions. This could take a while...
ERROR: Error installing twitter:
ERROR: Failed to build gem native extension.
current directory: /var/lib/gems/2.3.0/gems/http_parser.rb-0.6.0/ext/ruby_http_parser
/usr/bin/ruby2.3 -r ./siteconf20160701-7383-w4f3cp.rb extconf.rb
mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h
extconf failed, exit code 1
Gem files will remain installed in /var/lib/gems/2.3.0/gems/http_parser.rb-0.6.0 for inspection.
Results logged to /var/lib/gems/2.3.0/extensions/x86_64-linux/2.3.0/http_parser.rb-0.6.0/gem_make.out
ruby-devが必要らしいので、インストールする。
sudo apt-get install ruby-dev
前回ポストしたメッセージのハッシュタグを維持するプラグイン。
git clone https://github.com/moguno/mikutter-continuous-hashtag.git ~/.mikutter/plugin/mikutter-continuous-hashtag
抽出タブの条件に「フォローしている」「フォローされている」を追加する。
git clone https://github.com/moguno/mikutter-extractor-relation.git ~/.mikutter/plugin/mikutter-extractor-relation
画像のプレビューをTL内に表示するプラグイン。
git clone https://github.com/moguno/mikutter-subparts-image.git ~/.mikutter/plugin/mikutter-subparts-image
検索タブに「閉じる」「更新」ボタンを追加するプラグイン。
git clone https://github.com/moguno/mikutter-savedsearch-utils.git ~/.mikutter/plugin/mikutter-savedsearch-utils
※追記:2016年7月2日 お気に入り一覧を取得しお気に入りタブで表示するプラグイン。これが欲しかったんだ。
git clone https://github.com/hiroi01/mikutter_favorites_list.git ~/.mikutter/plugin/favorites_list