* pages.pt*: fix verb tenses * pages.pt*: fix all pt_PT verb tenses in the start and more pt_BR verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt*: fix more verb tenses * review PR --------- Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> Co-authored-by: Isaac Vicente <contatoisaacvicente@gmail.com>
21 lines
435 B
Markdown
21 lines
435 B
Markdown
# gedit
|
|
|
|
> Editor de texto para Desktop do GNOME.
|
|
> Mais informações: <https://help.gnome.org/users/gedit/stable/>.
|
|
|
|
- Abre um ficheiro de texto:
|
|
|
|
`gedit {{ficheiro}}`
|
|
|
|
- Abre múltiplos ficheiros de texto:
|
|
|
|
`gedit {{ficheiro1 ficheiro2}}`
|
|
|
|
- Mostra a lista de formatações de texto disponíveis:
|
|
|
|
`gedit --list-encodings`
|
|
|
|
- Abre um ficheiro de texto com uma formatação específica:
|
|
|
|
`gedit --encoding={{encoding}} {{ficheiro}}`
|