nnn/patches
Luuk van Baal 66dfa60465 Fix restorepreview patch conflict 2021-11-09 14:52:45 +01:00
..
gitstatus Add nerd icons to gitstatus patch 2021-11-05 17:01:56 +01:00
namefirst Fix gitstatus and rebase patches 2021-09-29 11:33:19 +02:00
restorepreview Fix restorepreview patch conflict 2021-11-09 14:52:45 +01:00
README.md patch/docs: correct the git status build flag (#1212) 2021-10-28 14:11:49 +02:00

README.md

User Patch Framework

This directory contains sizable user submitted patches that were rejected from mainline as they tend to be more subjective in nature.

The patches will be adapted on each release when necessary (v4.1 onwards). Each patch can be applied through its respective make variable during compilation. In case inter-patch merge conflicts occur, a compatability patch is provided and will automatically be applied.

List of patches

Patch (a-z) Description Make var
gitstatus Add git status column to the detail view. Provides command line flag -G to show column in normal mode. O_GITSTATUS
namefirst Print filenames first in the detail view. Print user/group columns when a directory contains different users/groups. O_NAMEFIRST
restorepreview Add pipe to close and restore preview-tui for internal undetached edits (e key) O_RESTOREPREVIEW

To apply a patch, use the corresponding make variable, e.g.:

make O_NAMEFIRST=1