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 e8a9bc9c06bf2ed8a19a7db86f778b0f3efaa406

Drop bogus tag from tags.c
Author: xaizek
Author date (UTC): 2018-11-11 14:53
Committer name: xaizek
Committer date (UTC): 2018-11-11 15:19
Parent(s): aa6be918e1cf0f05009c8302c7f5d4ba984ae155
Signing key: 99DC5E4DB05F6BE2
Tree: 73092a620db05ec761a6bb9515182468f6811fbf
File Lines added Lines deleted
data/man/vifm.1 1 1
data/vim/doc/app/vifm-app.txt 1 1
src/tags.c 0 1
File data/man/vifm.1 changed (mode: 100644) (index 8028cbe4d..6110f868a)
... ... Example with colors:
4400 4400 .EX .EX
4401 4401 highlight User1 ctermbg=yellow highlight User1 ctermbg=yellow
4402 4402 highlight User2 ctermbg=blue ctermfg=white cterm=bold highlight User2 ctermbg=blue ctermfg=white cterm=bold
4403 set statusline="%1* %-26t %2*%=%1* %A %2* %7u:%-7g %1* %-5s %2* %d "
4403 set statusline="%1* %-26t %2* %= %1* %A %2* %7u:%-7g %1* %-5s %2* %d "
4404 4404 .EE .EE
4405 4405 .RE .RE
4406 4406
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index 18d075a5d..2e37e9d4e)
... ... Example without colors: >
3644 3644 Example with colors: > Example with colors: >
3645 3645 highlight User1 ctermbg=yellow highlight User1 ctermbg=yellow
3646 3646 highlight User2 ctermbg=blue ctermfg=white cterm=bold highlight User2 ctermbg=blue ctermfg=white cterm=bold
3647 set statusline="%1* %-26t %2*%=%1* %A %2* %7u:%-7g %1* %-5s %2* %d "
3647 set statusline="%1* %-26t %2* %= %1* %A %2* %7u:%-7g %1* %-5s %2* %d "
3648 3648 < <
3649 3649 *vifm-'suggestoptions'* *vifm-'suggestoptions'*
3650 3650 suggestoptions suggestoptions
File src/tags.c changed (mode: 100644) (index 473d9f1d4..f3b6c4602)
1 1 const char *tags[] = { const char *tags[] = {
2 "%=%1",
3 2 "vifm-!!", "vifm-!!",
4 3 "vifm-$", "vifm-$",
5 4 "vifm-$HOME", "vifm-$HOME",
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