Skip to content

Commit

Permalink
update to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rabite0 committed May 11, 2019
1 parent 9b463b3 commit 6f8a636
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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"
Expand Down
13 changes: 8 additions & 5 deletions README.md
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6f8a636

Please sign in to comment.