sxcd
v0.0.8
Published
Safely manage directories and files from terminal via select menus
Downloads
3
Readme
sxcd
Safely manage directories and files from terminal via select menus.
How to use
Invoke the root directory via npx
. If your planning on using sxcd
often, consider bypassing installs and enjoy lightning speeds by adding to the root dir of this project to your PATH
variable.
npx sxcd
Local setup
Download and install packages. (Preferably via NPM)
npm install
# local development
npm run local
user-config.js
Key | Value | Details
--- | --- | ---
rootDir
| string
| Path to root directory of machine. Used for initial menu. If ignored, will default to what is thought to be the root directory.logs
| "a" \| "w" \| "i"
| Manage log output. "a"
- (Default) Append to file "w"
- Track last command only "i"
- Do not write to log.txt file
ignore
| string[]
| Array of regex patterns used to ignore files in the sxcd
menu