LoginSignup
15
14

More than 5 years have passed since last update.

cr (change repository)

Posted at

いくつかのリポジトリを行き来することが増えてきて、ghq で管理してる リポジトリのディレクトリへ peco を使って cd したかったので cr という util(+alias) を用意した

output.gif

bashrc
#
# cd ghq repo using peco
#
change-repo() {
 cd $(ghq list -p | peco)
}
alias cr=change-repo

快適:)

REF

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