Update README
This commit is contained in:
parent
6b8e5ea225
commit
dd5cfe38b7
@ -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))
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user