All Projects β†’ trapd00r β†’ Vidir

trapd00r / Vidir

edit directory in $EDITOR (better than vim . with netrw)

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Vidir

Fileinfo
πŸ“„Get information on over 10,000 file extensions right from the terminal
Stars: ✭ 86 (-33.33%)
Mutual labels:  cli, file
Gofi
Gofi (gΙ™ΚŠfi:) means Go file indexer.
Stars: ✭ 291 (+125.58%)
Mutual labels:  file, filemanager
ZFileManager
Android ζ–‡δ»Άζ“δ½œ
Stars: ✭ 124 (-3.88%)
Mutual labels:  filemanager, file
Cpx
A cli tool to watch and copy file globs.
Stars: ✭ 394 (+205.43%)
Mutual labels:  cli, file
Get File
CLI and API to get a single file from Github repository.
Stars: ✭ 9 (-93.02%)
Mutual labels:  cli, file
Filegator
Powerful Multi-User File Manager
Stars: ✭ 587 (+355.04%)
Mutual labels:  file, filemanager
Replace In File
A simple utility to quickly replace contents in one or more files
Stars: ✭ 369 (+186.05%)
Mutual labels:  cli, file
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (-43.41%)
Mutual labels:  cli, file
Tree Node Cli
🌲 Node.js library to list the contents of directories in a tree-like format, similar to the Linux tree command
Stars: ✭ 102 (-20.93%)
Mutual labels:  cli, file
Gitless
A simple version control system built on top of Git
Stars: ✭ 1,660 (+1186.82%)
Mutual labels:  cli
Bbrun
Run Bitbucket Pipelines locally
Stars: ✭ 127 (-1.55%)
Mutual labels:  cli
Ckube
A cli to simplify working with kubectl for some common workflows
Stars: ✭ 127 (-1.55%)
Mutual labels:  cli
Create Elm App
πŸƒ Create Elm apps with zero configuration
Stars: ✭ 1,650 (+1179.07%)
Mutual labels:  cli
Rollup Plugin Copy
Copy files and folders using Rollup
Stars: ✭ 128 (-0.78%)
Mutual labels:  file
Linuxdeploy Cli
Linux Deploy CLI
Stars: ✭ 127 (-1.55%)
Mutual labels:  cli
Python Pytest Cases
Separate test code from test cases in pytest.
Stars: ✭ 127 (-1.55%)
Mutual labels:  file
Jsonfui
jsonfui is an interactive command-line JSON viewer.
Stars: ✭ 125 (-3.1%)
Mutual labels:  cli
Tsed
πŸ“ Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
Stars: ✭ 1,941 (+1404.65%)
Mutual labels:  cli
Madonctl
CLI client for the Mastodon social network API
Stars: ✭ 129 (+0%)
Mutual labels:  cli
Pipcorn
🍿 Watch YouTube videos on your Mac via CLI
Stars: ✭ 128 (-0.78%)
Mutual labels:  cli

NAME

vidir - edit directory

SYNOPSIS

vidir [--verbose] [directory|file|-] ...

DESCRIPTION

vidir allows editing of the contents of a directory in a text editor. If
no directory is specified, the current directory is edited.

When editing a directory, each item in the directory will appear on its
own numbered line. These numbers are how vidir keeps track of what items
are changed. Delete lines to remove files from the directory, or edit
filenames to rename files. You can also switch pairs of numbers to swap
filenames.

Note that if "-" is specified as the directory to edit, it reads a list
of filenames from stdin and displays those for editing. Alternatively, a
list of files can be specified on the command line.

OPTIONS

-v, --verbose
    Verbosely display the actions taken by the program.

COLORS

If you want to use dircolors in vim, grab vidir-ls.vim.

Set VIDIR_EDITOR_ARGS accordingly:

export VIDIR_EDITOR_ARGS='-c :set nolist | :set ft=vidir-ls'

EXAMPLES

vidir
vidir *.jpeg
    Typical uses.

find | vidir -
    Edit subdirectory contents too. To delete subdirectories, delete all
    their contents and the subdirectory itself in the editor.

find -type f | vidir -
    Edit all files under the current directory and subdirectories.

ENVIRONMENT VARIABLES

EDITOR
    Editor to use.

VISUAL
    Also supported to determine what editor to use.

VIDIR_EDITOR_ARGS
    Optional args for editor

SEE ALSO

vidir-ls

AUTHOR

Joey Hess <[email protected]> 2006-2010

Modifications by Magnus Woldrich <[email protected]> 2011

COPYRIGHT

Copyright 2006-2011 the vidir "AUTHOR"s as listed above.

Licensed under the GNU GPL.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].