extra-cd

1.1.5 • Public • Published

Change the working directory, with shortcuts and listing.
🐚 Shell, 🖥️ Command prompt, 📜 Files.

Stability: Experimental.


# Install on Linux
$ npm install -g extra-cd.sh
$ source "$(which extra-cd)"

# Install on Windows
$ npm install -g extra-cd.cmd

$ ecd [-] [+/-/=<shortcut>] [path]
# [] -> optional argument
# <> -> argument value


# Change to workspace directory
$ ecd /local/mnt/workspace

# Change to up one directory
$ ecd ..

# Stay at current directory (list contents)
$ ecd .

# Change to previous directory
$ ecd -

# Add current directory as shortcut
$ ecd +work

# Change to root directory
$ ecd /

# Change to workspace directory using shortcut
$ ecd =work

# Remove workspace shortcut
$ ecd -work

# Add relative path shortcut
$ ecd +up3 ../../..

# Go up 3 directories
$ ecd =up3

# Remove relative path shortcut
$ ecd -up3


Package Sidebar

Install

npm i extra-cd

Weekly Downloads

31

Version

1.1.5

License

MIT

Unpacked Size

5.14 kB

Total Files

5

Last publish

Collaborators

  • wolfram77