kitten run-shell: Automatically add the directory containing the kitten binary to PATH if needed

Controlled via the --inject-self-onto-path option
This commit is contained in:
Kovid Goyal
2024-07-26 22:23:42 +05:30
parent 5df0dd0959
commit bb3aecd2a5
2 changed files with 64 additions and 4 deletions

View File

@@ -100,6 +100,8 @@ Detailed list of changes
- Dispatch any clicks waiting for :opt:`click_interval` on key events (:iss:`7601`)
- ``kitten run-shell``: Automatically add the directory containing the kitten binary to PATH if needed. Controlled via the ``--inject-self-onto-path`` option (`disc`:7668`)
- Wayland: Fix an issue with mouse selections not being stopped when there are multiple OS windows (:iss:`7381`)
- Splits layout: Fix the ``move_to_screen_edge`` action breaking when only a single window is present (:iss:`7621`)