aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2026-03-14dfm: added -q to start in search resultsDylan Araps
Also made root toggle propagate search
2026-03-14dfm: add -c to start with cursor on particular entry.Dylan Araps
Also makes root toggle keep cursor posiiton.
2026-03-14dfm: Add privilege escalation.Dylan Araps
Pressing 'Z' (default) will spawn a nested dfm by escalating privileges using the value of DFM_SU (default 'sudo'). Pressing 'Z' again inside of this escalated mode returns to the original dfm.
2026-03-13README: fix imagesDylan Araps
2026-03-12configure: change CONFIG_ to use macros.Dylan Araps
Makes the variables accessible in CPP.
2026-03-12doc: update dependenciesDylan Araps
2026-03-12doc: unfix imgDylan Araps
2026-03-12doc: fix imgDylan Araps
2026-03-12doc: imgDylan Araps
2026-03-12dfm: Add support for imagesDylan Araps
2026-03-08dfm: keep track of nest levelDylan Araps
Shows an indicator in the statusline if dfm is running inside of dfm and how deep the nesting is. Don't go too deep.
2026-03-06Fancy README (#5)dylan