aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-04-10Added brackets for tcc compliance (#103)Gravatar arcadius3d
2018-04-09Source code release tarball build on Travis-CI (#101)Gravatar jolpaz
* Build source tarball on travis CI And add it to github release along with other packages. * Change key for releases upload * Fix repo for release upload * Revert to upstream's creds and repo.
2018-04-08Prefer VISUAL, if defined over EDITORGravatar Arun Prakash Jana
2018-04-04Update for PR #100: man and README should be in syncGravatar Arun Prakash Jana
2018-04-04Show hidden files by default when env NNN_SHOW_HIDDEN is set (#100)Gravatar Jakub Jirutka
2018-04-01Update helpGravatar Arun Prakash Jana
2018-04-01Add more phony targetsGravatar Arun Prakash Jana
2018-04-01Update link to ToDo listGravatar Arun Prakash Jana
2018-04-01Show more useful info in helpGravatar Arun Prakash Jana
2018-03-31Show help on typing ? at empty filter promptGravatar Arun Prakash Jana
2018-03-30Document how to integrate sxivGravatar Arun Prakash Jana
2018-03-30Support screen locking on LinuxGravatar Arun Prakash Jana
2018-03-30New shortcut ^] to spawn shell in current dirGravatar Arun Prakash Jana
2018-03-30Add install commands for listed packagersGravatar Arun Prakash Jana
2018-03-28Support ^A, ^E, ^U and ignore ^ chars at rename promptGravatar Arun Prakash Jana
2018-03-19Switch to current dir to run editor/vidirGravatar Arun Prakash Jana
2018-03-19Fix test dir nameGravatar Arun Prakash Jana
2018-03-19Run a custom script supportGravatar Arun Prakash Jana
2018-03-19Omit sorting if no matches/entriesGravatar Arun Prakash Jana
2018-03-19Free regexGravatar Arun Prakash Jana
2018-03-18Update featuresGravatar Arun Prakash Jana
2018-03-18Add Fedora as a packagerGravatar Arun Prakash Jana
2018-03-16Retain nav-as-you-type mode after exiting spawned shellGravatar Arun Prakash Jana
2018-03-16Remove reference of NNN_NOWAITGravatar Arun Prakash Jana
2018-03-16Fix #81: GUI programs shouldn't exit on closing the parent terminalGravatar Arun Prakash Jana
Issue reproduction steps: 1. Spawn a GUI program e.g. open a PDF file in zathura or evince. 2. Without quitting `nnn` close the terminal. 3. Notice that the application quits too. Can be a nagging issue if someone is not using a drop-down terminal. Fix: detach a GUI child and start it in a new session. There are 2 aspects to this commit: - It fixes #81: in cases where we do not wait for a spawned child we can assume that the child is a GUI process. We detach and spawn the child in a new session. - It changes the behaviour to @Rahi374's suggestion in PR #40 i.e. invoke the DE opener in F_NOWAIT mode.
2018-03-15nlay: use more portable shebang for bash. (#98)Gravatar maxice8
2018-03-14Fix #97: add manpage for nlayGravatar Arun Prakash Jana
2018-03-14Make install(1) commands override-able (#96)Gravatar Dridi Boukelmoune
2018-03-11Add table of external dependenciesGravatar Arun Prakash Jana
2018-03-09Replace all sprintf() with snprintf()Gravatar Arun Prakash Jana
2018-03-07Fix #95: Add ^I as an alternative to InsertGravatar Arun Prakash Jana
2018-03-05Integer calculation-only coolsize()Gravatar Arun Prakash Jana
2018-03-05float is suficient and a _little_ faster in coolsize()Gravatar Arun Prakash Jana
2018-03-05Revert "Integer-only coolsize() (#84)"Gravatar Arun Prakash Jana
This reverts commit 7be0726164442a83f47e5a9a0cdf2db343832d23.
2018-03-05Revert "fix rounding carry in coolsize() (#91)"Gravatar Arun Prakash Jana
This reverts commit 7654a2e0c6057c6d6d85e0625627e3e1dbe8d52d.
2018-03-05Revert "Fix compilation warning"Gravatar Arun Prakash Jana
This reverts commit 30fdb6ff11a8a4d720d3efbb21cb0755abd06665.
2018-03-05Fix compilation warningGravatar Arun Prakash Jana
2018-03-05fix rounding carry in coolsize() (#91)Gravatar Alex Suykov
Sizes like 1.999 get rounded to (1 + 100/100), which should be displayed as 2.00 not 1.100 as simple %i.%02i would do without additional measures.
2018-03-04Fix #89: User-specific tmp file for copying filenamesGravatar Arun Prakash Jana
Use distinct (by username) tmp filename to copy file paths. The pattern used is: /tmp/nnncp$USER If username is 'arun', the file name is `/tmp/nnncparun`.
2018-03-03Support ~, - and & keyboard shortcuts at the bookmark prompt.Gravatar Arun Prakash Jana
In nav-as-you-type mode only control keys are understood when filter is enabled. We need some way to quicly jump HOME, last visited dir or start dir.
2018-03-03Add ruby files as text fileGravatar Arun Prakash Jana
2018-03-03Both src and dst should be alignment checked separatelyGravatar Arun Prakash Jana
The following pattern passes the current check: src - 1010 dst - 0101 mask - 1111
2018-03-02Fix zsh path autocompletion (#88)Gravatar Nexie Kind
2018-03-01Improved portability on MacOS (#86)Gravatar Giacomo Rossetto
2018-03-01Integer-only coolsize() (#84)Gravatar Alex Suykov
2018-02-28Add openSUSE Leap badgeGravatar Arun Prakash Jana
2018-02-28Makefile: don't use non-portable -t option (#83)Gravatar ilovezfs
This fixes the build with the BSD install command by eschewing the GNU specific -t option, which is not portable.
2018-02-28openSUSE build system provides several distro packages. thanks @dilawar!Gravatar Arun Prakash Jana
2018-02-28Fix Fedora 25 depsGravatar Arun Prakash Jana
2018-02-28Prepare for release v1.7Gravatar Arun Prakash Jana