summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-04-13 14:55:49 +0200
committerrabite <rabite@posteo.de>2019-04-13 14:55:49 +0200
commit6f8de24632d1a3f89a98fba918da37f83040a8d6 (patch)
tree5ba5c7ac3a78d123fab8abc9ff781215f4296291
parentd7ea8ebb221d704de457003b20aa96eb7dc9595f (diff)
parent810a757c589a8b1036821f4e451eeb5d35d3d0a4 (diff)
Merge branch 'master' into holy
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 00076f0..da07b8f 100644
--- a/README.md
+++ b/README.md
@@ -43,15 +43,15 @@ A big thanks to ranger and its developers. Without its inspiration this wouldn't
### Build with cargo
```
-// cargo install hunter
+cargo install hunter
```
### Build from source
```
-// Clone the git repo
-git clone https://github.com/rabite0/hunter.git
+// Clone the git repo
+git clone https://github.com/rabite0/hunter.git
// Go into the repos directory
cd {source_dir}/hunter/
@@ -63,13 +63,13 @@ cd {source_dir}/hunter/
cargo build --release
```
-###
+###
-This will create a binary in {source_dir}/hunter/target/release/hunter. If you want to call this like any other terminal app you have to put this binary in your path.
+This will create a binary in {source_dir}/hunter/target/release/hunter. If you want to call this like any other terminal app you have to put this binary in your path.
```ln -s {source_dir}/hunter/target/release/hunter /usr/bin/local/hunter```
-This will link the the binary to your local bin file. You can call hunter from anywhere. To update repeat the process, but you will **not** need to redo the binary link.
+This will link the the binary to your local bin file. You can call hunter from anywhere. To update repeat the process, but you will **not** need to redo the binary link.
## NOTE:
hunter uses [ranger's rifle](https://github.com/ranger/ranger/blob/master/ranger/ext/rifle.py) to open files if rifle is in your $PATH. If it can't find rifle it uses xdg-open. It also uses ranger's scope.sh to generate previews for non-text files. A slightly modified version is included in the "extra" directory. Put it in your $PATH somewhere if you want previews for non-text files.
@@ -77,7 +77,7 @@ hunter uses [ranger's rifle](https://github.com/ranger/ranger/blob/master/ranger
## Configuration
hunter reads $XDG_CONFIG_HOME/hunter/config at startup. There are two options, which can be set. The configuration file is read asynchronously, so if it's not read by the time hunter starts drawing you will see its default configuration until the config file is read. Options can be set like this (default config):
-animation=on
+animation=on
show_hidden=off
## Drop into hunter cwd on quit
@@ -122,7 +122,7 @@ By default hunter uses vi-style keybindings. If you use a QWERTY-like keyboard l
| / | turbo cd |
| Q | quit with dir/selections |
| F | run in background |
-|---------------------|------------------------------------|
+| ~ | goto pre cwd |
| ` | goto bookmark |
| m | add bookmark |
| w | show processes |