Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-31 00:21:41 +00:00
parent 5985fac848
commit af1e54b296
12 changed files with 83 additions and 36 deletions

22
tldr/linux/bore Normal file
View File

@@ -0,0 +1,22 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# bore
> Start a local proxy to a remote server using Bore.
> Some subcommands such as `local` have their own usage documentation.
> More information: <https://github.com/ekzhang/bore#detailed-usage>.
- Expose a local port to a remote Bore server:
`bore local {{[-t|--to]}} {{remote_server_address}} {{local_port}}`
- Start a Bore server:
`bore server`
- Display help:
`bore {{[-h|--help]}}`

29
tldr/linux/bore-local Normal file
View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# bore local
> Start a local proxy to a remote server using Bore.
> More information: <https://github.com/ekzhang/bore#detailed-usage>.
- Expose a local port to a remote Bore server:
`bore local {{[-t|--to]}} {{remote_server_address}} {{local_port}}`
- Expose a specific local host instead of `localhost`:
`bore local {{[-l|--local-host]}} {{host}} {{[-t|--to]}} {{remote_server_address}} {{local_port}}`
- Specify a remote server port explicitly:
`bore local {{[-t|--to]}} {{remote_server_address}} {{[-p|--port]}} {{remote_port}} {{local_port}}`
- Use a secret for authentication:
`bore local {{[-t|--to]}} {{remote_server_address}} {{[-s|--secret]}} {{your_secret}} {{local_port}}`
- Display help:
`bore local {{[-h|--help]}}`

View File

@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# zathura
> A vim-like modal document viewer, with an integrated command-line.
> A Vim-like modal document viewer, with an integrated command-line.
> Make sure a backend is installed (poppler, PostScript, or DjVu).
> More information: <https://pwmt.org/projects/zathura/>.