table of contents
| execdir(1) | General Commands Manual | execdir(1) |
NAME¶
execdir - execute a command in a specific directory
SYNOPSIS¶
execdir [-h] [-v] [-p] [-a] [-s] [-n NAME PATH] [-g NAME] [-r NAME] [-l] [ARGS...]
DESCRIPTION¶
execdir is a tool that lets you run a command in a specific directory. It supports shell commands and path aliases. execdir will try to get an alias if path doesn't exist.
There is also a symlink called x, so you can type less using it.
OPTIONS¶
EXECDIR FILE¶
All aliases are defined in the ~/.execdir.db file. This is an Berkeley Database file, on which each key is an alias, and value is an path
AUTHOR¶
Gustavo Costa <xfgusta@gmail.com> (Original author) qr243vbi - new author
BUGS¶
Report bugs to <https://github.com/qr243vbi/execdir/issues>
COPYRIGHT¶
Copyright (c) 2022 Gustavo Costa Copyright (c) 2025 qr243vbi
| 2022-07-13 | execdir |