1
0
mirror of https://github.com/bobwen-dev/hunter synced 2025-04-12 00:55:41 +02:00

389 Commits

Author SHA1 Message Date
rabite0
e4850e38b6 improved navigation/turbo-cd 2020-03-01 22:57:09 +01:00
rabite0
b163a9f4b4 fix/add back link indicators 2020-02-29 14:24:28 +01:00
rabite0
d18836d0bf fix garbage completion with partial directory name and trailing / 2020-02-29 03:09:16 +01:00
rabite0
853cf534a7 fix prepended "/" when completing directory 2020-02-29 02:34:11 +01:00
rabite
80678fb1f4 fix performance regression from last commit 2020-02-18 21:48:16 +01:00
rabite
63bee693ec more robust getdents handling for fs without d_type 2020-02-18 21:48:06 +01:00
rabite
963e0ae1cb another day, another boost: 30% faster on linux with getdents64 2020-02-18 21:47:41 +01:00
rabite
f10f7d5e32 recalculate number of visible files when filter is updated 2020-02-18 21:47:25 +01:00
rabite
84d7773205 add option to separate icon and file name with a space 2020-02-18 00:51:08 +01:00
rabite
edc2def611 extract tick function and tick for widgets too 2020-02-16 04:39:20 +01:00
rabite
f1fbcf0c36 don't flush stdin because it causes problems with ctrl/alt + key 2020-02-15 21:05:51 +01:00
rabite
4b7d83f91a more efficient handling of tags 2020-02-15 21:05:41 +01:00
rabite
cf2d04c04b lowered cpu usage while browsing using binary search 2020-02-15 21:04:32 +01:00
rabite
d1e9acd099 reworked File iterators 2020-02-15 21:02:52 +01:00
rabite
d143de245a kill media-previewer when image is deselected before it's done 2020-02-14 23:41:40 +01:00
rabite
cab23957ce improved/fixed default config with working archive preview 2020-02-14 17:47:07 +01:00
rabite
dbdd258129 tame rouge io-threads 2020-02-14 15:14:38 +01:00
rabite
c233d0ca46 updated readme 2020-02-13 00:13:06 +01:00
rabite
0354400b66 fix pdf previews 2020-02-13 00:09:18 +01:00
rabite
02e767cf50 switch to nix for killing preview subprocess 2020-02-12 21:26:39 +01:00
rabite
b3f1452a59 switch to tree_magic_fork (fixing memleak) 2020-02-12 21:19:57 +01:00
rabite
77fdb0a754 reduce latency by not running in unnecessary thread pool
reduce latency by not running in unnecessary thread pool
2020-02-12 19:16:31 +01:00
rabite
26017763ed use nix's lower level API to read in directories 2020-02-12 17:36:25 +01:00
rabite0
4b84d42439
Merge pull request #77 from tim77/master
Add Fedora installation instructions
2020-02-12 02:33:26 +01:00
rabite
74e43ee965 the fastest file manager in the galaxy 2020-02-11 23:46:14 +01:00
rabite
800592338d add back moving Files from main to left view 2020-02-11 23:46:00 +01:00
Artem Polishchuk
a5fee0080e
Add Fedora installation instructions 2020-02-09 01:06:34 +02:00
rabite
2e1da40130 fix reverse sorting 2020-02-08 01:10:24 +01:00
rabite
e3b4c997bf fix crash by catching tree_magic's panic and handle it gracefully 2020-02-08 00:17:56 +01:00
rabite
6afca62010 fix rendering with icons enabled 2020-02-07 22:41:17 +01:00
rabite
48a4a8bb14 fix calculation of the number of files when toggling hidden files 2020-02-07 22:31:33 +01:00
rabite
0f7be9e929 fix calculation of the number of shown files in a directory 2020-02-07 21:49:29 +01:00
rabite
13b927d07e add warning to README.md about the current optimization situation 2020-02-06 01:22:42 +01:00
rabite
353f6369c8 fixed bug in go_back 2020-02-05 22:46:10 +01:00
rabite
a6c829e143 buggy super-fast crazy stuff 2020-02-05 21:45:51 +01:00
rabite
aa091b69c8 more prallel processing 2020-02-05 18:55:09 +01:00
rabite
049b1d1c74 fix sized_string chopping string at wrong boundaries 2020-01-28 01:29:58 +01:00
rabite
025a40044c process files in parallel 2020-01-27 19:14:55 +01:00
rabite
c8e6ea51bb further speed up creation of Files 2020-01-27 17:39:42 +01:00
rabite
5899ee9b65 remove unused code 2020-01-27 16:35:12 +01:00
rabite
5b12592ebe fix crash when tagging file 2020-01-27 16:31:02 +01:00
rabite
fff9c0ca25 speed up creation of Files 2020-01-27 16:30:18 +01:00
rabite
b359cc9119 don't draw preview dir twice 2020-01-27 15:49:21 +01:00
rabite
e993c2c275 use faster unstable sorting 2020-01-27 15:49:10 +01:00
rabite
19f08a0eeb changed sized_string() to return string slice instaed of allocating 2020-01-27 02:51:15 +01:00
rabite
874e7e306f minimize allocations in render_fn 2020-01-27 02:12:58 +01:00
rabite
89aef8ba76 fix crash when completing 2020-01-26 16:08:21 +01:00
rabite
64391dd98c fix media preview config loading 2020-01-26 16:08:19 +01:00
rabite
abc35e0e7d fix blocking when entering/leaving large directory 2020-01-26 16:08:11 +01:00
rabite
428879e184 add builder for ListView<Files> 2020-01-26 01:31:29 +01:00