doc: add recipes

This commit is contained in:
Steven Arcangeli 2024-06-13 16:17:59 -04:00
parent ca8b62fca5
commit b77ed915ab
3 changed files with 103 additions and 3 deletions

View file

@ -11,6 +11,7 @@ https://user-images.githubusercontent.com/506791/209727111-6b4a11f4-634a-4efa-94
- [Quick start](#quick-start)
- [Options](#options)
- [Adapters](#adapters)
- [Recipes](#recipes)
- [API](#api)
- [FAQ](#faq)
@ -321,6 +322,11 @@ This may look familiar. In fact, this is the same url format that netrw uses.
Note that at the moment the ssh adapter does not support Windows machines, and it requires the server to have a `/bin/sh` binary as well as standard unix commands (`ls`, `rm`, `mv`, `mkdir`, `chmod`, `cp`, `touch`, `ln`, `echo`).
## Recipes
- [Toggle file detail view](doc/recipes.md#toggle-file-detail-view)
- [Hide gitignored files](doc/recipes.md#hide-gitignored-files)
## API
<!-- API -->