summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-05-11 17:36:52 +0200
committerrabite <rabite@posteo.de>2019-05-11 17:47:39 +0200
commit6f8a6366039282cfce272a4a430590de83f48045 (patch)
treee65559333ef649d2139b2511f7a5e13cb368bc11
parent9b463b34359d5f9ff6c81d1336faf3ba12c99fe7 (diff)
update to v1.1.4v1.1.4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md13
3 files changed, 10 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4e93349..83775f8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -263,7 +263,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "hunter"
-version = "1.1.3"
+version = "1.1.4"
dependencies = [
"alphanumeric-sort 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"async_value 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 4866532..f6ae50b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hunter"
-version = "1.1.3"
+version = "1.1.4"
authors = ["rabite0"]
edition = "2018"
description = "Fast, lag-free terminal file browser"
diff --git a/README.md b/README.md
index e04e4e2..8b40d83 100644
--- a/README.md
+++ b/README.md
@@ -24,11 +24,13 @@ A big thanks to ranger and its developers. Without its inspiration this wouldn't
* Multi-file selection
* Enter directories/select files using external command like fzf
* ranger import for bookmarks/tags
-* minibuffer with completion and filename/selection/tab/directory substitution
-* subprocess viewer that shows output of started subprocesses
-* exit and cd into last directory and put selected files into shell variables
-* slide up animation for previews for a smoother experience (configurable)
-* fffast
+* Minibuffer with completion and filename/selection/tab/directory substitution
+* Subprocess viewer that shows output of started subprocesses
+* Exit and cd into last directory and put selected files into shell variables
+* Slide up animation for previews for a smoother experience (configurable)
+* Can show icons with the [right fonts](https://github.com/ryanoasis/nerd-fonts)
+
+
## Known to work on:
@@ -102,6 +104,7 @@ animation=on
show_hidden=off
select_cmd=find -type f | fzf -m
cd_cmd=find -type d | fzf
+icons=off
```
## Drop into hunter cwd on quit