mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Rename kitty-tool to kitten
It's easier to type, and cuter. Also, most, if not all of the TUI parts of kitty's kittens will eventually be re-written into kitten. The only downside I can see is that we cant tab complete kitty anymore, but hopefully there will be less reason to run kitty from the shell as command line tools migrate to kitten. Meowrrrr!!!
This commit is contained in:
@@ -437,7 +437,7 @@ def files_for_upload() -> Dict[str, str]:
|
||||
files[path] = desc
|
||||
signatures[path] = f'GPG signature for {desc}'
|
||||
b = len(files)
|
||||
for path in glob.glob('build/static/kitty-tool-*'):
|
||||
for path in glob.glob('build/static/kitten-*'):
|
||||
if path.endswith('.sig'):
|
||||
continue
|
||||
path = os.path.abspath(path)
|
||||
|
||||
Reference in New Issue
Block a user