2025-03-14 21:59:59 -06:00
|
|
|
# vidir
|
|
|
|
|
|
|
|
|
|
> Edit directories in a text editor.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://manned.org/vidir>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Edit the contents of the specified directories:
|
|
|
|
|
|
|
|
|
|
`vidir {{path/to/directory1 path/to/directory2 ...}}`
|
|
|
|
|
|
|
|
|
|
- Display each action taken by the program:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`vidir {{[-v|--verbose]}} {{path/to/directory1 path/to/directory2 ...}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Edit the contents of current directory:
|
|
|
|
|
|
|
|
|
|
`vidir`
|
|
|
|
|
|
|
|
|
|
- Use the specified text editor:
|
|
|
|
|
|
|
|
|
|
`EDITOR={{vim}} vidir {{path/to/directory1 path/to/directory2 ...}}`
|
|
|
|
|
|
|
|
|
|
- Read a list of files to edit from `stdin`:
|
|
|
|
|
|
|
|
|
|
`{{command}} | vidir -`
|