sponsor Vim development Vim logo Vim Book Ad

FileBeagle : A VINE-spired (Vim Is Not Emacs) file system explorer

 script karma  Rating 0/0, Downloaded by 887  Comments, bugs, improvements  Vim wiki

created by
Jeet Sukumaran
 
script type
utility
 
description

FileBeagle is a utility to display a directory listing and select a file for
editing. You can change directories and, if necessary, create new files. Files
can be opened in new splits or tabs, and new directory catalogs can be spawned.

And that is about it.

FileBeagle is "VINE-spired": that is, inspired by the design principle of "Vim
Is Not Emacs".

Vim is a text editor, *not* an operating system that can edit text. FileBeagle
respects this, and attempts to conform to this both in spirit and in practice.

If you are looking for a plugin to serve as a filesystem manager from within
Vim, FileBeagle is not it. FileBeagle does not support copying, deleting,
moving/renaming, or any other filesystem operations. FileBeagle lists and opens
files.

If you are looking for a plugin to replicate an operating system shell in Vim,
FileBeagle is not it. FileBeagle does not support `grep`-ing, `find`-ing, or
any of other the other functionality provided by (the *excellent*) programs in
your operating system environment dedicated to these tasks. FileBeagles lists
and opens files.

If you are looking for a plugin that makes Vim resemble some bloated
bells-and-whistles IDE with a billion open "drawers", panels, toolbars, and
windows, FileBeagle is not it. FileBeagle does not provide for fancy
splits or project drawers. FileBeagle lists and opens files.

## Overview of Basic Usage

Type '`-`' to open the FileBeagle directory viewer on the directory of the
current buffer. Alternatively, you can use '`<Leader>f`' to open the FileBeagle
directory viewer on the current working directory. This latter key is mapped to
the command "`:FileBeagle`": if the command is used directly, it can actually
take an optional argument which specifies the path of the directory to open
instead of the current working directory.

In either case, once a directory viewer is open, you can use any of your normal
navigation keys/commands to move to a file or directory of your choice. Once
you have selected a file or directory, you can type `<ENTER>` or "`o`" to open
it for editing in the current window. Or you can type `CTRL-V` to edit it in a
new vertical split, `CTRL-S` to edit it in a new horizontal split, or `CTRL-T`
to edit it in a new tab. Even better, if you make sure that line numbers are
enabled, you can simply type the line number followed by '`o`' or any of the
other maps to instantly open the file or directory listed at the given line
number. So, for example, '`42o`' will open the file or directory at line 42 in
the same window, while '`42v`' (or '`42 CTRL-V`') will open it in a new
vertical split, and '`42t`' (or '`42 CTRL-T`') will open it in a new tab, etc.

You can navigate to a directory by selecting it using the same key maps that
you use to select files. In addition, you can use "`-`" to go a parent
directory or backspace "`<BS>`" to go back to the previous directory.

For each independent invocation of FileBeagle, it remembers the entry which you
last selected in each directory as your enter or leave directories. Each time
you return to a directory that you have visited before, the cursor is
automatically placed at the entry which you selected the just before leaving
that directory. This means that you can quickly traverse up and down a
directory chain by typing "`-`" and/or "`<ENTER>`". Use "`-`" to move up and
up, until you get to the root, and then "`<ENTER>`" to drill seamlessly back
down the same path you just traversed until you hit the file from which you
came. Once you have tried it, you will not want to traverse directories in any
other way (well, except for fuzzy-querying to "teleport" you directly where you
want to go).

The only file management functionality provided is to create a new file ('`%`'
or '`+`'). For everything else, use the operating system.

At any time, you can type "`q`" to close FileBeagle and restore the previous
buffer.

 
install details
## Repository is at:

    https://github.com/jeetsukumaran/vim-filebeagle

## Pathogen

    $ cd ~/.vim/bundle
    $ git clone git://github.com/jeetsukumaran/vim-filebeagle
    
## Vundle

    :BundleInstall jeetsukumaran/vim-filebeagle

## Manually

Unpack the archive contents in your "~/.vim/" directory.

 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-filebeagle-v2.0.0.tar.gz 2.0.0 2015-01-20 7.0 Jeet Sukumaran A complete overhaul of interface, with much more streamlined (and configurable) key mappings within FileBeagle buffer instances, as well as significant architectural changes and bug fixes. Thanks to justinmk for helping with critical feedback, reviews, and suggestions.
vim-filebeagle-v1.0.0.tar.gz 1.0.0 2014-06-18 7.0 Jeet Sukumaran Initial upload
ip used for rating: 18.119.118.99

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github