LoginSignup
7
4

More than 5 years have passed since last update.

色々よしなにやってくれるコマンド達

Last updated at Posted at 2017-12-14

はじめに

1

すでにエンジニアでやっている人は当然一回は聞いたことありますよね。
エンジニアにとってterminalはほぼ間違いなく毎日触る箇所であり、プログラミングをやらずとも、使う箇所なので、
今回紹介するコマンドとここら辺のアプリを駆使して、是非快適なパソコンライフを過ごしてください。

個人的な便利さと利用動機

peco                | file/リポジトリ、どこでも一瞬したい
ghq                 | githubのリポジトリ一元管理勝手にしてほしい 
hub                 | githubさっと開きたい
ag                  | クラス継承とか影響範囲を知りたい
------- ちょっとした壁 -------------------------------------------
mycli               | mysqlで打ち間違えない
exa                 | catに色つけたい    
atom                | atomさっと開く     
tldr                | コマンドあったか確認したい 
glances             | ちょっとしたリソースが見たい      
zsh-autosuggestions | 打ち間違いしなくなる                       

コマンド一覧

コマンド名 動作イメージ rep の URL
peco https://github.com/peco/peco
ghq https://github.com/motemen/ghq
hub https://github.com/github/hub
ag https://github.com/ggreer/the_silver_searcher
mycli https://github.com/dbcli/mycli
exa https://nodejs.org/en/
atom https://qiita.com/kon_yu/items/56cc87be47022a31dda1
tldr https://github.com/tldr-pages/tldr
glances https://github.com/nicolargo/glances
zsh-autosuggestions https://github.com/zsh-users/zsh-autosuggestions

今後

dotfilesか何かで公開したら下にリンク載せますが、多分問題なく導入できます。

7
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
4