Home
last modified time | relevance | path

Searched refs:kitty (Results 1 – 25 of 823) sorted by relevance

12345678910>>...33

/dports/x11/kitty/kitty-0.23.1/docs/
H A Dremote-control.rst1 Control kitty from scripts
13 Start by running |kitty| as::
64 kitty @ set-tab-title Master Tab
77 kitty @ ls
90 Note that in the example's above, ``kitty @`` messaging works only when run inside a |kitty| window,
97 The :option:`kitty --listen-on` option tells |kitty| to listen for control messages at the
99 instance of |kitty| using the :option:`kitty @ --to` command line argument to ``kitty @``. For exam…
108 The builtin kitty shell
111 You can explore the |kitty| command language more easily using the builtin |kitty|
112 shell. Run ``kitty @`` with no arguments and you will be dropped into the |kitty|
[all …]
H A Dglossary.rst10 Window <os_window>`, and *kitty windows*. An OS Window consists of one or more kitty
11 :term:`tabs <tab>`. Each tab in turn consists of one or more *kitty
26 Window <os_window>`, and *kitty windows*. An OS Window consists of one or more kitty
27 :term:`tabs <tab>`. Each tab in turn consists of one or more *kitty
47 Variables that influence kitty behavior
51 Controls where kitty looks for :file:`kitty.conf` and other configuration
53 directory lookup mechanism see, :option:`kitty --config`.
67 Variables that kitty sets when running child programs
101 Path to a directory containing the kitty terminfo database.
127 Set to the command line of the child process running in the kitty
[all …]
H A Dconf.rst1 kitty.conf
6 |kitty| is highly customizable, everything from keyboard shortcuts, to
11 You can reload the config file within kitty by pressing
17 |kitty| looks for a config file in the OS config directories (usually
18 :file:`~/.config/kitty/kitty.conf`) but you can pass a specific path via the
19 :option:`kitty --config` option or use the ``KITTY_CONFIG_DIRECTORY``
36 `vim-kitty <https://github.com/fladson/vim-kitty>`_.
39 .. include:: /generated/conf-kitty.rst
42 Sample kitty.conf
49 </generated/conf/kitty.conf>`.
[all …]
H A Dbinary.rst1 Install kitty
21 :file:`/Applications/kitty.app` on macOS and :file:`~/.local/kitty.app` on
22 Linux. The installer only touches files in that directory. To update kitty,
30 manually download and install |kitty| from the `GitHub releases page
33 and extract it into a directory. The |kitty| executable will be in the
48 ln -s ~/.local/kitty.app/bin/kitty ~/.local/bin/
49 # Place the kitty.desktop file somewhere it can be found by the OS
50 cp ~/.local/kitty.app/share/applications/kitty.desktop ~/.local/share/applications/
51 # Update the path to the kitty icon in the kitty.desktop file
52 …sed -i "s|Icon=kitty|Icon=/home/$USER/.local/kitty.app/share/icons/hicolor/256x256/apps/kitty.png|…
[all …]
H A Dbuild.rst15 build kitty at all, instead, assuming you have installed the official kitty
55 git clone https://github.com/kovidgoyal/kitty && cd kitty
61 You can run |kitty|, as::
63 ./kitty/launcher/kitty
67 just ``kitty``.
70 Building kitty.app on macOS from source
120 This will install |kitty| into the directory :file:`linux-package`. You can run |kitty|
121 with :file:`linux-package/bin/kitty`. All the files needed to run kitty will be in
124 |kitty|. In other words, :file:`linux-package` is the staging area into which |kitty| is
128 You should probably split |kitty| into two packages, :file:`kitty-terminfo` that
[all …]
H A Dintegrations.rst57 View images in the terminal, similar to kitty's icat.
96 Show matplotlib plots directly in kitty
102 Show images from Julia directly in kitty
117 output in kitty with the following bash snippet:
126 set output '|kitty +kitten icat --stdin yes'
181 integrates with kitty to use native kitty windows for its windows/panels and REPLs.
187 uses kitty remote control for a Lisp REPL.
191 `vim-kitty-navigator <https://github.com/knubie/vim-kitty-navigator>`_
213 `kitty-search <https://github.com/trygveaa/kitty-kitten-search>`_
229 `kitty-smart-tab <https://github.com/yurikhan/kitty-smart-tab>`_
[all …]
H A Dquickstart.rst12 Pre-built binaries of |kitty| are available for both macOS and Linux.
16 Additionally, you can use your favorite package manager to install the |kitty|
18 |kitty| is available in a vast number of package repositories for macOS
21 .. image:: https://repology.org/badge/tiny-repos/kitty.svg
22 :target: https://repology.org/project/kitty/versions
23 :alt: Number of repositories kitty is available in
25 See :doc:`Configuring kitty <conf>` for help on configuring |kitty| and
26 :doc:`Invocation <invocation>` for the command line arguments |kitty| supports.
28 For a tour of kitty's design and features, see the :doc:`/overview`.
H A Drc_protocol.rst1 The kitty remote control protocol
4 The kitty remote control protocol is a simple protocol that involves sending
5 data to kitty in the form of JSON. Any individual command of kitty has the
8 <ESC>P@kitty-cmd<JSON object><ESC>\
14 "version": <kitty version>,
20 standalone client, use the kitty version that you are developing against. Using
21 a version greater than the version of the kitty instance you are talking to,
24 Set ``no_response`` to ``true`` if you don't want a response from kitty.
30 the ``@ ls`` command from the shell using only shell tools. First, run kitty
33 kitty -o allow_remote_control=socket-only --listen-on unix:/tmp/test
[all …]
H A Dfaq.rst46 kitty +kitten ssh myserver
52 alias ssh="kitty +kitten ssh"
58 kitty +kitten ssh use-python myserver
80 infocmp -C xterm-kitty
123 kitty +kitten themes
138 `kitty-themes <https://github.com/dexpota/kitty-themes>`_
169 from the GUI, i.e. by clicking the |kitty| application icon or using ``open -a kitty``.
173 :file:`/Applications/kitty.app/Contents/MacOS/kitty`.
175 And within |kitty| itself, you can always run |kitty| using just `kitty` as it
253 kitty +kitten show_key
[all …]
H A Doverview.rst7 |kitty| is designed for power keyboard users. To that end all its controls
12 The code in |kitty| is designed to be simple, modular and hackable. It is
17 Finally, |kitty| is designed from the ground up to support all modern
28 Configuring kitty
31 |kitty| is highly configurable, everything from keyboard shortcuts to
32 painting frames-per-second. Press :sc:`edit_config_file` in kitty
76 Extending kitty
198 :ref:`here <conf-kitty-mouse.mousemap>`.
220 :ref:`conf-kitty-fonts`.
249 `this thread <https://github.com/kovidgoyal/kitty/issues/719>`_.
[all …]
H A Dsupport.rst1 Support kitty development
4 My goal with |kitty| is to move the stagnant terminal ecosystem forward. To that
5 end kitty has many foundational features, such as: :doc:`image support
13 consider donating so that I can devote more time to |kitty| development.
14 I have personally written `almost all kitty code
15 <https://github.com/kovidgoyal/kitty/graphs/contributors>`_.
18 *patron* of kitty development via the Patreon or Liberapay services
/dports/editors/kakoune/kakoune-2021.11.08/rc/windowing/
H A Dkitty.kak1 # https://sw.kovidgoyal.net/kitty/index.html
4 provide-module kitty %{
6 # ensure that we're running on kitty
13 define-command kitty-terminal -params 1.. -shell-completion -docstring '
14 kitty-terminal <program> [<arguments>]: create a new terminal as a kitty window
33 kitty-terminal-tab <program> [<arguments>]: create a new terminal as kitty tab
52 kitty-focus [<client>]: focus the given client
69 kitty @ $listen focus-window --no-response $match
74 alias global terminal kitty-terminal
75 alias global terminal-tab kitty-terminal-tab
[all …]
/dports/x11/kitty/kitty-0.23.1/
H A D.gitattributes1 kitty/wcwidth-std.h linguist-generated=true
2 kitty/emoji.h linguist-generated=true
3 kitty/charsets.c linguist-generated=true
4 kitty/key_encoding.py linguist-generated=true
5 kitty/unicode-data.c linguist-generated=true
6 kitty/rgb.py linguist-generated=true
7 kitty/gl-wrapper.* linguist-generated=true
8 kitty/glfw-wrapper.* linguist-generated=true
9 kitty/parse-graphics-command.h linguist-generated=true
10 kitty/options/types.py linguist-generated=true
[all …]
H A DREADME.asciidoc1 = kitty - the fast, feature-rich, cross-platform, GPU based terminal
3 See https://sw.kovidgoyal.net/kitty/[the kitty website].
5 …ge:https://github.com/kovidgoyal/kitty/workflows/CI/badge.svg["Build status", link="https://github…
7 https://sw.kovidgoyal.net/kitty/faq/[Frequently Asked Questions]
9 To ask other questions about kitty usage, use either the https://github.com/kovidgoyal/kitty/discus…
14 image:https://repology.org/badge/vertical-allrepos/kitty.svg[https://repology.org/project/kitty/ver…
/dports/x11/kitty/kitty-0.23.1/docs/kittens/
H A Dcustom.rst16 Create a file in the kitty config folder, :file:`~/.config/kitty/mykitten.py`
24 from kitty.boss import Boss
57 :file:`kitty.conf`. For example::
109 Create a file in the kitty config folder, :file:`~/.config/kitty/zoom_toggle.py`
127 Now in kitty.conf add::
159 from ``kitty.fast_data_types``.
186 So if you run kitty from another kitty instance, the output will be visible
187 in the first kitty instance.
207 ['kitty.types.ParsedShortcut', 'kitty.conf.utils.KeyAction']
289 Kittens created by kitty users
[all …]
H A Dthemes.rst1 Changing kitty colors
5 of almost two hundred pre-built themes available at `kitty-themes
6 <https://github.com/kovidgoyal/kitty-themes>`_. To use it, simply run::
8 kitty +kitten themes
25 A theme in kitty is just a :file:`.conf` file containing kitty settings.
27 to :file:`~/.config/kitty/current-theme.conf` and adds an include for
28 :file:`current-theme.conf` to :file:`kitty.conf`. It also comments out
37 :file:`themes` sub-directory of the kitty config directory, usually,
49 go to `kitty-themes <https://github.com/kovidgoyal/kitty-themes>`_ and open a pull request
61 kitty +kitten theme --reload-in=all Dimmed Monokai
[all …]
H A Ddiff.rst1 kitty-diff
38 included in the macOS kitty app).
44 In the kitty terminal, run::
46 kitty +kitten diff file1 file2
54 alias d="kitty +kitten diff"
101 tool = kitty
102 guitool = kitty.gui
106 [difftool "kitty"]
108 [difftool "kitty.gui"]
109 cmd = kitty kitty +kitten diff $LOCAL $REMOTE
[all …]
H A Dbroadcast.rst4 *Type text in all kitty windows simultaneously*
7 all kitty windows (or a subset as desired).
9 To use it, simply create a mapping in :file:`kitty.conf` such as::
11 map F1 launch --allow-remote-control kitty +kitten broadcast
14 will be sent to all kitty windows.
19 .. program:: kitty +kitten broadcast
/dports/editors/kakoune/kakoune-2021.11.08/rc/windowing/repl/
H A Dkitty.kak1 hook global ModuleLoaded kitty %{
2 require-module kitty-repl
5 provide-module kitty-repl %{
9 kitty-repl [<arguments>]: Create a new window for repl interaction.
13 kitty-repl %{
31kitty @ $listen launch --no-response --keep-focus --type="$kak_opt_kitty_window_type" --title=kak_…
37 kitty-send-text [text]: Send text to the REPL window.
41 kitty-send-text %{
48 kitty @ send-text --match=title:kak_repl_window "$text"
52 alias global repl-new kitty-repl
[all …]
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/enemies/milgramen/
H A Dkitty_spear_npc.cfg18 image: "enemies/kitty-spear.png",
31 image: "enemies/kitty-spear.png",
42 image: "enemies/kitty-spear.png",
54 image: "enemies/kitty-spear.png",
67 image: "enemies/kitty-spear.png",
80 image: "enemies/kitty-spear.png",
95 image: "enemies/kitty-spear.png",
110 image: "enemies/kitty-spear.png",
122 image: "enemies/kitty-spear.png",
134 image: "enemies/kitty-spear.png",
[all …]
H A Dkitty_spear.cfg3 prototype: ["kitty"],
60 image: "enemies/kitty-spear.png",
72 image: "enemies/kitty-spear.png",
84 image: "enemies/kitty-spear.png",
97 image: "enemies/kitty-spear.png",
110 image: "enemies/kitty-spear.png",
124 image: "enemies/kitty-spear.png",
139 image: "enemies/kitty-spear.png",
151 image: "enemies/kitty-spear.png",
163 image: "enemies/kitty-spear.png",
[all …]
H A Dkitty_gun.cfg3 prototype: ["kitty"],
18 …prepare_to_fire: "def() [animation('readygun'),sound('kitty-gun-flint'+1d2+'.wav'),set(vars.attack…
54 image: "enemies/kitty-gun.png",
67 image: "enemies/kitty-gun.png",
80 image: "enemies/kitty-gun.png",
94 image: "enemies/kitty-gun.png",
109 image: "enemies/kitty-gun.png",
125 image: "enemies/kitty-gun.png",
138 image: "enemies/kitty-gun.png",
151 image: "enemies/kitty-gun.png",
[all …]
/dports/x11/kitty/kitty-0.23.1/kittens/query_terminal/
H A Dmain.py11 from kitty.cli import parse_args
12 from kitty.cli_stub import QueryTerminalCLIOptions
13 from kitty.constants import appname, str_version
14 from kitty.options.types import Options
15 from kitty.terminfo import names
16 from kitty.utils import TTYIO
104 from kitty.fast_data_types import current_fonts
116 from kitty.fast_data_types import current_fonts
128 from kitty.fast_data_types import current_fonts
140 from kitty.fast_data_types import current_fonts
[all …]
/dports/x11/kitty/kitty-0.23.1/.github/ISSUE_TEMPLATE/
H A Dbug_report.md25 Press Ctrl+Shift+F6 (cmd+option+comma on macOS) in kitty, to copy debug output about kitty and its
28 On older versions of kitty, run kitty --debug-config instead
32 Try to reproduce the problem with `kitty --config NONE` if you cannot then post a minimal kitty.con…
/dports/x11/kitty/kitty-0.23.1/kittens/diff/options/
H A Dtypes.py5 from kitty.conf.utils import KeyAction, KittensKeyMap
6 import kitty.conf.utils
7 from kitty.rgb import Color
8 import kitty.rgb
9 from kitty.types import ParsedShortcut
10 import kitty.types
55 margin_filler_bg: typing.Optional[kitty.rgb.Color] = None
64 select_fg: typing.Optional[kitty.rgb.Color] = Color(red=0, green=0, blue=0)
68 map: typing.List[typing.Tuple[kitty.types.ParsedShortcut, kitty.conf.utils.KeyAction]] = []

12345678910>>...33