Commit Graph

191 Commits

Author SHA1 Message Date
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 d853353cee removed unused x11-clipboard dependency 2019-04-16 02:13:58 +02:00
rabite d3e634552d update version 2019-04-16 02:03:18 +02:00
rabite 95a1ef5a1d use libraryized osstrtools 2019-04-16 02:02:04 +02:00
rabite 8a7ee029f6 update version 2019-04-15 22:14:28 +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 14796f9342 update version 2019-04-15 12:03:13 +02:00
rabite 9d7babac83 add platform support to readme 2019-04-15 12:01:59 +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 94a5e7210a improve readme 2019-04-13 18:48:33 +02:00
rabite 4c1f7e88a4 properly reset terminal when quitting/crashing 2019-04-13 17:52:20 +02:00
rabite 84d53f6afa fix readme 2019-04-13 14:56:47 +02:00
rabite 64b42dc5ff update version 2019-04-13 14:00:26 +02:00
rabite 43e40fad44 update readme, vi-style bindings are default now 2019-04-13 13:59:07 +02:00
rabite 89b94d0ad0 fix keybind in procview 2019-04-13 13:49:59 +02:00
rabite 74a168401d Merge branch 'master' into evil 2019-04-11 15:06:37 +02:00
rabite cd3318c767 tweak/correct README 2019-04-11 15:05:47 +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 2a345cf52c update version in Cargo.ml 2019-04-11 14:18:30 +02:00
rabite 4bc1f2d9e2 Merge branch 'master' into evil 2019-04-09 20:39:06 +02:00
rabite cca4cd32f1 force newline for config options 2019-04-09 20:38:40 +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 0c6d657030 updated Cargo.lock 2019-04-08 16:46:26 +02:00
rabite b79a64483e updated Cargo.lock 2019-04-08 16:44:41 +02:00
rabite fec211d14d Merge remote-tracking branch 'origin/master' 2019-04-08 16:41:58 +02:00
rabite 5ec3027b5c Merge commit 'origin/master~2^2' 2019-04-08 16:41:00 +02:00
rabite 751276dcc9 added rust-toolchain 2019-04-08 16:39:02 +02:00
rabite 777c70291c specified concrete versions and removed mime_dedetcive 2019-04-08 16:38:37 +02:00
0xflotus e4d24602cc fixed some small errors (#10) 2019-04-08 16:11:33 +02:00
Marcelo Fornet 903dfe3da9 Rust project updates (#6)
* ignore `target` folder

* Add link to rifle.

* Add Cargo.lock in the repo

Read here: https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries

* Fix typo

* Fix path to symlink file

* Fix typos
2019-04-08 16:09:07 +02:00
rabite0 e63c0070ca
Merge pull request #5 from steveslatky/install_in_readme
ADD - README.md - Installion guide and prereqs
2019-04-07 21:38:14 +02:00
rabite 14d651f79d Merge branch 'master' into evil 2019-04-07 21:15:37 +02:00
rabite 42350f47bb added metadata to Cargo.lock 2019-04-07 21:15:18 +02:00
rabite aa7e5be74d Merge branch 'master' into evil 2019-04-07 21:07:02 +02:00
Stephen Slatky 772a4d029d ADD - README.md - Installion guide and prereqs 2019-04-07 14:54:14 -04:00
rabite 0241da9e84 oops, another typo 2019-04-07 15:20:20 +02:00
rabite d58a7a2047 Merge branch 'master' into evil 2019-04-07 15:10:55 +02:00