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 74f86cb910f90cc5c1f95ef72a68c81211a2a238

Add utils/event_win.c to EXTRA_DIST
Otherwise can't build release tarball on Windows due to the missing
file.
Author: xaizek
Author date (UTC): 2025-01-19 09:36
Committer name: xaizek
Committer date (UTC): 2025-01-19 09:36
Parent(s): c970ec7ac21a12c43710143721e22de46417fd8e
Signing key: 99DC5E4DB05F6BE2
Tree: 0b380302d50104debff0706ab31f660413cb4e73
File Lines added Lines deleted
src/Makefile.am 1 0
src/Makefile.in 1 0
File src/Makefile.am changed (mode: 100644) (index 0c06cac8a..c7cbf7561)
... ... EXTRA_DIST = \
361 361 menus/volumes_menu.c \ menus/volumes_menu.c \
362 362 vifm.rc \ vifm.rc \
363 363 win_helper.c \ win_helper.c \
364 utils/event_win.c \
364 365 utils/fswatch_win.c \ utils/fswatch_win.c \
365 366 utils/gmux_win.c \ utils/gmux_win.c \
366 367 utils/selector_win.c \ utils/selector_win.c \
File src/Makefile.in changed (mode: 100644) (index 30bcb4c1e..7601b04d9)
... ... EXTRA_DIST = \
1087 1087 menus/volumes_menu.c \ menus/volumes_menu.c \
1088 1088 vifm.rc \ vifm.rc \
1089 1089 win_helper.c \ win_helper.c \
1090 utils/event_win.c \
1090 1091 utils/fswatch_win.c \ utils/fswatch_win.c \
1091 1092 utils/gmux_win.c \ utils/gmux_win.c \
1092 1093 utils/selector_win.c \ utils/selector_win.c \
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