1
0
Fork 0
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:
Felipe Furquim 2022-10-20 16:22:46 -03:00 committed by GitHub
parent 20f7033bef
commit 80ea0f2910
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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}}`