mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
abduco: add pt_BR translation (#9116)
This commit is contained in:
parent
20f7033bef
commit
80ea0f2910
1 changed files with 24 additions and 0 deletions
24
pages.pt_BR/common/abduco.md
Normal file
24
pages.pt_BR/common/abduco.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# abduco
|
||||
|
||||
> Gerenciador de sessão no terminal.
|
||||
> Mais informações: <http://www.brain-dump.org/projects/abduco/>.
|
||||
|
||||
- Lista sessões:
|
||||
|
||||
`abduco`
|
||||
|
||||
- Anexa à uma sessão, criando-a se não existir:
|
||||
|
||||
`abduco -A {{nome}} {{bash}}`
|
||||
|
||||
- Anexa à uma sessão com `dvtm`, criando-a se não existir:
|
||||
|
||||
`abduco -A {{nome}}`
|
||||
|
||||
- Desanexa de uma sessão:
|
||||
|
||||
`Ctrl + \`
|
||||
|
||||
- Anexa à uma sessão no modo read-only (somente leitura):
|
||||
|
||||
`abduco -Ar {{nome}}`
|
Loading…
Add table
Reference in a new issue