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 34067fb46ee3e9f65bf840f11e7e60486b5306a7

Fix a typo in comment on cmd_handlers.c:get_at()
Author: xaizek
Author date (UTC): 2022-06-20 17:23
Committer name: xaizek
Committer date (UTC): 2022-06-20 17:23
Parent(s): 16a76e239447b3634f28f311124b9d71dd9e5c98
Signing key: 99DC5E4DB05F6BE2
Tree: 136964a20cbca9536563c7c071290af369e6d23e
File Lines added Lines deleted
src/cmd_handlers.c 1 1
File src/cmd_handlers.c changed (mode: 100644) (index da943306f..509b58fe2)
... ... touch_cmd(const cmd_info_t *cmd_info)
4810 4810 return fops_mkfiles(curr_view, at, cmd_info->argv, cmd_info->argc) != 0; return fops_mkfiles(curr_view, at, cmd_info->argv, cmd_info->argc) != 0;
4811 4811 } }
4812 4812
4813 /* Gets destination position based range. Returns the position. */
4813 /* Gets destination position based on range. Returns the position. */
4814 4814 static int static int
4815 4815 get_at(const view_t *view, const cmd_info_t *cmd_info) get_at(const view_t *view, const cmd_info_t *cmd_info)
4816 4816 { {
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