When passing a directory or a non-executable file as the program to run to kitty open it with the shell, instead of just failing.

Allows using kitty as the program to open directories or shell scripts
from desktop environments.
This commit is contained in:
Kovid Goyal
2021-03-10 14:27:07 +05:30
parent 2eccc81fee
commit 0f020d5b37
2 changed files with 38 additions and 1 deletions

View File

@@ -42,6 +42,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Double clicking on empty tab bar area now opens a new tab (:iss:`3201`)
- When passing a directory or a non-executable file as the program to run to
kitty open it with the shell, instead of just failing.
- Linux: Fix rendering of emoji followed by the graphics variation selector not
being colored with some fonts (:iss:`3211`)