Update design philosophy to mention Go code
This commit is contained in:
parent
1d21b54d23
commit
ca1a5dcf5e
@ -45,6 +45,12 @@ Glossary
|
|||||||
hyperlink, based on the type of link and its URL. See also `Hyperlinks in terminal
|
hyperlink, based on the type of link and its URL. See also `Hyperlinks in terminal
|
||||||
emulators <https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda>`__.
|
emulators <https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda>`__.
|
||||||
|
|
||||||
|
kittens
|
||||||
|
Small, independent statically compiled command line programs that are designed to run
|
||||||
|
inside kitty windows and provide it with lots of powerful and flexible
|
||||||
|
features such as viewing images, connecting conveniently to remote
|
||||||
|
computers, transferring files, inputting unicode characters, etc.
|
||||||
|
|
||||||
.. _env_vars:
|
.. _env_vars:
|
||||||
|
|
||||||
Environment variables
|
Environment variables
|
||||||
|
|||||||
@ -10,8 +10,9 @@ configuration is a simple, human editable, single file for easy reproducibility
|
|||||||
(I like to store configuration in source control).
|
(I like to store configuration in source control).
|
||||||
|
|
||||||
The code in |kitty| is designed to be simple, modular and hackable. It is
|
The code in |kitty| is designed to be simple, modular and hackable. It is
|
||||||
written in a mix of C (for performance sensitive parts) and Python (for easy
|
written in a mix of C (for performance sensitive parts), Python (for easy
|
||||||
hackability of the UI). It does not depend on any large and complex UI toolkit,
|
extensibility and flexibility of the UI) and Go (for the command line
|
||||||
|
:term:`kittens`). It does not depend on any large and complex UI toolkit,
|
||||||
using only OpenGL for rendering everything.
|
using only OpenGL for rendering everything.
|
||||||
|
|
||||||
Finally, |kitty| is designed from the ground up to support all modern terminal
|
Finally, |kitty| is designed from the ground up to support all modern terminal
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user