diff --git a/README.md b/README.md index 0c84391..e20e8ba 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ hunter ![hunter](https://raw.githubusercontent.com/rabite0/hunter-stuff/master/player.png) -NEW +##### NEW - [**FASTER**] hunter is now *much* faster - [Custom Keybindings] Customize keys to your liking - [Graphics] High quality support for graphics using SIXEL/kitty protocols @@ -12,6 +12,42 @@ NEW - [Previews] New and improved preview customization - [**[IRC channel](https://webchat.freenode.net/?channels=hunter)**] Problems? Bugs? Praise? Chat with us: [#hunter @ Freenode](https://webchat.freenode.net/?channels=hunter)! +## Table of content +- [NEW](#new) +- [Features](#features) +- [Known to work on](#known-to-work-on) +- [PREREQUISITES](#prerequisites) + - [PREVIEWERS](#previewers) + - [Debian/Ubuntu](#debianubuntu) +- [INSTALLATION](#installation) + - [Install rustup](#install-rustup) + - [Build with cargo](#build-with-cargo) + - [Build from source](#build-from-source) + - [Packaging status](#packaging-status) +- [Configuration](#configuration) +- [Keys](#keys) + - [NOTE](#note) +- [Previews](#previews) +- [Quick Actions](#quick-actions) +- [Startup options](#startup-options) + - [Warning](#warning) +- [Drop into hunter cwd on quit](#drop-into-hunter-cwd-on-quit) +- [Filename Substitution](#filename-substitution) +- [KEYBINDINGS](#keybindings) + - [Movement](#movement) + - [File Browser](#file-browser-global-effects) + - [File List](#file-list-affects-current-directory) + - [Tabs](#tabs) + - [Media](#media) + - [Bookmarks](#bookmarks) + - [Processes](#processes) + - [MiniBuffer](#minibuffer) + - [Folds](#folds) + - [Log](#log) + - [QuickActions](#quickactions) + + + 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.