mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Update README
This commit is contained in:
parent
6b8e5ea225
commit
dd5cfe38b7
2 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ from . import BaseTest
|
|||
class TestBuild(BaseTest):
|
||||
|
||||
def test_exe(self) -> None:
|
||||
from kitty.constants import kitty_exe, kitten_exe, str_version
|
||||
from kitty.constants import kitten_exe, kitty_exe, str_version
|
||||
exe = kitty_exe()
|
||||
self.assertTrue(os.access(exe, os.X_OK))
|
||||
self.assertTrue(os.path.isfile(exe))
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This folder contains various small command line utilities compiled statically
|
||||
for doing things like kitty remote control or icat on machines where the full
|
||||
kitty is not available.
|
||||
This folder contains "kittens", that is, various small command line utilities
|
||||
compiled statically for doing things like kitty remote control, icat etc. These
|
||||
are often re-implementations of earlier kittens that were written in Python.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue