summaryrefslogtreecommitdiffstats
path: root/src/file_browser.rs
AgeCommit message (Expand)Author
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
2019-04-06Merge branch 'master' into evilrabite
2019-04-06fix warningsrabite
2019-04-04store multi-selection in array on quitrabite
2019-04-04show fs space usage and too much other stuffrabite
2019-04-03configurable hidden files/animationrabite
2019-04-03don't animate over other widgetsrabite
2019-04-03better boomarks + ranger importrabite
2019-04-02turbo cd repairedrabite
2019-04-02move widgets/files around instead of cachingrabite
2019-03-30some bugs fixedrabite
2019-03-29global file cache/event dispatchrabite
2019-03-26some bugfixes and stuffrabite
2019-03-25load metadata and file-count asynchronouslyrabite
2019-03-22async stuff much improvedrabite
2019-03-21evil keybinds ;)rabite
2019-03-21start stuff in the backgroundrabite
2019-03-20filtering by namerabite
2019-03-20hide left/right columnsrabite
2019-03-20removed useless miller column widgetrabite
2019-03-20faster read permission checkingrabite
2019-03-20use osstring for filenames/pathsrabite