项目作者: ryym

项目描述 :
Editable file explorer for Vim
高级语言: Vim script
项目地址: git://github.com/ryym/vim-viler.git
创建时间: 2019-09-25T14:05:28Z
项目社区:https://github.com/ryym/vim-viler

开源协议:MIT License

下载


Viler

Actions

Viler is a file explorer plugin for Vim, with an ability of editing directory structures by hand.

Status

v0.1.3 (Beta version)

Currently basic file operations (adding, copying, moving, deleting) should work well.

Features

  • Editable
  • Tree view
  • Multiple window support

Because you can edit a filer as a normal text, there is no need to configure and remember how to add/copy/move/delete files.
Just edit lines as you like. When you save it Viler detects changes and applies them to the actual file system.
See the help document for the details.

Installation

Clone this repository and add this to your runtimepath.

If you use vim-plug:

  1. Plug 'ryym/vim-viler'

Limitations

There are some limitations for editing.
We think some of them could be eliminated in future.

  • You cannot undo/redo saving.
  • You cannot add/edit files inside of an added/edited directory.
  • You cannot save multiple filers separately. If you save one filer, all open filers are saved and changes are applied.