Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cli-cwd

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-cwd

Run command with modified CWD (current working directory)

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

npm

cli-cwd Dependency Status

Run program in a modified working directory.

Example

$ cwd /usr/bin pwd
/usr/bin

Put archive file in a custom directory across archivers:

$ cwd ./dir tar cvaf ../dir.tbz2 .
$ cwd ./dir zip -r ../dir .
$ cwd ./dir 7z a ../dir . -tzip

Start a subshell:

$ cwd /
$ echo $SHLVL $PWD
2 /

CLI

Usage:  cwd <directory> [<command>] [arg]...

<command> defaults to $SHELL if omitted.

Install

npm install -g cli-cwd

License

MIT

Keywords

FAQs

Package last updated on 08 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc