0
1

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 3 years have passed since last update.

ghq と peco を VSCode で リポジトリを快適に開けるようにする

Last updated at Posted at 2020-06-27

はじめに

この記事の対象として以下のユーザを想定しています。

ちなみに筆者は ghq, peco, hubで快適Gitライフを手に入れよう! を情報源に環境を整えました:v:

やったこと

  • ghq で管理している一覧から選択したリポジトリをVSCodeで開く

以下の aliasを設定するだけで新しいウィンドウで開いてくれます:relaxed:

# Alias
alias cg='code "`ghq root`/`ghq list | peco`"'

まとめ

ghq x peco x VSCode で快適な開発環境を整えましょう〜〜 :rocket:

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?