Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kovidgoyal/kitty
/ title
Function
title
kitty/cli.py:177–178 ·
view source on GitHub ↗
(x: str)
Source
from the content-addressed store, hash-verified
175
176
@role
177
def
title(x: str) -> str:
178
return
blue(bold(x))
179
180
181
@role
Callers
2
version
Function · 0.70
__call__
Method · 0.70
Calls
2
blue
Function · 0.85
bold
Function · 0.85
Tested by
no test coverage detected