Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-23 00:21:40 +00:00
parent 716a67f83d
commit 4e6886aa1f
57 changed files with 368 additions and 131 deletions

View File

@@ -23,16 +23,16 @@ source: https://github.com/tldr-pages/tldr.git
- Run from a remote repository:
`nix run {{remote_name}}:{{owner}}/{{repo}}`
`nix run {{remote_name}}:{{owner}}/{{repository}}`
- Run from a remote repository using a specific tag, revision, or branch:
`nix run {{remote_name}}:{{owner}}/{{repo}}/{{reference}}`
`nix run {{remote_name}}:{{owner}}/{{repository}}/{{reference}}`
- Run from a remote repository specifying a subdirectory and a program:
`nix run "{{remote_name}}:{{owner}}/{{repo}}?dir={{dir_name}}#{{app}}"`
`nix run "{{remote_name}}:{{owner}}/{{repository}}?dir={{dir_name}}#{{app}}"`
- Run the flake of a GitHub pull request:
`nix run github:{{owner}}/{{repo}}/pull/{{number}}/head`
`nix run github:{{owner}}/{{repository}}/pull/{{number}}/head`