mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
batch3
This commit is contained in:
parent
19a8dd07ce
commit
9a06fa25b0
4 changed files with 11 additions and 11 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Send a file or directory with a specific passphrase:
|
||||
|
||||
`croc send --code {{passphrase}} {{path/to/file_or_directory}}`
|
||||
`croc send {{[-c|--code]}} {{passphrase}} {{path/to/file_or_directory}}`
|
||||
|
||||
- Receive a file or directory on receiving machine:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# delta
|
||||
|
||||
> A viewer for Git and diff output.
|
||||
> More information: <https://github.com/dandavison/delta>.
|
||||
> More information: <https://dandavison.github.io/delta/full---help-output.html>.
|
||||
|
||||
- Compare files or directories:
|
||||
|
||||
|
@ -9,11 +9,11 @@
|
|||
|
||||
- Compare files or directories, showing the line numbers:
|
||||
|
||||
`delta --line-numbers {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}`
|
||||
`delta {{[-n|--line-numbers]}} {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}`
|
||||
|
||||
- Compare files or directories, showing the differences side by side:
|
||||
|
||||
`delta --side-by-side {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}`
|
||||
`delta {{[-s|--side-by-side]}} {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}`
|
||||
|
||||
- Compare files or directories, ignoring any Git configuration settings:
|
||||
|
||||
|
|
|
@ -9,16 +9,16 @@
|
|||
|
||||
- Display help about a specific Git subcommand in a web browser:
|
||||
|
||||
`git help --web {{subcommand}}`
|
||||
`git help {{[-w|--web]}} {{subcommand}}`
|
||||
|
||||
- Display a list of all available Git subcommands:
|
||||
|
||||
`git help --all`
|
||||
`git help {{[-a|--all]}}`
|
||||
|
||||
- List the available guides:
|
||||
|
||||
`git help --guide`
|
||||
`git help {{[-g|--guide]}}`
|
||||
|
||||
- List all possible configuration variables:
|
||||
|
||||
`git help --config`
|
||||
`git help {{[-c|--config]}}`
|
||||
|
|
|
@ -13,12 +13,12 @@
|
|||
|
||||
- Display the credentials of a configured repository:
|
||||
|
||||
`transcrypt --display`
|
||||
`transcrypt {{[-d|--display]}}`
|
||||
|
||||
- Initialize and decrypt a fresh clone of a configured repository:
|
||||
|
||||
`transcrypt --cipher={{cipher}}`
|
||||
`transcrypt {{[-c|--cipher]}} {{cipher}}`
|
||||
|
||||
- Rekey to change the encryption cipher or password:
|
||||
|
||||
`transcrypt --rekey`
|
||||
`transcrypt {{[-r|--rekey]}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue