Python extensions for KDE Kate
- GeeksForGeeks
- SQLParse | SQLParse Documentation
- Pythonfusion | StackOverFlow - for pretty print tables
Go to: Settings → Configure Kate... → External Tools
Add new Category: Python Utils
There are 2 ways for accomplish that goal:
A) Universal way (works on any platform) is on the picture below.
1. | Name | your script |
---|---|---|
2. | Executable: | State python or python_venv path |
3. | Arguments are: | <your python script name> %{Document:Selection_Text} |
B) Executable script (works on Linux).
1. | Name | your script |
---|---|---|
2. | Executable: | Prerequisitespython path in the script headerwrite just script name |
3. | Arguments are: | %{Document:Selection_Text} |