rabite
0f7be9e929
fix calculation of the number of shown files in a directory
2020-02-07 21:49:29 +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
c8e6ea51bb
further speed up creation of Files
2020-01-27 17:39:42 +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
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
e2ce6e0255
don't destroy widgets when taking their files
2020-01-25 13:36:01 +01:00
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
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
d42f7d328c
config updater (auto and manual)
2019-08-02 15:51:47 +02:00
rabite
889abf77ad
add custom keybindings
2019-07-25 21:56:30 +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
fc32c58c9d
added auto-installer for configs
2019-06-19 19:30:11 +02:00
rabite
800982dcfd
added ~ to go $HOME
2019-06-18 13:42:17 +02:00
rabite
327fbc6cd2
fix file counter in footer
2019-06-17 18:00:19 +02:00
rabite
1b596e73c1
added subprocesses running in foreground by appending !
2019-06-16 14:57:00 +02:00
rabite
48cbbf3b88
some small clean-ups
2019-06-16 12:43:08 +02:00
rabite
e5c61ea63e
fixed crash on fbsd+zfs. have fun ;)
2019-06-11 01:56:29 +02:00
rabite
ad4e3d573f
add quick actions
2019-05-28 00:51:47 +02:00
rabite
7f708df9bd
use xdg-open exclusively
2019-05-23 21:20:35 +02:00
rabite
cdaacd1ca6
move methods from Widget trait to WidgetCore
2019-05-23 19:49:01 +02:00
rabite
6341d02837
fixed warning about undefined key
2019-05-22 19:57:36 +02:00
rabite
e8d9c6ad1f
merge in media-preview stuff
...
Squashed commit of the following:
commit 4087cee2f2a72bc2d3e44832809cbe99d25a3309
Author: rabite <rabite@posteo.de>
Date: Tue May 21 20:40:27 2019 +0200
rename to preview-gen
commit 275fd420a01c24393ae9cc07287204fde309130a
Author: rabite <rabite@posteo.de>
Date: Tue May 21 20:30:50 2019 +0200
update Cargo.toml and README
commit bf4c3fec0f8e0ff4628153297ac64fe165b4e443
Author: rabite <rabite@posteo.de>
Date: Tue May 21 20:30:33 2019 +0200
add config options for media
commit 3bf681cd078177d634507c51d04a45bdae184f1b
Author: rabite <rabite@posteo.de>
Date: Tue May 21 13:46:00 2019 +0200
always use unicode icons for play/pause/mute
commit ed2a0b31d1911e4d42086699ca1db636c327bacf
Author: rabite <rabite@posteo.de>
Date: Tue May 21 13:04:11 2019 +0200
rename to mediaview and some fixups
commit bda3f8f83bec07c3f52d06cf5f8eaad7fdbd85a0
Author: rabite <rabite@posteo.de>
Date: Tue May 21 11:44:52 2019 +0200
fix warnings
commit 9c917903cfa958b225f268ed4fb9f55f27162be0
Author: rabite <rabite@posteo.de>
Date: Tue May 21 01:10:58 2019 +0200
play audio through viedo widget
commit 9fe208b213710fae889f7701bdb3bf96d599c9a8
Author: rabite <rabite@posteo.de>
Date: Tue May 21 00:15:12 2019 +0200
fixed play when autoplay is off
commit d4036d52864d0a4e08f7da2cf6f7419ef070c1a9
Author: rabite <rabite@posteo.de>
Date: Mon May 20 13:15:44 2019 +0200
add icons for play/pause/mute
commit 29f0d203cfd7501b50d80501de146da9d89388bb
Author: rabite <rabite@posteo.de>
Date: Mon May 20 12:26:53 2019 +0200
add basic gif support
commit 8d28e4c23a91b0ef83739554c3a2f6671a9ff6f5
Author: rabite <rabite@posteo.de>
Date: Mon May 20 11:43:57 2019 +0200
fixed play after pause
commit 142017df78de77bcfffd8f3dd9612a06927e183b
Author: rabite <rabite@posteo.de>
Date: Sun May 19 14:22:16 2019 +0200
change to stale on drop
commit c0026c7f56f6a841df18e41bd1c9b33543e26cfb
Author: rabite <rabite@posteo.de>
Date: Sat May 18 23:46:27 2019 +0200
handle errors in gstreamer closure
commit ef37f872c54b9d21ed5505c2edb480c793afaef9
Author: rabite <rabite@posteo.de>
Date: Sat May 18 23:40:24 2019 +0200
add image-only mode to preview-gen
commit 15752464563463c6ecf892c1d8a14651bf32e1e5
Author: rabite <rabite@posteo.de>
Date: Sat May 18 23:28:33 2019 +0200
add copyright note
commit 4c9f08fc4de5d3bffefd42284b60aa81cfbae9f7
Author: rabite <rabite@posteo.de>
Date: Sat May 18 23:27:30 2019 +0200
make image/video previews optional
commit 9c2c2db2b20ecd4c30acbb1c77ad18c71f528c4c
Author: rabite <rabite@posteo.de>
Date: Sat May 18 22:13:25 2019 +0200
remove blank space under video
commit f7056d70fbe9147b3b95d7c10950653eadbb4f48
Author: rabite <rabite@posteo.de>
Date: Sat May 18 22:06:49 2019 +0200
remove dbg
commit cce820657ff1258cdb78d455dd3cf04564450cea
Author: rabite <rabite@posteo.de>
Date: Sat May 18 21:50:25 2019 +0200
added error handling to preview-gen
commit 80bbe15bacb99d1f4f97504a5d10ecf59544993f
Author: rabite <rabite@posteo.de>
Date: Sat May 18 21:04:31 2019 +0200
add time and visual seek bars to videoview
commit 4349945cc5549334f246be64bc7c8e2db43f9150
Author: rabite <rabite@posteo.de>
Date: Thu May 16 22:39:19 2019 +0200
fix sneaky process
commit 373128b7096d4de29924617e549a613a3aeea5b2
Author: rabite <rabite@posteo.de>
Date: Thu May 16 22:07:27 2019 +0200
fix out of controll processes
commit e061e065e913ab3923ffac1079a9f0a2be0df532
Author: rabite <rabite@posteo.de>
Date: Thu May 16 20:51:56 2019 +0200
add media_preview
commit f68c754895a9718d1a962980de9fbf02e5cb48cd
Author: rabite <rabite@posteo.de>
Date: Thu May 16 19:37:04 2019 +0200
beta image/video previews
commit 9a5460e553dd26ebccffaf819c64a8dc6ba74818
Author: rabite <rabite@posteo.de>
Date: Tue May 14 20:36:25 2019 +0200
external img preview
commit 3c4edfcb7611b36f6e537c73743e0b6bd269037b
Author: rabite <rabite@posteo.de>
Date: Tue May 14 20:35:12 2019 +0200
video preview
2019-05-21 20:52:04 +02:00
rabite
9b463b3435
add back backtraces to commonly logged errors and fix their cause
2019-05-11 17:27:12 +02:00
rabite
99980ace6c
use async_value library
2019-05-11 13:32:22 +02:00
rabite
6a5ae52e07
fixed terminal resetting (hopefully)
2019-05-07 23:48:48 +02:00
rabite
f92eb544a7
add some extra key binds
2019-05-07 01:21:22 +02:00
rabite0
939697d919
Select files and enter directories by calling external program ( #27 )
...
* select file/dir with external program
* multi-file select with external prog
* last adjustions and README update
* separated cd/selection into their own functions
* update README
2019-04-27 19:11:51 +02:00
rabite
9729a2482e
move quit function from Widget to FileBrowser
2019-04-27 15:23:38 +02:00
rabite
2974d744a6
use libraryized pathbuftools
2019-04-20 19:00:05 +02:00
rabite
55675e0c5e
remove unnecessary metadata fetching
2019-04-20 17:14:34 +02:00
rabite
17603ca15f
fix missing metadata in footer
2019-04-20 17:04:33 +02:00
rabite
ccecb83cbb
fix loading of metadata in main widget when startingcc
2019-04-15 22:10:16 +02:00
rabite
ada22f8f14
fix warning
2019-04-15 21:47:24 +02:00
rabite
48410f672c
remove slide up on start for left/main widget
2019-04-15 21:35:39 +02:00
rabite
d41ee4aedb
remap open_bg / log
2019-04-13 19:09:08 +02:00
rabite
4c1f7e88a4
properly reset terminal when quitting/crashing
2019-04-13 17:52:20 +02:00
rabite
63fe77c997
Merge branch 'master' into evil
2019-04-07 14:00:50 +02:00
rabite
62474ff6bc
fix crash when running commands in unloaded directory
2019-04-07 13:43:41 +02:00
rabite
7f70fa2904
Merge branch 'master' into evil
2019-04-06 17:22:28 +02:00
rabite
a5400b1e6c
fix warnings
2019-04-06 13:08:20 +02:00
rabite
c47247a0bc
store multi-selection in array on quit
2019-04-04 01:17:28 +02:00
rabite
d5ccfb0d74
show fs space usage and too much other stuff
2019-04-04 00:31:01 +02:00
rabite
10d9a5462c
configurable hidden files/animation
2019-04-03 15:35:29 +02:00