zoxide でのディレクトリ移動

zoxide は Omarchy にデフォルトでインストールされます。

環境
・Omarchy v3.3.3
・zoxide 0.9.8

zoxide は改良版 cd コマンドです。
ディレクトリパス入力の負担を軽減してくれるツールです。
私はゾクサイドと発音しています。

Shell Tools · The Omarchy Manual · DHH

Zoxide
Zoxide is a replacement for cd. It remembers the directories you’ve been in, so you can more easily jump to them next time.

ajeetdsouza/zoxide: A smarter cd command. Supports all major shells.

z foo              # cd into highest ranked directory matching foo
zi foo             # cd with interactive selection (using fzf)
z foo<SPACE><TAB>  # show interactive completions

以前は開発環境のリポジトリなどの長いパスを入力する手間を省くためにエイリアスを用意して移動していたのですが、最近は z コマンドまたはインタラクティブに絞り込める zi コマンドを使うようになりました。

foo で一覧を表示して移動するのも良さそうですね。

以上です。



▼この記事がいいね!と思ったらブックマークお願いします
このエントリーをはてなブックマークに追加