From 6f8a6366039282cfce272a4a430590de83f48045 Mon Sep 17 00:00:00 2001 From: rabite Date: Sat, 11 May 2019 17:36:52 +0200 Subject: update to v1.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 13 ++++++++----- 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 -- cgit v1.2.3