aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-10-16Combine related cases togetherGravatar Arun Prakash Jana
2019-10-16Fix build (and more) on SmartOS (#363)Gravatar Sijmen J. Mulder
* Define _XOPEN_SOURCE_EXTENDED on SmartOS Enables wide ncurses. * SmartOS has alloca() in alloca.h * SmartOS does not have sig_t * dprintf() is not available on SmartOS So replace its usage with fprintf. * SmartOS has no d_type * SmartOS has no CLOCK_MONOTONIC_RAW * SmartOS has no O_DIRECTORY * Work around SmartOS not having mime detection * Missing comma
2019-10-16Fix strftime() buffer overflow (#362)Gravatar Sijmen J. Mulder
If the formatted string is longer than 17 characters the string won't be null terminated, causing gibberish to be printed on the status line and possibly worse. This occurs with my current locale in which a date is printed as such: 2019-okt.-15 19:26 Which is 18 characters.
2019-10-15Simplify functionsGravatar Arun Prakash Jana
2019-10-15Minor reformatGravatar Arun Prakash Jana
2019-10-15Improve readibilityGravatar Arun Prakash Jana
2019-10-15Minor refactorGravatar Arun Prakash Jana
2019-10-14Add function to count newlines in fileGravatar Arun Prakash Jana
2019-10-14Fix build break on macOSGravatar Arun Prakash Jana
2019-10-14Added copy/move-as (copy/move and rename) (#356)Gravatar KlzXS
* Added copy/move-as (copy/move and rename) * Little refactorings * Also handle selection file for cpmv_rename()
2019-10-14Use a macro for readabilityGravatar Arun Prakash Jana
2019-10-14Mouseclicks are no longer delayed (#353)Gravatar 0xACE
This patch changes the mouseinterval to 0. And handles detection of doubleclicking events internally. This allows much faster response times for mouse clicks as nnn no longer has to wait for ncurses to confirm what type of click it was. It introduces a new config setting for changing how many milliseconds it may take for a double click to be registered.
2019-10-14suedit plugin (#359)Gravatar Anna Arad
2019-10-13unmount() ask for target if not found (#358)Gravatar 0xACE
* unmount() ask for target if not found unmount() now properly asks for which target to unmount if it cannot automatically deduce which folder to unmount. * no more automatic unmounts outside of cfgdir
2019-10-13Remove -Wno-unused-parameter and do cleanup (#357)Gravatar Anna Arad
2019-10-13Pass path as second argumentGravatar Arun Prakash Jana
2019-10-13gutenread: support epubGravatar Arun Prakash Jana
2019-10-13Makefile detect header change (#355)Gravatar Anna Arad
2019-10-13Plugin to browse, download, read from Project GutenbergGravatar Arun Prakash Jana
2019-10-13Check for alternative name for drag/drop exec (#354)Gravatar 0xACE
KDE dragon player collides with the name of the drag/drop dependency. On archlinux the binary is renamed to `dragon-drag-and-drop`. This change tries `dragon-drag-and-drop` before defaulting to `dragon`.
2019-10-12Optional fortune quotes in help/config pageGravatar Arun Prakash Jana
2019-10-12Update docsGravatar Arun Prakash Jana
2019-10-12Fix build breakGravatar Arun Prakash Jana
2019-10-12Added 2 plugins for drag and drop support (#352)Gravatar 0xACE
* Added 2 plugins for drag and drop support These scripts uses https://github.com/mwh/dragon and curl. It allows nnn to drag and drop files either to other programs, or to itself. * added link to dependency and spelling * added drag/drop-file scripts to readme table
2019-10-12Update to Ubuntu 18.04 install commandsGravatar Arun Prakash Jana
2019-10-12Mount archives using archivemountGravatar Arun Prakash Jana
2019-10-12Remove unused paramGravatar Arun Prakash Jana
2019-10-11Fix #350: cd on quit if NNN_TMPFILE is setGravatar Arun Prakash Jana
2019-10-11Update man page on -KGravatar Arun Prakash Jana
2019-10-11Fix build breakGravatar Arun Prakash Jana
2019-10-11Update key collision detectionGravatar Arun Prakash Jana
2019-10-11Implement a basic keybinding collision checker. (ToDo list #337) (#348)Gravatar Anna Arad
2019-10-11Fix #351: reduce prompt length for new file/dirGravatar Arun Prakash Jana
2019-10-10Document edit selectionGravatar Arun Prakash Jana
2019-10-10Implemented edit selection buffer (#345)Gravatar KlzXS
* Implemented edit selection buffer * Added checks and changed keybind * Forgot check and style fixes * Don't work late at night again You forget things when you're tired
2019-10-10Fix #342: mention as Lead key in docsGravatar Arun Prakash Jana
2019-10-09Merge pull request #347 from rindeal/make-fixGravatar Mischievous Meerkat
allow multiple make targets being specified at once
2019-10-09allow multiple make targets being specified at onceGravatar Jan Chren (rindeal)
2019-10-09Merge pull request #344 from rindeal/makeGravatar Mischievous Meerkat
do build configuration with variables instead of targets
2019-10-09do build configuration with variables instead of targetsGravatar Jan Chren (rindeal)
2019-10-09Update doc on deselect, file sizeGravatar Arun Prakash Jana
2019-10-08Update docGravatar Arun Prakash Jana
2019-10-08Remove obsolete troubleshooting noteGravatar Arun Prakash Jana
2019-10-07Fix #338: export current file as $NNNGravatar Arun Prakash Jana
2019-10-06Prepare for release v2.7Gravatar Arun Prakash Jana
2019-10-06Update docsGravatar Arun Prakash Jana
2019-10-06Update auto-complete scriptsGravatar Arun Prakash Jana
2019-10-06Update ToDo list linkGravatar Arun Prakash Jana
2019-10-05Rename target nolocale to nolocGravatar Arun Prakash Jana
2019-10-05Update helpGravatar Arun Prakash Jana