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 11757e1667576c269568c371ff2c48243a4f41b3

Remove bang from undolist in user defined cmds.
Author: xaizek
Author date (UTC): 2011-07-19 19:51
Committer name: xaizek
Committer date (UTC): 2011-07-19 19:51
Parent(s): 064d4387bab1cce67c19ed18cd8a51c1d5310d7e
Signing key:
Tree: 91bf6f27e9343a876af081dbcd0b3f5ea7c3f6c3
File Lines added Lines deleted
src/commands.c 1 1
File src/commands.c changed (mode: 100644) (index 176eed193..dbb783d05)
... ... execute_user_command(FileView *view, cmd_params *cmd, const char *command)
2163 2163 { {
2164 2164 char buf[COMMAND_GROUP_INFO_LEN]; char buf[COMMAND_GROUP_INFO_LEN];
2165 2165
2166 snprintf(buf, sizeof(buf), "in %s: !%s", replace_home_part(view->curr_dir),
2166 snprintf(buf, sizeof(buf), "in %s: %s", replace_home_part(view->curr_dir),
2167 2167 command); command);
2168 2168
2169 2169 cmd_group_begin(buf); cmd_group_begin(buf);
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