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 806565621fb02f98df8ab70f694deb415f058772

Updated ChangeLog.
Author: xaizek
Author date (UTC): 2011-06-10 18:59
Committer name: xaizek
Committer date (UTC): 2011-06-10 18:59
Parent(s): 55767a3582d796640ac06712213dbb4ed93dacc0
Signing key:
Tree: 702449b73a57a635b187876446a35d71f54f3617
File Lines added Lines deleted
ChangeLog 34 0
File ChangeLog changed (mode: 100644) (index 310a265da..2e4e2a82d)
1 0.6 to current
2
3 Added :set command.
4
5 Added caching for results of ga command.
6
7 Don't reload pane on ctrl-c or escape, just clean selection.
8
9 Store commands separated by | as one history item.
10
11 Don't add duplicates into command history.
12
13 Don't add commands from startup file and mappings to command history.
14
15 Use ! with :quit or :x to discard configuration changes.
16
17 Use checksum to determine if configuration file has been modified.
18
19 :write! will write config even if no setting was changed.
20
21 Save pane locations on exit always except on :q!, :quit! and ZQ.
22
23 Don't switch active pane on Ctrl+W X.
24
25 Fixed bug with sorting (using sort type of invalid pane).
26
27 Bug Fix. Don't change selected items on terminal resize.
28
29 Fixed a couple of segmentation faults on unsuccessful FUSE mount.
30
31 Fixed n and N commands (used to repeat wrong search pattern).
32
33 Fixed a bug with relative paths in arguments.
34
1 35 0.5 to 0.6 0.5 to 0.6
2 36
3 37 Added :wq command. Added :wq command.
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