mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 22:02:25 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
29
tldr/vidir
Normal file
29
tldr/vidir
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# vidir
|
||||
|
||||
> Edit directories in a text editor.
|
||||
> More information: <https://joeyh.name/code/moreutils/>.
|
||||
|
||||
- Edit the contents of the specified directories:
|
||||
|
||||
`vidir {{path/to/directory1 path/to/directory2 ...}}`
|
||||
|
||||
- Display each action taken by the program:
|
||||
|
||||
`vidir --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 -`
|
||||
Reference in New Issue
Block a user