Luan Belem Rivello
f9cf6dad48
Fix kitty listen_on example
2021-08-28 20:14:35 -03:00
Arun Prakash Jana
c974690482
Fix build break
2021-08-25 20:14:55 +05:30
Arun Prakash Jana
742759f32d
Exports special variables before running plugins
2021-08-25 16:32:45 +05:30
Terminator X
ad968b88da
Merge pull request #1143 from joelazar/master
...
fix fzhist plugin - get fish_history from the right place
2021-08-25 16:25:20 +05:30
joelazar
dba6eeb431
fix fzhist plugin - get fish_history from the right place
2021-08-25 10:36:10 +02:00
Arun Prakash Jana
55fc0c500b
Retain original context hovered file when selecting from plugin dir
2021-08-25 01:32:40 +05:30
Arun Prakash Jana
a62dbf093a
Fix NULL file name handling
2021-08-25 00:47:52 +05:30
Arun Prakash Jana
900513710f
More special variables at prompt/shell
...
$dN: directory path open in context N
$fN: file path hovered in context N
2021-08-24 23:34:40 +05:30
Arun Prakash Jana
6243de06f4
Update help page logo
2021-08-23 11:02:53 +05:30
Arun Prakash Jana
e11cbc289a
Add a cool ASCII art to help screen
2021-08-23 04:38:54 +05:30
elder-n00b
e4813f06c1
MacOSX legacy ( #1138 )
...
* Branched v4.2
Added workaround for Mac OS X < 10.12.0
(Only tested on 10.11.6, lower versions may need more workaround)
* Added *.dSYM to .gitignore
* Added comments for the macosx detection in Makefile
* Fixed indentation, formatting and missing newline at eof
* Moved includes inside include guard
Co-authored-by: elder-n00b <elder-n00b@yandex.com>
2021-08-22 12:17:27 +05:30
Arun Prakash Jana
6c5eab5e55
Jump back last dir from plugin dir with -
2021-08-19 08:45:07 +05:30
luukvbaal
ad6b6bd3df
Icon changes .iconlookup ( #1136 )
2021-08-18 23:16:29 +05:30
CantoroMC
a65055fc32
change and add some icons-nerdfont ( #1135 )
2021-08-18 19:23:53 +05:30
Arun Prakash Jana
6c3a3dbc15
Update README
2021-08-18 00:27:09 +05:30
CantoroMC
43da9a9c46
icon for zsh, nix, and matlab files(nerdfonts), lua color to lua file ( #1132 )
...
* icon for nix and matlab files(nerdfonts), lua color to lua file
* Update .iconlookup
* Update icons-nerdfont.h
* Update icons.h
Co-authored-by: luukvbaal <31730729+luukvbaal@users.noreply.github.com>
2021-08-17 20:41:42 +02:00
Arun Prakash Jana
78ea6702f7
Key B to add bookmarks on the fly
2021-08-17 20:53:54 +05:30
Terminator X
0aed67f329
Merge pull request #1131 from luukvbaal/patchfix
...
Fix gitstatus pathspec errors
2021-08-17 17:49:34 +05:30
Luuk van Baal
82d1510213
Fix gitstatus pathspec errors
2021-08-17 14:01:24 +02:00
Arun Prakash Jana
983d689a05
Disable auto-marking
2021-08-17 15:06:09 +05:30
0xACE
9d4330e382
Decide string length at compile time ( #1130 )
...
I run into many premature optimizations in our codebase which are
unnecessary.
In this particular case `strlen()` is optimized at compile time even at
`-O0` with `gcc`.
I would value higher code quality than dealing with these things in our
future endeavours. If this is accepted I may supply some more
readability patches.
2021-08-17 10:26:33 +05:30
Arun Prakash Jana
86648ab391
Fix length
2021-08-17 01:03:28 +05:30
Arun Prakash Jana
46294e9f3d
Add bookmarks directory support
2021-08-16 20:16:56 +05:30
Terminator X
840fb75208
Merge pull request #1129 from luukvbaal/patchfix
...
Fix namefirst patch conflict
2021-08-16 18:39:03 +05:30
Luuk van Baal
b5750c9e38
Fix finder typo
2021-08-16 12:47:02 +02:00
Luuk van Baal
2b45c1be55
Fix patch conflict
2021-08-16 12:45:44 +02:00
Luuk van Baal
b7c6fede5f
Add finder history/bookmarks
2021-08-15 22:07:20 +05:30
Arun Prakash Jana
943a7c13ac
Fix broken statusbar when symlink name exceeds max cols
2021-08-15 22:07:18 +05:30
Arun Prakash Jana
7cbc79a5fc
Remove repetitive code
2021-08-14 19:27:24 +05:30
Arun Prakash Jana
0b07b77e85
Update Quickstart
2021-08-14 12:43:18 +05:30
Arun Prakash Jana
e4c1abb6b8
Save full filter in session to restore correctly
2021-08-12 23:15:15 +05:30
Arun Prakash Jana
bf2b8d8c84
Decouple statusbar redraw
2021-08-12 22:09:06 +05:30
Arun Prakash Jana
fc00faf7d0
Do not modify $PWD
2021-08-12 10:46:12 +05:30
Arun Prakash Jana
42061b0399
Fail operations if selection file is empty
2021-08-12 00:20:13 +05:30
Arun Prakash Jana
b2c99b9e4e
Update docs
2021-08-12 00:01:01 +05:30
Arun Prakash Jana
06e2676421
Sync operation on selection among nnn instances
2021-08-11 21:53:42 +05:30
Arun Prakash Jana
97ac88dec2
Try to get current dir from PWD first
2021-08-10 22:34:18 +05:30
Arun Prakash Jana
e146ad0d7a
Use a different function
2021-08-10 07:06:20 +05:30
Arun Prakash Jana
59d90aa2ce
Do not resolve symlinks in argument PATH
2021-08-10 06:48:21 +05:30
Arun Prakash Jana
1df63a78e4
Do not resolve symlinks in bookmarks
2021-08-09 01:13:54 +05:30
Arun Prakash Jana
db1efba256
Update ToDo list link
2021-08-08 20:19:46 +05:30
Arun Prakash Jana
49ee5b21e7
Do not end selection mode before prompt/shell
2021-08-08 20:15:20 +05:30
Arun Prakash Jana
62a0486480
Do not end selection mode before invoking plugin
2021-08-08 18:31:29 +05:30
Terminator X
2c32f24073
Merge pull request #1121 from sikmir/haiku
...
Update Haiku Makefile
2021-08-08 18:07:51 +05:30
Nikolay Korotkiy
f8aaf3b34c
Update Haiku Makefile
2021-08-08 15:32:39 +03:00
Arun Prakash Jana
7d17cf3f63
List open locations from active contexts in help
2021-08-07 23:55:51 +05:30
Arun Prakash Jana
87380732dc
make option O_MATCHFLTR to disable filters without match
2021-08-05 22:15:02 +05:30
Terminator X
1d5efa7074
Merge pull request #1119 from N-R-K/NOSSN
...
fix misleading comment in Makefile
2021-07-29 23:28:10 +05:30
NRK
5fcd3d1198
fix misleading comment in Makefile
...
reading the source code, setting NOSSN to 1 _disables_ session support,
not enable it.
2021-07-29 15:33:19 +06:00
Arun Prakash Jana
b54f771a44
Fix #1117 : Revert "Ignore filter key if no results"
...
This reverts commit 3ef50f06f8
.
2021-07-29 03:34:06 +05:30