in-directory

Crates.ioin-directory
lib.rsin-directory
version1.0.1
sourcesrc
created_at2020-10-07 05:47:18.566136
updated_at2020-10-07 05:54:14.156563
descriptionA trivial utility for running a command in a specific working directory
homepage
repositoryhttps://github.com/Lucretiel/in
max_upload_size
id296839
size27,443
Nathan West (Lucretiel)

documentation

README

in

in is a trivial utility that runs a command in a specific directory. It is for the working directory what env is for environment variables. The usage is simple:

in /path/to/directory <command>...

Unless -n/--no-pwd is given, the PWD environment variable will be set to the target directory before the command is executed.

Commit count: 5

cargo fmt