Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-22 | Get device info from path | ||
2019-05-22 | Update docs | ||
2019-05-22 | Update mentions | ||
2019-05-22 | Adding scrolloff option. | ||
2019-05-22 | Code refactor | ||
2019-05-22 | Fix build break | ||
2019-05-22 | Fix #257: fix the logic for determining which file was clicked. | ||
2019-05-22 | Code refactor | ||
2019-05-22 | Fix #257 | ||
2019-05-22 | Fix regression with opening binary file | ||
2019-05-22 | Fix build break | ||
2019-05-22 | Added mouse support | ||
2019-05-22 | Use refresh after tmp escape | ||
2019-05-22 | Run nmount in a loop | ||
2019-05-22 | sync data before ejecting drives | ||
2019-05-22 | Add pdfview to view PDF file in PAGER | ||
2019-05-22 | Update getplugs to set up nlauch | ||
2019-05-22 | Update Makefile library linking for debug target | ||
2019-05-22 | Update link | ||
2019-05-22 | Fix #249 | ||
2019-05-22 | Update docs | ||
2019-05-22 | Fix target all to work with target debug | ||
2019-05-22 | nlaunch: add sleep to wait for child | ||
2019-05-22 | Auto-build every Sat midnight | ||
2019-05-22 | Update docs | ||
2019-05-22 | Unify tmp file creation | ||
2019-04-27 | Reformat create link to selection | ||
2019-04-27 | Refactor dentfill() | ||
2019-04-27 | Support readline in open with | ||
2019-04-27 | Modular readline call | ||
2019-04-27 | Add timeout to warnings | ||
2019-04-26 | Update docs | ||
2019-04-26 | Make nlaunch independent | ||
2019-04-26 | Restore keyboard shortcuts | ||
2019-04-26 | Always detach opener | ||
This may affect issue #227 but the defunct processes do not use any memory and exit when nnn exits. I guess that happens because of xdg-open using an intermediate script. However, if we do not detach xdg-open, the child process is killed when the terminal is closed which is a severe problem. | |||
2019-04-26 | Update docs | ||
2019-04-25 | Update nmount, troubleshooting | ||
2019-04-25 | Document #225 | ||
2019-04-25 | Revert "Fix #225" | ||
This reverts commit 32dde3390acf4f3cfcd9367a8875699e675db97b. | |||
2019-04-25 | Fix check for binary value | ||
2019-04-25 | Update docs | ||
2019-04-24 | Check binary config values are 1 | ||
2019-04-23 | Fix #225 | ||
2019-04-23 | Fix build break | ||
2019-04-23 | Allocate initial path dynamically | ||
2019-04-23 | Fix picker mode with file | ||
2019-04-23 | Remove redundant change for HOME | ||
2019-04-22 | Remove redundant checks for g_tmpfpath | ||
2019-04-22 | SSHFS refinements | ||
2019-04-22 | Handle exit status of child process | ||