Update README

This commit is contained in:
Kovid Goyal 2023-01-14 15:56:03 +05:30
parent 6b8e5ea225
commit dd5cfe38b7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ from . import BaseTest
class TestBuild(BaseTest): class TestBuild(BaseTest):
def test_exe(self) -> None: 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() exe = kitty_exe()
self.assertTrue(os.access(exe, os.X_OK)) self.assertTrue(os.access(exe, os.X_OK))
self.assertTrue(os.path.isfile(exe)) self.assertTrue(os.path.isfile(exe))

View File

@ -1,3 +1,3 @@
This folder contains various small command line utilities compiled statically This folder contains "kittens", that is, various small command line utilities
for doing things like kitty remote control or icat on machines where the full compiled statically for doing things like kitty remote control, icat etc. These
kitty is not available. are often re-implementations of earlier kittens that were written in Python.