summaryrefslogtreecommitdiffstats
path: root/src/file_browser.rs
AgeCommit message (Expand)Author
2020-05-25switch to parking_lot's Mutex/RwLockrabite
2020-05-22add preview zoom moderabite
2020-03-01improved navigation/turbo-cdrabite0
2020-02-11the fastest file manager in the galaxyrabite
2020-02-11add back moving Files from main to left viewrabite
2020-02-07fix calculation of the number of shown files in a directoryrabite
2020-02-05fixed bug in go_backrabite
2020-02-05buggy super-fast crazy stuffbuggy-speedrabite
2020-01-27further speed up creation of Filesrabite
2020-01-27changed sized_string() to return string slice instaed of allocatingrabite
2020-01-27minimize allocations in render_fnrabite
2020-01-26fix media preview config loadingrabite
2020-01-26fix blocking when entering/leaving large directoryrabite
2020-01-25don't destroy widgets when taking their filesrabite
2020-01-23speedup: make hunter handle directories with 1M filesrabite
2020-01-23fix updates ignoring sort/filter/etc settings when renderingrabite
2020-01-23fix lag in mediaview by moving availability check to configrabite
2020-01-22fix hang when substituting too many files at oncerabite
2019-12-23fixed hangs when updating large directories (>10k files)rabite
2019-12-20improved Files interface by returning Iterator instead of Vec<&File>rabite
2019-08-02config updater (auto and manual)rabite
2019-07-25add custom keybindingsrabite
2019-07-03Customizable column ratios (#58)ath3
2019-06-19added auto-installer for configsrabite
2019-06-18added ~ to go $HOMErabite
2019-06-17fix file counter in footerrabite
2019-06-16added subprocesses running in foreground by appending !rabite
2019-06-16some small clean-upsrabite
2019-06-11fixed crash on fbsd+zfs. have fun ;)v1.2.3rabite
2019-05-28add quick actionsrabite
2019-05-23use xdg-open exclusivelyrabite
2019-05-23move methods from Widget trait to WidgetCorerabite
2019-05-22fixed warning about undefined keyv1.2.0rabite
2019-05-21merge in media-preview stuffrabite
2019-05-11add back backtraces to commonly logged errors and fix their causerabite
2019-05-11use async_value libraryrabite
2019-05-07fixed terminal resetting (hopefully)rabite
2019-05-07add some extra key bindsrabite
2019-04-27Select files and enter directories by calling external program (#27)rabite0
2019-04-27move quit function from Widget to FileBrowserrabite
2019-04-20use libraryized pathbuftoolsrabite
2019-04-20remove unnecessary metadata fetchingrabite
2019-04-20fix missing metadata in footerrabite
2019-04-15fix loading of metadata in main widget when startingccrabite
2019-04-15fix warningrabite
2019-04-15remove slide up on start for left/main widgetrabite
2019-04-13remap open_bg / lograbite
2019-04-13properly reset terminal when quitting/crashingrabite
2019-04-07Merge branch 'master' into evilv1.0-evilrabite
2019-04-07fix crash when running commands in unloaded directoryv1.0rabite