Commit Graph

3068 Commits

Author SHA1 Message Date
Arun Prakash Jana f6cc2e6161
Prepare for release v3.5 Freddie
Code named after Freddie Mercury: https://en.wikipedia.org/wiki/Freddie_Mercury
2020-11-17 08:19:09 +05:30
Arun Prakash Jana b528bc734b
Update ToDo list link 2020-11-15 20:31:31 +05:30
Arun Prakash Jana 9e40110731
Add a useful tip. 2020-11-14 19:23:09 +05:30
Arun Prakash Jana e6d510bed0
Update docs 2020-11-14 15:41:25 +05:30
Arun Prakash Jana 0bfc590f90
upx compress all static binaries before upload 2020-11-14 10:56:18 +05:30
Arun Prakash Jana 13923117dc
Update help 2020-11-14 10:05:51 +05:30
Arun Prakash Jana 74cd15c232
Q - error & quit if no selection, else pick & quit 2020-11-13 12:40:57 +05:30
Arun Prakash Jana b09adb4654
Update docs 2020-11-13 11:57:34 +05:30
Arun Prakash Jana 7afc3eeedd
Fix #777: input stream ishould trump -s/-S
If an input stream is available, prioritize that over sessions. find/grep
syntax can be very complex and can be scripted. On the contrary, sessions
can be loaded at runtime and the persistent session can be "restored".

An interesting use case is the listing is done in picker mode from a script
and the user expects to "pick" some entries among the listed search results.

Another important change is - if the user tries to load the "last session"
explicitly by name instead of using the session option _restore_, we should
not overwrite the "last session" ("@") before loading the it.
2020-11-13 11:37:28 +05:30
Arun Prakash Jana 1c4bc318f5
Update plugin 2020-11-12 08:17:14 +05:30
Arun Prakash Jana 52b87a2492
Clean-up help 2020-11-10 20:12:49 +05:30
Arun Prakash Jana c674cb5934
Fix #775: quit on double Esc 2020-11-10 19:13:38 +05:30
Arun Prakash Jana 1418ecde0d
Skip rm invocation when no files to delete 2020-11-10 00:36:16 +05:30
Arun Prakash Jana 8b9e0edc94
Update plugin notes and table 2020-11-08 21:37:19 +05:30
Mischievous Meerkat 7b3b41093e
Merge pull request #765 from KlzXS/dups
Modified dups to allow selecting files for removal
2020-11-08 17:51:11 +05:30
KlzXS 49936d1ca2
Clear up which files are removed 2020-11-08 12:20:36 +00:00
KlzXS 81953dd571
Wording 2020-11-08 11:28:28 +00:00
KlzXS d4c1986a95
sed fixes 2020-11-07 22:39:34 +00:00
KlzXS e8803b8b64
Fix shellchek error 2020-11-07 12:58:48 +00:00
Arun Prakash Jana 75a4123f5a
Minor changes 2020-11-06 08:02:13 +05:30
KlzXS 05bf019fbb
Add some prompts 2020-11-06 00:13:35 +00:00
Arun Prakash Jana d8d43ca85f
Fix locker not invoked 2020-11-05 20:40:31 +05:30
Arun Prakash Jana 9f6808a35a
make target upx (https://upx.github.io/) 2020-11-02 00:02:47 +05:30
Arun Prakash Jana 7b233c215c
Update README 2020-11-01 18:44:40 +05:30
Arun Prakash Jana 30edbeee6c
Update Haiku Makefile 2020-10-31 21:35:02 +05:30
Arun Prakash Jana 0b31414c9a
make option O_NOUG to compile out user group info 2020-10-31 21:22:01 +05:30
Arun Prakash Jana ff5685b64d Option -U to show user and group in status bar 2020-10-31 20:48:05 +05:30
Mischievous Meerkat aabbf6ddcb
Merge pull request #768 from voodoologic/master
Plugin readme improvement
2020-10-31 11:32:16 +05:30
Doug Headley 2b3b0990cc Plugin readme improvement 2020-10-30 22:00:46 -07:00
Arun Prakash Jana 3737527ba9
Update doc 2020-10-23 00:05:12 +05:30
KlzXS afdba193e4
Fix filenames with spaces not working 2020-10-21 17:46:31 +00:00
KlzXS 782df96080
Modified dups to allow selecting files for removal 2020-10-21 17:03:03 +00:00
Arun Prakash Jana 57163ffa5d
Update plugin 2020-10-21 10:50:56 +05:30
Tim Adler f3e122fc32
Support zoxide for jumping (#764)
* Create zoxide

* Delete zoxide

* Add files via upload
2020-10-21 10:03:56 +05:30
Arun Prakash Jana 65bffda6eb
Fix build break 2020-10-20 18:20:59 +05:30
Arun Prakash Jana 56757860d4
Generate static binaries with icon support 2020-10-20 17:59:39 +05:30
Arun Prakash Jana 234f7ae563 Fix #763: Revert "Fix #759" (makes nnn hang when used in a script)
This reverts commit c074572748.
2020-10-18 03:59:05 +05:30
Arun Prakash Jana 7b870281aa
Update docs 2020-10-17 14:24:53 +05:30
Placido Fernandez d38bed58b2
fix bookmarks plugin on empty output (#762)
* fix bookmarks plugin on empty output

* fix indentation

* remove redundant new line
2020-10-15 23:06:36 +05:30
Arun Prakash Jana dbf12ed031
Fix indentation 2020-10-15 08:08:50 +05:30
Arun Prakash Jana c074572748 Fix #759 2020-10-15 08:07:32 +05:30
Placido Fernandez ed53c54ba2
fix fzf bookmarks plugin environment variable (#756)
* fix fzf bookmarks plugin environment variable

* fix for POSIX
2020-10-13 17:50:28 +05:30
Arun Prakash Jana 1b1842c354 Udpate badge 2020-10-12 17:30:41 +05:30
Tim Gates bfcf296334
docs: fix simple typo: sdtout -> stdout (#755) 2020-10-12 15:02:58 +05:30
Arun Prakash Jana d15b47ab86
Update docs 2020-10-11 20:14:37 +05:30
Arun Prakash Jana afe0b0a7bd
Fix #739 #753 2020-10-10 07:38:57 +05:30
Arun Prakash Jana 881ea36f11
Fix #750: add more clarity to unmount help 2020-10-08 05:33:43 +05:30
Arun Prakash Jana 43acb25255
Update issue template 2020-10-07 18:52:52 +05:30
Arun Prakash Jana 8bbe7e9896
Update docs 2020-10-03 15:36:51 +05:30
Arun Prakash Jana 499127c698
Fix #741 2020-10-02 08:41:09 +05:30