nnn/patches/README.md

16 lines
903 B
Markdown
Raw Normal View History

<h1 align="center">User Patch Framework</h1>
2021-06-02 16:23:29 +00:00
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
2021-06-02 16:23:29 +00:00
| Patch (a-z) | Description | Make var |
| --- | --- | --- |
2021-07-06 00:01:19 +00:00
| gitstatus | Add git status column to the detail view. Provides command line flag `-G` to show column in normal mode. | `O_GISTATUS` |
2021-06-02 16:23:29 +00:00
| namefirst | Print filenames first in the detail view. Print user/group columns when a directory contains different users/groups. | `O_NAMEFIRST` |
2021-06-02 16:23:29 +00:00
To apply a patch, use the corresponding make variable, e.g.:
make O_NAMEFIRST=1