15
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gitsomeのオートコンプリートがパワフルだった---gitsomeの紹介です

Last updated at Posted at 2016-05-10

gitsomeはgitとshellのオートコンプリートに加えてGithubを統合したものです。gitghのサブコマンドが説明付きで出てきますし、オプションもオートコンプリートしてくれるので、gitを使うのが楽しくなりそうです。

また、xonshをベースに開発されているので、git抜きにしても、お洒落でモダンなシェルとして楽しく使えます。

必要となるのはPython 3.4以上。pipでインストールできます。以下はMacにインストールするときの例:

# インストール
brew install python3
pip3 install gitsome

# gitsomeのシェルを起動する
gitsome

とにかくお洒落で使いやすいです。

15
15
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
15
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?