Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Configuration

Insh Configuration

Insh can be configured by the file ~/.insh-config.yaml.

general.tab_width (usize): The width of the <Tab> character (default=4).

general.bell (bool): Whether or not the bell sound should be made (default=true).

browser.sort (map|null): How files are sorted alphabetically. If null, then files are not sorted (default={}).

browser.sort.case_insensitive (bool): Whether or not the filename case is ignored when sorting files (default=true).

browser.sort.hidden (first|last|mixed): How hidden files (files with a leading .) are sorted. If mixed, then the leading . is ignored when sorting files (default=last).

browser.metadata (bool): Whether or not to show metadata (default=false).

Inshd Configuration

Inshd can be configured by the file ~/.inshd-config.yaml.

server.request_handlers.num (usize): The number of request handlers (default=8).

database.pool.size (usize): The size of the database pool (default=8).

finder.history.length (usize): The number of file finds to store (default=1000).

searcher.history.length (usize): The number of searches to store (default=1000).