Arun Prakash Jana
64667b377d
Options -e and -t
Replaces the following environment variables:
- NNN_USE_EDITOR
- NNN_IDLE_TIMEOUT
5 years ago
Anna Arad
44871dd9d7
Update Haiku Makefile with changes of original ( #435 )
5 years ago
Arun Prakash Jana
3c69e6ccac
Guard against empty
5 years ago
Arun Prakash Jana
7bf7894022
Use option -A to disable dir auto-select
5 years ago
Arun Prakash Jana
c5ff2f5647
Fix openSUSE Leap 15.1 package generation
5 years ago
Anna Arad
443bb7925b
Update Haiku Makefile and recipe with suggestions from HaikuPorts ( #426 )
5 years ago
Arun Prakash Jana
027ed8d8ea
Update copyright year
5 years ago
Arun Prakash Jana
db647e7c4c
On the fly dist generation
5 years ago
Arun Prakash Jana
26d49a16b3
Get version string from source
5 years ago
Arun Prakash Jana
e3e6e1671a
Keybind v for version sort
5 years ago
Anna Arad
fd9fcf741e
Get nnn compile and run on Haiku ( #403 )
* Add support for Haiku OS
* Adjust DISTFILES and dist rule in haiku
5 years ago
Arun Prakash Jana
1003c0f8fc
Option n - nav as you type, V - version sort
5 years ago
Arun Prakash Jana
ffb0b0e3c2
Revert "Use b and ^B as bookmark key"
This reverts commit 278fcfdfc9
.
5 years ago
Arun Prakash Jana
278fcfdfc9
Use b and ^B as bookmark key
5 years ago
Arun Prakash Jana
37988cf854
Program option to load session is now `-s`
- remove auto-stored session "@" on restore
- minor help update
5 years ago
Arun Prakash Jana
9725c17d20
Revert "Internal states, sessions changes"
This reverts commit cf388649b9
.
5 years ago
Arun Prakash Jana
c24efdbedb
Simplify QuitCD scripts
5 years ago
Arun Prakash Jana
cf388649b9
Internal states, sessions changes
- replace bools for internal non-persistent binary states with an uchar
- do not store path to session, derive from config path in tmp buffer
- program option to load session is not `-s`
- remove auto-stored session "@" on restore
- minor help update
5 years ago
Arun Prakash Jana
208a6605f5
Fix #402
5 years ago
Arun Prakash Jana
95f530854d
remove program option -f
5 years ago
Arun Prakash Jana
09083f3ed6
Update docs
5 years ago
Arun Prakash Jana
fd8a8387b8
Add option to show noti and copy selection to system clipboard
5 years ago
Arun Prakash Jana
d5512462af
Move nlaunch to plugins as launch
5 years ago
Arun Prakash Jana
5708585c3b
Add nplay as a plugin
5 years ago
Arun Prakash Jana
5826da920f
Add nplay: a custom opener
5 years ago
Arun Prakash Jana
90108ba763
Prepare for release v2.8.1
5 years ago
Arun Prakash Jana
cc36aa8d49
Prepare for release v2.8
5 years ago
Arun Prakash Jana
3f0c604111
Option -R to disable rollover at edges
5 years ago
Arun Prakash Jana
12669be900
Update auto-completion scripts
5 years ago
Arun Prakash Jana
f231c35ef9
Update docs
5 years ago
Vidar Holen
1bf49c80e7
Some of the shell script fixes as per discussion ( #389 )
* Improved completion support for files with spaces
Filenames with spaces, both generally and for session names, will now
complete as expected.
* Misc shell script improvements
See discussion on:
1cca9e4b72
5 years ago
Arun Prakash Jana
1cca9e4b72
shellcheck fixes
5 years ago
Arun Prakash Jana
be65fe4ccf
Add examples of conflicting keybinds
5 years ago
Arun Prakash Jana
2d91768d88
Fix some cat abuses in code, plugins
5 years ago
Mischievous Meerkat
11204d09d5
Update quitcd.csh
5 years ago
Arun Prakash Jana
f4acfc7a4e
Block nesting of nnn instances
5 years ago
Arun Prakash Jana
d723299df6
Add CentOS 8.0, Fedora 31
5 years ago
Arun Prakash Jana
2559ddbd38
Add Wayland clipboard example
5 years ago
Anna Arad
45387a431d
Fix Fish autocomplete suggestions for sessions
5 years ago
Anna Arad
60dac94a5e
Implementing sessions support ( #360 )
* Initial commit of sessions implementation
* Reduce code duplication
* Move load session to program flag -e
* Fix context initialization problem when loading session
* Add pinned directory to session and reduce session file size
* Make load_session print an error if exists and few minor adjustments
* Refactor session's file structure
* Initialize required structures in load_session before loading
* Add load session dynamically, restore last session, and extra fixes
* Fix indentation
* Add sessions documentation to man page
* Update fish completions with sessions and make some improvements
* Move to single keybinding session management and add help info
* ESC when asked to insert session name behaves better
* Add sessions completion for bash
* Remove pinned dir from session and minor code refactors
5 years ago
Arun Prakash Jana
d1d491c102
Fix #350 : cd on quit if NNN_TMPFILE is set
5 years ago
Arun Prakash Jana
fe80d5aa9d
Update key collision detection
5 years ago
Arun Prakash Jana
bb0f1db965
Update auto-complete scripts
5 years ago
Arun Prakash Jana
e8d5c453d7
Move packagecore config, update matrix
5 years ago
Arun Prakash Jana
ec873ab4fa
Option -a to use file access time
5 years ago
Arun Prakash Jana
94c3af873c
Implement mediainfo as a plugin
5 years ago
Arun Prakash Jana
a4d8d68c7d
Option -r to show cp, mv progress on Linux
5 years ago
Arun Prakash Jana
f4f1acf856
Remove wild load option
5 years ago
Arun Prakash Jana
e9f7b6aa6c
Option -t replaces NNN_NO_AUTOSELECT
5 years ago
Arun Prakash Jana
ac815c692a
Option -o replaces NNN_RESTRICT_NAV_OPEN
5 years ago