README.md (1102B)
1 <h1 align="center">User Patch Framework</h1> 2 3 This directory contains sizable user submitted patches that were rejected from mainline as they tend to be more subjective in nature. 4 5 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. 6 7 ## List of patches 8 | Patch (a-z) | Description | Make var | 9 | --- | --- | --- | 10 | gitstatus | Add git status column to the detail view. Provides command line flag `-G` to show column in normal mode. | `O_GITSTATUS` | 11 | namefirst | Print filenames first in the detail view. Print user/group columns when a directory contains different users/groups. | `O_NAMEFIRST` | 12 | restorepreview | Add pipe to close and restore [`preview-tui`](https://github.com/jarun/nnn/blob/master/plugins/preview-tui) for internal undetached edits (<kbd>e</kbd> key)| `O_RESTOREPREVIEW` | 13 14 To apply a patch, use the corresponding make variable, e.g.: 15 16 make O_NAMEFIRST=1