Crates.io | in-directory |
lib.rs | in-directory |
version | 1.0.1 |
source | src |
created_at | 2020-10-07 05:47:18.566136 |
updated_at | 2020-10-07 05:54:14.156563 |
description | A trivial utility for running a command in a specific working directory |
homepage | |
repository | https://github.com/Lucretiel/in |
max_upload_size | |
id | 296839 |
size | 27,443 |
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.