Arun Prakash Jana
27e1eb54c4
Fix #1162 : run commands as plugin through shell
2021-09-09 19:38:41 +05:30
Arun Prakash Jana
e7aec90889
Add early check
2021-09-09 18:05:51 +05:30
Jakob Beckmann
7f84fbc8a0
Added theme support for bat in preview-tui plugin ( #1141 )
2021-09-09 18:02:06 +05:30
Arun Prakash Jana
9df7e5f03e
Reformat checks
2021-09-09 09:06:09 +05:30
Arun Prakash Jana
359d7bc29c
Directory-specific sort order
2021-09-09 01:46:22 +05:30
Arun Prakash Jana
fa7cef2df7
The shell interprets "$nnn" now
2021-09-05 18:19:30 +05:30
Assaf Ben-Amitai
d34741107a
fix jump cd to use seperate params ( #1156 )
2021-09-05 05:20:31 +05:30
Assaf Ben-Amitai
7de52ff890
plugin autojump: on jump - read entire line ( #1155 )
2021-09-05 02:01:41 +05:30
Arun Prakash Jana
51829c8027
Reformat copy current current file name
2021-09-04 08:06:29 +05:30
Arun Prakash Jana
49be2cfcd1
Fix #1153 : sync hidden on batch rename
2021-09-04 07:23:02 +05:30
Arun Prakash Jana
ab0ab2b5f4
Use a meaningful macro
2021-09-04 07:21:59 +05:30
Daniel Eklöf
0556ac14ec
[draft] signal CWD change to terminal via OSC-7 ( #1148 )
...
* Signal CWD change to terminal via OSC-7
Closes #1147
* Make OSC-7 emission gated by NOX11
* Use newpath variable in gethostname()
Use dynamic memory for hostname
2021-08-30 20:14:05 +05:30
Terminator X
64c2c68bd0
Merge pull request #1146 from luanrivello/patch-1
...
Fix kitty listen_on example
2021-08-29 20:16:40 +05:30
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