rabite
8fc070b71b
speedup: make hunter handle directories with 1M files
2020-01-23 20:44:10 +01:00
rabite
cd773727eb
fix updates ignoring sort/filter/etc settings when rendering
2020-01-23 16:10:34 +01:00
rabite
fa73d2cb8c
fix lag in mediaview by moving availability check to config
2020-01-23 15:17:28 +01:00
rabite
bf166ce7ff
clean up minibuffer code a bit
2020-01-23 04:16:45 +01:00
rabite
c9f3312640
save number of visible files instead of recalculating it every time
2020-01-23 04:12:57 +01:00
rabite
325f5a5ab3
remove limit on number of files updated at once
...
Since calculating the hash tables is the costliest part of updating a
directory it makes little sense to limit the number of files being
processed at once. That only means the hash tables have to be created
more often and updates take much more time in total. Since it's all
done in an asynchronous worker thread anyway it makes more sense to
process as much as possible in one go, even if it takes a second
longer.
2020-01-22 15:28:55 +01:00
rabite
8c23d058ad
fix crash when "running" first section in actions
2020-01-22 14:16:36 +01:00
rabite
7583e0a16e
update to v1.3.5
2020-01-22 03:39:13 +01:00
rabite
3147420735
fix hang when substituting too many files at once
2020-01-22 02:49:42 +01:00
rabite
ef29c47e88
fixed hangs when updating large directories (>10k files)
2019-12-23 02:08:50 +01:00
rabite
03693f96d0
improved Files interface by returning Iterator instead of Vec<&File>
2019-12-20 22:07:38 +01:00
rabite
0525f37c69
fix help message
2019-12-15 02:52:57 +01:00
rabite
154f922040
fix warnings on recent compilers
2019-12-15 01:32:03 +01:00
rabite
ea331fe2a7
use sixel from crates.io
2019-12-15 01:04:25 +01:00
rabite
60d3707639
update deps (fixes directory not showing on startup sometimes)
2019-12-15 00:20:36 +01:00
rabite
17c2522124
update dependencies and fix build
2019-12-09 01:21:59 +01:00
rabite
d42f7d328c
config updater (auto and manual)
2019-08-02 15:51:47 +02:00
rabite
efde265f3a
updated readme
2019-08-02 15:51:36 +02:00
rabite
3cf4a08108
update lazy-static (fix warnings)
2019-08-02 10:47:03 +02:00
rabite
bb564f241e
improved archive previewing
2019-08-02 06:46:03 +02:00
rabite
110322fad2
improved subprocess killing with process groups
2019-08-02 00:38:41 +02:00
rabite
558857cc16
update libraries
2019-08-02 00:37:53 +02:00
rabite
a807bacc89
fix printing error to screen when hunter-media doesn't support video
2019-07-29 18:23:02 +02:00
rabite
199643a259
fix default left/right movement binding
2019-07-29 18:21:19 +02:00
rabite
474a7fd7e7
remove sixel dependency on hunter-media
2019-07-29 18:11:28 +02:00
rabite
f3199a3180
updated README
2019-07-29 14:35:11 +02:00
rabite
4a653754e8
remove libmagic from README
2019-07-25 22:33:11 +02:00
rabite
dfd9cfefbe
fix README's keybindings section
2019-07-25 22:31:40 +02:00
rabite
754f8c1efc
updated info about dependencies in README
2019-07-25 22:06:08 +02:00
rabite
889abf77ad
add custom keybindings
2019-07-25 21:56:30 +02:00
rabite
c106fded2e
delete rust-toolchain since compiler is checked in build.rs anyway
2019-07-25 21:30:31 +02:00
rabite
3b80c3b20f
check if /tmp/hunter-previews exists before deleting
2019-07-25 21:29:10 +02:00
rabite0
8cb02c59be
Merge pull request #67 from PrsPrsBK/fix-typo
...
fix: a typo
2019-07-17 23:13:20 +02:00
rabite
f38093ad1f
big fat update to graphics mode (performance, features, etc)
2019-07-17 22:56:30 +02:00
PrsPrsBK
d9173ff4de
fix: a typo
2019-07-15 15:16:18 +09:00
rabite
3ba311a5bb
fix setting sixel config
2019-07-08 20:37:30 +02:00
rabite
c4ddf17bff
fix messed up manual merge in hbox
2019-07-08 17:23:51 +02:00
rabite0
19be163b3c
Merge pull request #60 from petrusboniatus/master
...
Added configurable refresh rate
2019-07-08 13:20:25 +02:00
rabite
072b39b3cf
initial support for SIXEL/kitty graphics
2019-07-08 13:00:32 +02:00
rabite
9b6bb7fea0
remove unnecessary impl Sync from FsCache
2019-07-08 12:54:48 +02:00
rabite
c8faea0343
remove preview-gen.rs
2019-07-08 12:54:48 +02:00
petrusboniatus
9698167285
Added configurable refresh rate
2019-07-07 19:58:26 +02:00
ath3
f542922176
Fixed setting media_previewer in config ( #59 )
2019-07-05 15:22:04 +02:00
ath3
6198b4e421
Customizable column ratios ( #58 )
...
* Customizable column ratios
* Allow ratios sum to be different from 99
* Moved the ratio logic to HBox, column ratios are not based on 0-99 anymore, improved parsing from config file
2019-07-03 21:35:30 +02:00
rabite
fae8706f7a
got binary building to work properly
2019-07-02 00:53:53 +02:00
rabite
2c6be54944
put defualt configs in archive (crates.io doesn't allow "?")
2019-07-01 19:28:16 +02:00
rabite
c2dafff622
rename action adder
2019-07-01 17:36:18 +02:00
rabite
32d4bdf020
updated version to v1.3.0
2019-07-01 17:29:29 +02:00
rabite
a529790fd4
updated README
2019-07-01 17:29:01 +02:00
rabite
366b9c6f3d
added custom quick action creator based on quick actions
2019-07-01 17:24:30 +02:00