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.
<root> / src / lua / lua /
File Mode Size
lapi.c 100644 35KiB
lapi.h 100644 1,427B
lauxlib.c 100644 32KiB
lauxlib.h 100644 9,311B
lbaselib.c 100644 15KiB
lcode.c 100644 52KiB
lcode.h 100644 3,801B
lcorolib.c 100644 4,855B
lctype.c 100644 2,461B
lctype.h 100644 2,114B
ldblib.c 100644 13KiB
ldebug.c 100644 27KiB
ldebug.h 100644 2,170B
ldo.c 100644 34KiB
ldo.h 100644 3,261B
ldump.c 100644 4,878B
lfunc.c 100644 8,422B
lfunc.h 100644 1,708B
lgc.c 100644 55KiB
lgc.h 100644 6,431B
linit.c 100644 1,620B
liolib.c 100644 22KiB
ljumptab.h 100644 1,663B
llex.c 100644 17KiB
llex.h 100644 2,402B
llimits.h 100644 9,294B
lmathlib.c 100644 18KiB
lmem.c 100644 6,174B
lmem.h 100644 3,367B
loadlib.c 100644 23KiB
lobject.c 100644 19KiB
lobject.h 100644 22KiB
lopcodes.c 100644 4,125B
lopcodes.h 100644 13KiB
loslib.c 100644 12KiB
lparser.c 100644 55KiB
lparser.h 100644 5,927B
lprefix.h 100644 827B
lstate.c 100644 11KiB
lstate.h 100644 15KiB
lstring.c 100644 7,498B
lstring.h 100644 1,603B
lstrlib.c 100644 55KiB
ltable.c 100644 31KiB
ltable.h 100644 2,191B
ltablib.c 100644 13KiB
ltm.c 100644 8,267B
ltm.h 100644 2,913B
lua.h 100644 16KiB
luaconf.h 100644 21KiB
lualib.h 100644 1,116B
lundump.c 100644 7,973B
lundump.h 100644 863B
lutf8lib.c 100644 8,147B
lvm.c 100644 58KiB
lvm.h 100644 4,552B
lzio.c 100644 1,321B
lzio.h 100644 1,438B
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