Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-27 00:20:53 +00:00
parent 6771bea4b5
commit 8d4568cb48
12 changed files with 239 additions and 7 deletions

23
tldr/rnano Normal file
View File

@@ -0,0 +1,23 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# rnano
> A restricted version of `nano`.
> Command-line text editor with restricted drive access.
> See also: `nano`.
> More information: <https://manned.org/rnano>.
- Start the editor:
`rnano`
- Open a specific file:
`rnano {{path/to/file}}`
- Display help:
`rnano {{[-h|--help]}}`