xaizek / libvle (License: GPLv3+) (since 2019-04-21)
Library for building Vim-like applications.
Subject SHA-1 Author Date
Add xmake.lua 338f91f336b407c2f6c5ce13646837d327a03480 xaizek 2022-02-08 13:34:45
Vim-like parsing of command-line commands 509036a3ff91e33793fa9ff0c8c6cea28053c372 xaizek 2022-02-07 23:58:50
Import engine/cmds and engine/completion 1f3a0cd26a9833098f2a4a8b6f7eaba6e3ea6db8 xaizek 2022-02-07 10:41:05
Synchronize with Vifm 1a23cc48f87656b617c276d053948de7fcbd09ec xaizek 2022-02-07 09:43:07
Add keys.hpp unit 007e559a5fdf94372d590925d07a58c9de82cc85 xaizek 2019-05-21 15:36:34
Support adding shortcuts with multiple LHSes 7256c7fddee7c117f0a84a5a29438d13e155d67c xaizek 2019-05-06 14:34:41
Add README file 32bc9c91577dc939193d80455d5413838783e262 xaizek 2019-04-21 14:20:34
Throw on adding a duplicate shortcut e0626da2657b18fd7ef3b38b4a7e70113a1993d4 xaizek 2019-04-21 14:17:28
Provide means for switching between modes 329e45fc6a8e92f7f2c7459714e581e91a36aa5d xaizek 2019-01-13 11:44:57
Make it possible to modify set of modes ce574eb8a5dab20c0606cf3bf08ae2362ee6bbe1 xaizek 2019-01-13 11:40:36
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/libvle

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/libvle

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