Commit Graph

154 Commits

Author SHA1 Message Date
rabite e7033eca03 remove unused import 2019-04-20 13:03:50 +02:00
rabite 1ddffe2611 Merge branch 'master' of https://github.com/rabite0/hunter 2019-04-20 13:03:13 +02:00
rabite0 d1c932f4ac
Merge pull request #24 from cpdean/fix-lscolors
fix lscolors config if environment variable not set

NOTE: This got lost at some point. Remerging this now.
2019-04-20 12:59:30 +02:00
rabite 95a1ef5a1d use libraryized osstrtools 2019-04-16 02:02:04 +02:00
rabite ccecb83cbb fix loading of metadata in main widget when startingcc 2019-04-15 22:10:16 +02:00
rabite ada22f8f14 fix warning 2019-04-15 21:47:24 +02:00
rabite 48410f672c remove slide up on start for left/main widget 2019-04-15 21:35:39 +02:00
rabite 60220eaf1e remove unnecessary call to reset 2019-04-15 15:59:46 +02:00
rabite 127c3e89a4 create placeholder when folder is empty when hiding files 2019-04-14 22:47:26 +02:00
Conrad Dean 38e1bf656b fix lscolors config if environment variable not set
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-13 22:03:06 -04:00
rabite d41ee4aedb remap open_bg / log 2019-04-13 19:09:08 +02:00
rabite 9894d0ffab map toggle_hidden to "H" 2019-04-13 18:54:03 +02:00
rabite 4c1f7e88a4 properly reset terminal when quitting/crashing 2019-04-13 17:52:20 +02:00
rabite 89b94d0ad0 fix keybind in procview 2019-04-13 13:49:59 +02:00
rabite f93bdd6527 Merge branch 'master' into evil 2019-04-11 14:19:19 +02:00
rabite 3e47d407c4 use RecommendedWatcher for cross-platform support 2019-04-11 14:18:50 +02:00
rabite 065542aa12 Merge branch 'master' into evil 2019-04-09 19:23:30 +02:00
rabite 1fd25d35c3 add/remove placeholder when dir becomes empty/populated 2019-04-09 19:22:42 +02:00
rabite ee3b82f85d fix crash when over-filtering 2019-04-09 18:54:40 +02:00
rabite e3c2f3e4ec Merge branch 'master' into evil 2019-04-09 18:46:06 +02:00
rabite 0eedd7da7f fix crash when sorting
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-09 18:45:41 +02:00
rabite ca5b53e1fb Merge branch 'master' into evil 2019-04-08 16:54:01 +02:00
rabite 777c70291c specified concrete versions and removed mime_dedetcive 2019-04-08 16:38:37 +02:00
rabite 63fe77c997 Merge branch 'master' into evil 2019-04-07 14:00:50 +02:00
rabite 62474ff6bc fix crash when running commands in unloaded directory 2019-04-07 13:43:41 +02:00
rabite 7f70fa2904 Merge branch 'master' into evil 2019-04-06 17:22:28 +02:00
rabite 2fae1a143d fix title on terminal without tmux 2019-04-06 15:57:11 +02:00
rabite ff2f331947 fix regression in proclist 2019-04-06 13:28:08 +02:00
rabite a5400b1e6c fix warnings 2019-04-06 13:08:20 +02:00
rabite c47247a0bc store multi-selection in array on quit 2019-04-04 01:17:28 +02:00
rabite d5ccfb0d74 show fs space usage and too much other stuff 2019-04-04 00:31:01 +02:00
rabite 10d9a5462c configurable hidden files/animation 2019-04-03 15:35:29 +02:00
rabite 8bfc707a59 don't animate over other widgets 2019-04-03 11:28:30 +02:00
rabite 000bd4ab9e also import tags 2019-04-03 00:43:02 +02:00
rabite 0519f65392 better boomarks + ranger import 2019-04-03 00:31:49 +02:00
rabite 4d49575096 search in reverse direction 2019-04-02 23:13:29 +02:00
rabite 1a819f2f28 don't add space to history 2019-04-02 22:58:23 +02:00
rabite 04285257ca turbo cd repaired 2019-04-02 22:56:22 +02:00
rabite e99a3d993c move widgets/files around instead of caching 2019-04-02 22:17:07 +02:00
rabite ed32c83aca finally fixed memory leak 2019-03-31 03:28:07 +02:00
rabite ed6abefc3c some bugs fixed 2019-03-30 22:28:10 +01:00
rabite b52e63fd8d global file cache/event dispatch 2019-03-29 02:53:21 +01:00
rabite 8d8d9631b5 fixed possibler race condition 2019-03-26 13:05:15 +01:00
rabite 90e626d169 some bugfixes and stuff 2019-03-26 02:15:25 +01:00
rabite 153bf24238 make async clonable 2019-03-25 15:28:45 +01:00
rabite 3888f49aeb load metadata and file-count asynchronously 2019-03-25 02:53:59 +01:00
rabite fd366a26dc async stuff much improved 2019-03-22 22:53:54 +01:00
rabite cab0de7a05 Merge branch 'dev' into evil 2019-03-21 22:26:12 +01:00
rabite bb917a0dad remove reference to async_widget from main 2019-03-21 22:18:54 +01:00
rabite 0cb4fa89b5 evil keybinds ;) 2019-03-21 21:45:56 +01:00