1.1.5 ⢠Published 3 years ago
extra-cd v1.1.5
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
1.1.5
3 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago
0.0.29
7 years ago
0.0.28
7 years ago
0.0.27
7 years ago
0.0.26
7 years ago
0.0.25
7 years ago
0.0.24
7 years ago
0.0.23
7 years ago
0.0.22
7 years ago
0.0.21
7 years ago
0.0.20
7 years ago
0.0.19
7 years ago
0.0.18
7 years ago
0.0.17
7 years ago
0.0.16
7 years ago
0.0.15
7 years ago
0.0.14
7 years ago
0.0.12
7 years ago
0.0.11
7 years ago
0.0.10
7 years ago
0.0.9
7 years ago
0.0.8
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago