File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# kate
2
2
3
3
> KDE's advanced text editor.
4
- > More information: < https://kate-editor. org/ > .
4
+ > More information: < https://docs.kde. org/stable/en/kate/kate/fundamentals.html#starting-from-the-command-line > .
5
5
6
6
- Open specific files:
7
7
13
13
14
14
- Create a new editor instance even if one is already open:
15
15
16
- ` kate -- new `
16
+ ` kate {{[-n|-- new]}} `
17
17
18
18
- Open a file with the cursor at the specific line:
19
19
20
- ` kate -- line {{line_number}} {{path/to/file}} `
20
+ ` kate {{[-l|-- line]}} {{line_number}} {{path/to/file}} `
21
21
22
22
- Open a file with the cursor at the specific line and column:
23
23
24
- ` kate -- line {{line_number}} -- column {{column_number}} {{path/to/file}} `
24
+ ` kate {{[-l|-- line]}} {{line_number}} {{[-c|-- column]}} {{column_number}} {{path/to/file}} `
25
25
26
26
- Create a file from ` stdin ` :
27
27
28
- ` cat {{path/to/file}} | kate -- stdin `
28
+ ` cat {{path/to/file}} | kate {{[-i|-- stdin]}} `
29
29
30
30
- Display help:
31
31
32
- ` kate -- help `
32
+ ` kate {{[-h|-- help]}} `
You can’t perform that action at this time.
0 commit comments