summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-04-07 15:20:20 +0200
committerrabite <rabite@posteo.de>2019-04-07 15:20:20 +0200
commit0241da9e84db83c450ceccef649994d2cb5bd827 (patch)
tree39eed7c1ea7ab5f89b137420927a26a8804d0606
parente5225e6b25492d09c6d99e222a4a60a56febfe76 (diff)
oops, another typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 89b1fb3..e30a481 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ hunter
![hunter](https://raw.githubusercontent.com/rabite0/hunter/master/docs/hunter.png)
-hunter is a fast and lag-free file browser/manager for the terminal. It features a heavily asychronous and multi-threaded design and all disk IO happens off the main thread in a non-blocking fashion, so that hunter will always stay responsive, even under heavy load on a slow spinning rust disk, even with all the previews enabled.
+hunter is a fast and lag-free file browser/manager for the terminal. It features a heavily asynchronous and multi-threaded design and all disk IO happens off the main thread in a non-blocking fashion, so that hunter will always stay responsive, even under heavy load on a slow spinning rust disk, even with all the previews enabled.
It's heavily inspired by the excellent ranger, but a little more Emacs-flavoured, and written in Rust to make sure it starts up quickly and to take advantage of its strong guarantees around concurrency. It's so fast I actually built in animations for some parts as a joke, but in fact it turned out to look really nice and makes it look much smoother. YMMV, of course, and this can be disabled.