0.0.8 • Published 3 years ago

sxcd v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

KeyValueDetails
rootDirstringPath 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
ignorestring[]Array of regex patterns used to ignore files in the sxcd menu
0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago