kate
KDE's advanced text editor. More information: <https://kate-editor.org/>.
Install
- All systems
-
curl cmd.cat/kate.sh
- Debian
-
apt-get install kate - Ubuntu
-
apt-get install kate - Arch Linux
-
pacman -S kate - Kali Linux
-
apt-get install kate - CentOS
-
yum install kate - Fedora
-
dnf install kate - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install kate - Raspbian
-
apt-get install kate
KDE's advanced text editor. More information: <https://kate-editor.org/>.
-
Open specific files:
kate path/to/file1 path/to/file2 ... -
Open specific remote files:
kate https://example.com/path/to/file1 https://example.com/path/to/file2 ... -
Create a new editor instance even if one is already open:
kate --new -
Open a file with the cursor at the specific line:
kate --line line_number path/to/file -
Open a file with the cursor at the specific line and column:
kate --line line_number --column column_number path/to/file -
Create a file from `stdin`:
cat path/to/file | kate --stdin -
Display help:
kate --help
© tl;dr; authors and contributors