Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 28, 2019 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/3d8ae328549836fab1ec94161cb5e504 to your computer and use it in GitHub Desktop.
Save ryantm/3d8ae328549836fab1ec94161cb5e504 to your computer and use it in GitHub Desktop.
/nix/store/4pb3qsyg2ahi9h7l65b3y583irs5hac9-kitty-0.13.3
├── bin
│   └── kitty
├── lib
│   └── kitty
│   ├── kittens
│   │   ├── ask
│   │   │   ├── __init__.py
│   │   │   ├── main.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   └── main.cpython-37.opt-1.pyc
│   │   ├── clipboard
│   │   │   ├── __init__.py
│   │   │   ├── main.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   └── main.cpython-37.opt-1.pyc
│   │   ├── diff
│   │   │   ├── collect.py
│   │   │   ├── config_data.py
│   │   │   ├── config.py
│   │   │   ├── diff_speedup.so
│   │   │   ├── highlight.py
│   │   │   ├── __init__.py
│   │   │   ├── main.py
│   │   │   ├── patch.py
│   │   │   ├── __pycache__
│   │   │   │   ├── collect.cpython-37.opt-1.pyc
│   │   │   │   ├── config.cpython-37.opt-1.pyc
│   │   │   │   ├── config_data.cpython-37.opt-1.pyc
│   │   │   │   ├── highlight.cpython-37.opt-1.pyc
│   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   ├── main.cpython-37.opt-1.pyc
│   │   │   │   ├── patch.cpython-37.opt-1.pyc
│   │   │   │   ├── render.cpython-37.opt-1.pyc
│   │   │   │   └── search.cpython-37.opt-1.pyc
│   │   │   ├── render.py
│   │   │   └── search.py
│   │   ├── hints
│   │   │   ├── __init__.py
│   │   │   ├── main.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   ├── main.cpython-37.opt-1.pyc
│   │   │   │   └── url_regex.cpython-37.opt-1.pyc
│   │   │   └── url_regex.py
│   │   ├── icat
│   │   │   ├── __init__.py
│   │   │   ├── main.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   └── main.cpython-37.opt-1.pyc
│   │   ├── __init__.py
│   │   ├── panel
│   │   │   ├── __init__.py
│   │   │   ├── main.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   └── main.cpython-37.opt-1.pyc
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   └── runner.cpython-37.opt-1.pyc
│   │   ├── resize_window
│   │   │   ├── __init__.py
│   │   │   ├── main.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   └── main.cpython-37.opt-1.pyc
│   │   ├── runner.py
│   │   ├── show_error
│   │   │   ├── __init__.py
│   │   │   ├── main.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   └── main.cpython-37.opt-1.pyc
│   │   ├── ssh
│   │   │   ├── __init__.py
│   │   │   ├── main.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   └── main.cpython-37.opt-1.pyc
│   │   ├── tui
│   │   │   ├── handler.py
│   │   │   ├── images.py
│   │   │   ├── __init__.py
│   │   │   ├── line_edit.py
│   │   │   ├── loop.py
│   │   │   ├── operations.py
│   │   │   └── __pycache__
│   │   │   ├── handler.cpython-37.opt-1.pyc
│   │   │   ├── images.cpython-37.opt-1.pyc
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   ├── line_edit.cpython-37.opt-1.pyc
│   │   │   ├── loop.cpython-37.opt-1.pyc
│   │   │   └── operations.cpython-37.opt-1.pyc
│   │   └── unicode_input
│   │   ├── __init__.py
│   │   ├── main.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   └── main.cpython-37.opt-1.pyc
│   │   └── unicode_names.so
│   ├── kitty
│   │   ├── blit_fragment.glsl
│   │   ├── blit_vertex.glsl
│   │   ├── border_fragment.glsl
│   │   ├── borders.py
│   │   ├── border_vertex.glsl
│   │   ├── boss.py
│   │   ├── cell_fragment.glsl
│   │   ├── cell_vertex.glsl
│   │   ├── child.py
│   │   ├── client.py
│   │   ├── cli.py
│   │   ├── cmds.py
│   │   ├── complete.py
│   │   ├── conf
│   │   │   ├── definition.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── definition.cpython-37.opt-1.pyc
│   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   └── utils.cpython-37.opt-1.pyc
│   │   │   └── utils.py
│   │   ├── config_data.py
│   │   ├── config.py
│   │   ├── constants.py
│   │   ├── fast_data_types.so
│   │   ├── fonts
│   │   │   ├── box_drawing.py
│   │   │   ├── core_text.py
│   │   │   ├── fontconfig.py
│   │   │   ├── __init__.py
│   │   │   ├── list.py
│   │   │   ├── __pycache__
│   │   │   │   ├── box_drawing.cpython-37.opt-1.pyc
│   │   │   │   ├── core_text.cpython-37.opt-1.pyc
│   │   │   │   ├── fontconfig.cpython-37.opt-1.pyc
│   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   ├── list.cpython-37.opt-1.pyc
│   │   │   │   └── render.cpython-37.opt-1.pyc
│   │   │   └── render.py
│   │   ├── glfw-wayland.so
│   │   ├── glfw-x11.so
│   │   ├── graphics_fragment.glsl
│   │   ├── graphics_vertex.glsl
│   │   ├── __init__.py
│   │   ├── key_encoding.py
│   │   ├── keys.py
│   │   ├── launcher
│   │   │   └── kitty
│   │   ├── layout.py
│   │   ├── main.py
│   │   ├── __pycache__
│   │   │   ├── borders.cpython-37.opt-1.pyc
│   │   │   ├── boss.cpython-37.opt-1.pyc
│   │   │   ├── child.cpython-37.opt-1.pyc
│   │   │   ├── cli.cpython-37.opt-1.pyc
│   │   │   ├── client.cpython-37.opt-1.pyc
│   │   │   ├── cmds.cpython-37.opt-1.pyc
│   │   │   ├── complete.cpython-37.opt-1.pyc
│   │   │   ├── config.cpython-37.opt-1.pyc
│   │   │   ├── config_data.cpython-37.opt-1.pyc
│   │   │   ├── constants.cpython-37.opt-1.pyc
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   ├── key_encoding.cpython-37.opt-1.pyc
│   │   │   ├── keys.cpython-37.opt-1.pyc
│   │   │   ├── layout.cpython-37.opt-1.pyc
│   │   │   ├── main.cpython-37.opt-1.pyc
│   │   │   ├── remote_control.cpython-37.opt-1.pyc
│   │   │   ├── rgb.cpython-37.opt-1.pyc
│   │   │   ├── session.cpython-37.opt-1.pyc
│   │   │   ├── shell.cpython-37.opt-1.pyc
│   │   │   ├── tab_bar.cpython-37.opt-1.pyc
│   │   │   ├── tabs.cpython-37.opt-1.pyc
│   │   │   ├── terminfo.cpython-37.opt-1.pyc
│   │   │   ├── utils.cpython-37.opt-1.pyc
│   │   │   └── window.cpython-37.opt-1.pyc
│   │   ├── remote_control.py
│   │   ├── rgb.py
│   │   ├── session.py
│   │   ├── shell.py
│   │   ├── tab_bar.py
│   │   ├── tabs.py
│   │   ├── terminfo.py
│   │   ├── utils.py
│   │   └── window.py
│   ├── logo
│   │   ├── beam-cursor@2x.png
│   │   ├── beam-cursor.png
│   │   └── kitty.rgba
│   ├── __main__.py
│   ├── __pycache__
│   │   └── __main__.cpython-37.opt-1.pyc
│   └── terminfo
│   └── x
│   └── xterm-kitty
├── nix-support
│   ├── propagated-build-inputs
│   └── propagated-user-env-packages
└── share
├── applications
│   └── kitty.desktop
├── doc
│   └── kitty
│   └── html
│   ├── binary.html
│   ├── build.html
│   ├── changelog.html
│   ├── conf.html
│   ├── _downloads
│   │   ├── diff.conf
│   │   └── kitty.conf
│   ├── faq.html
│   ├── genindex.html
│   ├── graphics-protocol.html
│   ├── _images
│   │   ├── diff.png
│   │   ├── hints_mode.png
│   │   ├── panel.png
│   │   ├── screenshot.png
│   │   └── unicode.png
│   ├── index.html
│   ├── invocation.html
│   ├── key-encoding.html
│   ├── kittens
│   │   ├── clipboard.html
│   │   ├── custom.html
│   │   ├── diff.html
│   │   ├── hints.html
│   │   ├── icat.html
│   │   ├── panel.html
│   │   └── unicode-input.html
│   ├── objects.inv
│   ├── performance.html
│   ├── pipe.html
│   ├── protocol-extensions.html
│   ├── remote-control.html
│   ├── search.html
│   ├── searchindex.js
│   ├── _sources
│   │   ├── binary.rst.txt
│   │   ├── build.rst.txt
│   │   ├── changelog.rst.txt
│   │   ├── conf.rst.txt
│   │   ├── faq.rst.txt
│   │   ├── graphics-protocol.rst.txt
│   │   ├── index.rst.txt
│   │   ├── invocation.rst.txt
│   │   ├── key-encoding.rst.txt
│   │   ├── kittens
│   │   │   ├── clipboard.rst.txt
│   │   │   ├── custom.rst.txt
│   │   │   ├── diff.rst.txt
│   │   │   ├── hints.rst.txt
│   │   │   ├── icat.rst.txt
│   │   │   ├── panel.rst.txt
│   │   │   └── unicode-input.rst.txt
│   │   ├── performance.rst.txt
│   │   ├── pipe.rst.txt
│   │   ├── protocol-extensions.rst.txt
│   │   ├── remote-control.rst.txt
│   │   └── support.rst.txt
│   ├── _static
│   │   ├── ajax-loader.gif
│   │   ├── alabaster.css
│   │   ├── basic.css
│   │   ├── comment-bright.png
│   │   ├── comment-close.png
│   │   ├── comment.png
│   │   ├── custom.css
│   │   ├── doctools.js
│   │   ├── documentation_options.js
│   │   ├── down.png
│   │   ├── down-pressed.png
│   │   ├── file.png
│   │   ├── jquery-3.2.1.js
│   │   ├── jquery.js
│   │   ├── kitty.png
│   │   ├── minus.png
│   │   ├── plus.png
│   │   ├── pygments.css
│   │   ├── searchtools.js
│   │   ├── underscore-1.3.1.js
│   │   ├── underscore.js
│   │   ├── up.png
│   │   ├── up-pressed.png
│   │   └── websupport.js
│   └── support.html
├── icons
│   └── hicolor
│   └── 256x256
│   └── apps
│   └── kitty.png
└── man
└── man1
└── kitty.1.gz
56 directories, 241 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment