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 8a5b4b4a2d063dbfd02a7d5a9e1c50b997edfa7a

Update other view after file deletion
That file might be visible there too and in case of cv file deletion
won't be detected automatically.
Author: xaizek
Author date (UTC): 2017-06-15 17:19
Committer name: xaizek
Committer date (UTC): 2017-06-15 17:19
Parent(s): d11bfdbfd9019d95133c3889a546ce42e95532a9
Signing key: 99DC5E4DB05F6BE2
Tree: d145b6204caa18ac06ea389b6c381681699bae31
File Lines added Lines deleted
ChangeLog 3 0
src/fops_misc.c 1 0
File ChangeLog changed (mode: 100644) (index 11f065b11..5ab4f016a)
16 16
17 17 Expand macros in :[un]select !{command}. Thanks to Michael Corvin. Expand macros in :[un]select !{command}. Thanks to Michael Corvin.
18 18
19 Update the other view after file deletion (that file might be visible
20 there too).
21
19 22 Fixed ruler being updated when it shouldn't even be visible. Thanks to Fixed ruler being updated when it shouldn't even be visible. Thanks to
20 23 filterfalse. filterfalse.
21 24
File src/fops_misc.c changed (mode: 100644) (index d515714e9..b845559ab)
... ... fops_delete(FileView *view, int reg, int use_trash)
149 149 cmd_group_end(); cmd_group_end();
150 150
151 151 ui_view_reset_selection_and_reload(view); ui_view_reset_selection_and_reload(view);
152 ui_view_schedule_reload(view == curr_view ? other_view : curr_view);
152 153
153 154 status_bar_messagef("%d %s %celeted%s", ops->succeeded, status_bar_messagef("%d %s %celeted%s", ops->succeeded,
154 155 (ops->succeeded == 1) ? "file" : "files", use_trash ? 'd' : 'D', (ops->succeeded == 1) ? "file" : "files", use_trash ? 'd' : 'D',
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