HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vidir — Edit directories in a text editor. More information: <https://manned.org/vidir>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
editorcommandtextdirectoriesclieditvidirmore

Problem

How to use the vidir command: Edit directories in a text editor. More information: <https://manned.org/vidir>.

Solution

vidir — Edit directories in a text editor. More information: <https://manned.org/vidir>.

Edit the contents of the specified directories:
vidir {{path/to/directory1 path/to/directory2 ...}}


Display each action taken by the program:
vidir {{[-v|--verbose]}} {{path/to/directory1 path/to/directory2 ...}}


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 -

Code Snippets

Edit the contents of the specified directories

vidir {{path/to/directory1 path/to/directory2 ...}}

Display each action taken by the program

vidir {{[-v|--verbose]}} {{path/to/directory1 path/to/directory2 ...}}

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 -

Context

tldr-pages: common/vidir

Revisions (0)

No revisions yet.