2019-10-27 11:11:23 +00:00
|
|
|
# gedit
|
|
|
|
|
2019-11-28 21:30:59 +00:00
|
|
|
> Text editor of the GNOME Desktop project.
|
2019-10-27 11:11:23 +00:00
|
|
|
|
|
|
|
- Open a text file:
|
|
|
|
|
|
|
|
`gedit {{path/to/file}}`
|
|
|
|
|
|
|
|
- Open multiple text files:
|
|
|
|
|
|
|
|
`gedit {{file1 file2 ...}}`
|
|
|
|
|
2019-11-28 21:30:59 +00:00
|
|
|
- Open a text file with a specific encoding:
|
2019-10-27 11:11:23 +00:00
|
|
|
|
2019-11-28 21:30:59 +00:00
|
|
|
`gedit --encoding={{UTF-8}} {{path/to/file}}`
|
2019-10-27 11:11:23 +00:00
|
|
|
|
2019-11-28 21:30:59 +00:00
|
|
|
- Display a list of supported encodings:
|
2019-10-27 11:11:23 +00:00
|
|
|
|
2019-11-28 21:30:59 +00:00
|
|
|
`gedit --list-encodings`
|