| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 36 hours | My changesHEADmain | twells46 | |
| 2026-03-19 | build: fix make install | Dylan Araps | |
| Closes #8 | |||
| 2026-03-17 | img: fix gif freeze in kitty | Dylan Araps | |
| Related to #7 | |||
| 2026-03-17 | img: disable gifs in chafa | Dylan Araps | |
| Closes #7 | |||
| 2026-03-14 | dfm: don't propagate args for su that could contain spaces | Dylan Araps | |
| Sorry su | |||
| 2026-03-14 | dfm: 1.0.2 | Dylan Araps | |
| 2026-03-14 | dfm: fix bug with -p | Dylan Araps | |
| oops | |||
| 2026-03-14 | dfm: added -q to start in search results | Dylan Araps | |
| Also made root toggle propagate search | |||
| 2026-03-14 | dfm: also propagate sort mode and view. | Dylan Araps | |
| Last thing is to propagate search view. | |||
| 2026-03-14 | dfm: add -c to start with cursor on particular entry. | Dylan Araps | |
| Also makes root toggle keep cursor posiiton. | |||
| 2026-03-14 | dfm: Add range marking | Dylan Araps | |
| Normal marking works like Ctrl+click in Windows Explorer. This new act works like Shift+click. It is bound to Alt+Space and also 'V' by default. | |||
| 2026-03-14 | doc: oops | Dylan Araps | |
| 2026-03-14 | Merge branch 'master' of github.com:dylanaraps/dfm | Dylan Araps | |
| 2026-03-14 | dfm: 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-13 | dfm: 1.0.1 | Dylan Araps | |
| 2026-03-13 | README: fix images | Dylan Araps | |
| 2026-03-12 | configure: change CONFIG_ to use macros. | Dylan Araps | |
| Makes the variables accessible in CPP. | |||
| 2026-03-12 | doc: nit | Dylan Araps | |
| 2026-03-12 | doc: update dependencies | Dylan Araps | |
| 2026-03-12 | dfm: better exec message | Dylan Araps | |
| Shows "command not found" which is clearer | |||
| 2026-03-12 | doc: unfix img | Dylan Araps | |
| 2026-03-12 | doc: fix img | Dylan Araps | |
| 2026-03-12 | doc: img | Dylan Araps | |
| 2026-03-12 | config: make statusline blue by default | Dylan Araps | |
| 2026-03-12 | dfm: Add support for images | Dylan Araps | |
| 2026-03-09 | configure: use system dpp if possible | Dylan Araps | |
| 2026-03-09 | misc: fix build when git fails | Dylan Araps | |
| 2026-03-08 | doc: nit | Dylan Araps | |
| 2026-03-08 | dfm: keep track of nest level | Dylan 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-08 | dfm: str clean up | Dylan Araps | |
| 2026-03-08 | doc: nit | Dylan Araps | |
| 2026-03-06 | Fancy README (#5) | dylan | |
| 2026-03-03 | dfm: 1.0.0 | Dylan Araps | |
| It is finished. | |||
| 2026-03-03 | doc: nit | Dylan Araps | |
| 2026-03-02 | nit: all lowercase | Dylan Araps | |
| 2026-03-02 | platform/bsd.h: Remove apple-ism | Dylan Araps | |
| 2026-03-02 | platform/bsd.h: initial BSD platform support. | Dylan Araps | |
| Untested... based on how other file managers do it. Related: #3 | |||
| 2026-03-02 | dfm: work with nameless events | Dylan Araps | |
| This is needed for BSD kqueue. | |||
| 2026-03-02 | inf: fix trunc of wide chars | Dylan Araps | |
| This new drawing code is overall ugly but I'm out of free time so it'll do for now... it works. | |||
| 2026-03-02 | inf: Fix trunc of wide chars | Dylan Araps | |
| 2026-03-02 | inf: add / to trunc | Dylan Araps | |
| 2026-03-02 | inf: responsive search | Dylan Araps | |
| Always show tail of search. | |||
| 2026-03-02 | inf: truncate pwd | Dylan Araps | |
| Shows the tail instead of head when truncated. Last thing left is to show search... then dfm is done. | |||
| 2026-03-02 | inf: take window size into account | Dylan Araps | |
| foundation before truncating of pwd. | |||
| 2026-03-02 | nav: smaller mark message | Dylan Araps | |
| 2026-03-02 | draw: only sanitize if needed | Dylan Araps | |
| Skips a loop over every byte in draw. | |||
| 2026-03-01 | dfm: truncate entry but keep end | Dylan Araps | |
| Works with utf8 too. Before: Kamisama.Mou.Sukoshi.Dake.EP01.1080p.FOD.WEB-DL.AAC Kamisama.Mou.Sukoshi.Dake.EP01.1080p.FOD.WEB-DL.AAC After: Kamisama.Mou.Sukoshi.Dake.EP01.1080p.FOD....tar.mkv Kamisama.Mou.Sukoshi.Dake.EP01.1080p.FOD....tar.srt | |||
| 2026-03-01 | embed: maybe fix macOS issue | Dylan Araps | |
| 2026-03-01 | bulk_rename: skip unmodified | Dylan Araps | |
| 2026-03-01 | bin/embed: make /really/ portable | Dylan Araps | |
| Turns out that sed and awk backslash handling differs across implementations so the original code (and the many other incantations of it I tried) didnt work on macOS and BSD (or worked there but not in GNU or busybox). Here's a POSIX shell version that should work everywhere. | |||