xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit eefcb17c44e4b6b0c9a0b0c8b2c70820dc22821f

Add :windo usage examples
Author: xaizek
Author date (UTC): 2014-10-23 06:30
Committer name: xaizek
Committer date (UTC): 2014-10-24 20:25
Parent(s): 82b62adaa9aa81cd2a30cbd5136c64b825319b77
Signing key:
Tree: 336655fba09fa5a8efaf79374675e42b7ae27fd9
File Lines added Lines deleted
data/vifmrc 12 0
File data/vifmrc changed (mode: 100644) (index a4fea1501..b68e366d2)
... ... set vifminfo=dhistory,savedirs,chistory,state,tui,shistory,
287 287
288 288 " ------------------------------------------------------------------------------ " ------------------------------------------------------------------------------
289 289
290 " Examples of configuring both panels
291
292 " Customize view columns a bit (enable ellipsis for truncated file names)
293 "
294 " windo set viewcolumns=-{name}..,6{}.
295
296 " Filter-out build and temporary files
297 "
298 " windo filter! /^.*\.(lo|o|d|class|py[co])$|.*~$/
299
300 " ------------------------------------------------------------------------------
301
290 302 " Sample mappings " Sample mappings
291 303
292 304 " Start shell in current directory " Start shell in current directory
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master