summaryrefslogtreecommitdiffstats
path: root/src/file_browser.rs
AgeCommit message (Expand)Author
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
2019-03-19handle terminal resizingrabite
2019-03-18running subshells in the foregroundrabite
2019-03-17don't steal input from foreground subprocsrabite
2019-03-17shorten HOME and show indicator for linksrabite
2019-03-17shorten home path for displayrabite
2019-03-16some error handling modificationsrabite
2019-03-15log/foldviewrabite
2019-03-11set terminal title to cwdrabite
2019-03-11save minibuffer historyrabite
2019-03-11switch tabs with f keysrabite
2019-03-11bookmarksrabite
2019-03-10crash fixrabite
2019-03-10show status messages againrabite
2019-03-09filename/selection substitution for tabs ($0s, $1s, etc)rabite
2019-03-09cache directory contents(/selections/settings/...)rabite
2019-03-09use enum to allow multiple widget types in hboxrabite
2019-03-03replaced manual write!srabite
2019-03-02moved window stuff to widget itselfrabite
2019-02-28view exec'd processes status/outputrabite
2019-02-26watch dirs for changesrabite
2019-02-26don't rely on widget for cwdrabite
2019-02-26actually usable multi-selectionrabite
2019-02-26expand $<num> to tab dir in exec commandrabite
2019-02-26show tab direcoriesrabite
2019-02-25find filesrabite
2019-02-25minibuffer Widgetifiedrabite
2019-02-22turbo cd back (minibuffer broken though)rabite
2019-02-22show ... while loadingrabite
2019-02-22added on_ready supportrabite