summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2019-05-06fix crash when filtering down to 1 filerabite
2019-05-06readded call to reset on quitrabite
2019-05-06remove unused mouse-supportrabite
2019-04-27Select files and enter directories by calling external program (#27)rabite0
* 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-27fix crash when quitting in popped up widgetrabite
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-20fix lscolors config if environment variable not setConrad Dean
Per the lscolors crate docs, this switches from an `unwrap` to `unwrap_or_default` so that this does not panic when this environment variable is not set for the user, fixing a crash on startup in hunter.
2019-04-20remove unused importrabite
2019-04-18fix prev/next-mtime selection keybindrabite
2019-04-16use libraryized osstrtoolsrabite
2019-04-16fix keybindings in holy-branchrabite
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-15remove unnecessary call to resetrabite
2019-04-14create placeholder when folder is empty when hiding filesrabite
2019-04-13remap open_bg / lograbite
2019-04-13map toggle_hidden to "H"rabite
2019-04-13properly reset terminal when quitting/crashingrabite
2019-04-13fix keybind in procviewrabite
2019-04-11Merge branch 'master' into evilrabite
2019-04-11use RecommendedWatcher for cross-platform supportrabite
2019-04-09Merge branch 'master' into evilv1.0.3-evilrabite
2019-04-09add/remove placeholder when dir becomes empty/populatedv1.0.3rabite
2019-04-09fix crash when over-filteringrabite
2019-04-09Merge branch 'master' into evilrabite
2019-04-09fix crash when sortingrabite
Squashed commit of the following: commit 353e97f4dcff04929cabd707275df193bdde2f31 Author: rabite <rabite@posteo.de> Date: Tue Apr 9 18:44:10 2019 +0200 remove dbgs commit 97e9cd3eadd259742f0f2a3a619c0eaa23112e54 Author: rabite <rabite@posteo.de> Date: Mon Apr 8 17:53:15 2019 +0200 print names while sorting by name commit 698fffc4b70255268befdbf5b90948e1ae218538 Author: rabite <rabite@posteo.de> Date: Mon Apr 8 17:50:59 2019 +0200 possible fix for crash when sorting
2019-04-08Merge branch 'master' into evilv1.0.2-evilrabite
2019-04-08specified concrete versions and removed mime_dedetciverabite
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 title on terminal without tmuxrabite
2019-04-06fix regression in proclistrabite
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-03also import tagsrabite
2019-04-03better boomarks + ranger importrabite
2019-04-02search in reverse directionrabite
2019-04-02don't add space to historyrabite
2019-04-02turbo cd repairedrabite
2019-04-02move widgets/files around instead of cachingrabite
2019-03-31finally fixed memory leakrabite
2019-03-30some bugs fixedrabite