Skip to content

igorp74/Python_utils

Repository files navigation

Kate - Python Utils

Python extensions for KDE Kate

🌐 Sources

⚙️ Settings

Go to: Settings → Configure Kate... → External Tools

Add new Category: Python Utils

Screenshot_20221009_115429

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: Prerequisites
  • State python path in the script header
  • make script executable

    write just script name
  • 3. Arguments are: %{Document:Selection_Text}

    Screenshot_20221009_115446

    Finally, add keyboard shortcut for this tool. Screenshot_20221009_115528

    About

    Python extensions for KDE Kate

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages