d

cd/lsの進化系インタラクティブディレクトリナビゲーター

機能

ディレクトリ移動支援

ディレクトリを簡単に移動

ページ分割表示

多数のサブディレクトリを1ページ10件で整理

超軽量

Bash版とPowerShell版を用意した軽量構成。

動作環境

Linux/macOS/Windows で動作します:

  • OS: Linux, macOS, Windows
  • Shell: bash / zsh / PowerShell
  • 依存コマンド: find, sort (Bash版) / PowerShell標準コマンドレット (Windows版)

※ Linux/macOS は set.sh、Windows は set.ps1 を利用してください。

インストール

Linux/macOS:

curl -fsSL https://d.kotoca.net/set.sh | bash source ~/.bashrc

Windows (PowerShell):

iwr https://d.kotoca.net/set.ps1 -UseBasicParsing | iex . $PROFILE

使用例

$ d
Current: /home/user/projects
Page 1 / 3
--------------------
0) .. (parent)
1) backend
2) frontend
3) docs
4) scripts
5) tests
6) tools
7) config
8) data
9) logs
--------------------
0-9=select, n=next, p=prev,Enter=quit

使い方