summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-04-27update to v1.1.0v1.1.0rabite
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 key binding to close log viewerrabite
2019-04-27fix crash when quitting in popped up widgetrabite
2019-04-27move quit function from Widget to FileBrowserrabite
2019-04-27enable lto and limit code generation unitsrabite
This increases performance and generates a smaller binary. It makes compiling a bit slower, but the trade-off is worth it in the case of hunter.
2019-04-20use libraryized pathbuftoolsrabite
2019-04-20remove unnecessary metadata fetchingrabite
2019-04-20fix missing metadata in footerrabite
2019-04-20update version to 1.0.10v1.0.10rabite
2019-04-20remove unused importrabite
2019-04-20Merge branch 'master' of https://github.com/rabite0/hunterrabite
2019-04-20Merge pull request #24 from cpdean/fix-lscolorsrabite0
fix lscolors config if environment variable not set NOTE: This got lost at some point. Remerging this now.
2019-04-16removed unused x11-clipboard dependencyrabite
2019-04-16update versionv1.0.9rabite
2019-04-16use libraryized osstrtoolsrabite
2019-04-15update versionv1.0.7-holyv1.0.7rabite
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-15update versionv1.0.6rabite
2019-04-15add platform support to readmerabite
2019-04-14create placeholder when folder is empty when hiding filesrabite
2019-04-13fix 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-13remap open_bg / lograbite
2019-04-13map toggle_hidden to "H"rabite
2019-04-13improve readmerabite
2019-04-13properly reset terminal when quitting/crashingrabite
2019-04-13fix readmev1.0.5rabite
2019-04-13update versionrabite
2019-04-13update readme, vi-style bindings are default nowrabite
2019-04-13fix keybind in procviewrabite
2019-04-11Merge branch 'master' into evilrabite
2019-04-11tweak/correct READMErabite
2019-04-11Merge branch 'master' into evilrabite
2019-04-11use RecommendedWatcher for cross-platform supportrabite
2019-04-11update version in Cargo.mlrabite
2019-04-09Merge branch 'master' into evilrabite
2019-04-09force newline for config optionsrabite
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-08updated Cargo.lockv1.0.2rabite
2019-04-08updated Cargo.lockrabite
2019-04-08Merge remote-tracking branch 'origin/master'rabite
2019-04-08Merge commit 'origin/master~2^2'rabite