Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,50 @@ 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
- [QuickActions] Added quick action creator/customizer
- [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.
Expand Down