mirror of https://github.com/bobwen-dev/hunter
oops, another typo
This commit is contained in:
parent
e5225e6b25
commit
0241da9e84
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue