1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 09:19:24 +03:00

Answer the pager question in the FAQ document

This commit is contained in:
Frank LENORMAND 2016-10-11 14:40:20 +03:00
parent 9848e1f4ba
commit b0d8e1a230

View File

@ -46,7 +46,12 @@ report the issue on the bug tracker).
Can I use Kakoune as a pager ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.
Kakoune can be used as a pager, either by setting the `EDITOR` environment
variable to `kak`, or by writing data directly to its standard input using a
shell pipeline. However, since the program relies on several heavy dynamic
libraries (`boost` being one of them), it will be slightly less pratical
than other regular pagers (such as `less` or `more`) which have a minimal
amount of runtime dependencies.
Are there any non-console based frontends available ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~