tldr/pages/linux/gedit.md

21 lines
385 B
Markdown
Raw Normal View History

2019-10-27 11:11:23 +00:00
# gedit
> Text editor of the GNOME Desktop project.
> More information: <https://help.gnome.org/users/gedit/stable/>.
2019-10-27 11:11:23 +00:00
- Open a text file:
`gedit {{path/to/file}}`
- Open multiple text files:
`gedit {{file1 file2 ...}}`
- Open a text file with a specific encoding:
2019-10-27 11:11:23 +00:00
`gedit --encoding={{UTF-8}} {{path/to/file}}`
2019-10-27 11:11:23 +00:00
- Display a list of supported encodings:
2019-10-27 11:11:23 +00:00
`gedit --list-encodings`