# Command Line Tools
## Twitter
[GitHub - sferik/t: A command-line power tool for Twitter.](https://github.com/sferik/t)
[GitHub - orakaro/rainbowstream: A smart and nice Twitter client on terminal written in Python.](https://github.com/orakaro/rainbowstream)
## Text Editor
[いま熱い最新スクリーンエディタmicro ことはじめ - Qiita](https://qiita.com/tadsan/items/f0747f09ea5ce863f2ec)
```sh
$ brew install micro
```
```sh
$ curl https://getmic.ro | bash
$ mkdir -p ~/local/bin
$ mv micro ~/local/bin
$ hash -r
$ micro --version
```
`.bash_profile`
```sh
$ PATH=$HOME/local/bin:$PATH
```
## ripgrep (rg)
[GitHub - BurntSushi/ripgrep: ripgrep recursively searches directories for a regex pattern while respecting your gitignore](https://github.com/BurntSushi/ripgrep)