Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 8, 2018 21:51
Show Gist options
  • Save ryantm/e3e2860d5365e47abeb02a63067d40ed to your computer and use it in GitHub Desktop.
Save ryantm/e3e2860d5365e47abeb02a63067d40ed to your computer and use it in GitHub Desktop.
/nix/store/ci2fiwhj08xgpsdbfhnir98g33dz3kx5-ibus-hangul-1.5.1
├── bin
│   └── ibus-setup-hangul -> ../libexec/ibus-setup-hangul
├── libexec
│   ├── ibus-engine-hangul
│   └── ibus-setup-hangul
└── share
├── applications
│   └── ibus-setup-hangul.desktop
├── glib-2.0
├── gsettings-schemas
│   └── ibus-hangul-1.5.1
│   └── glib-2.0
│   └── schemas
│   ├── gschemas.compiled
│   └── org.freedesktop.ibus.engine.hangul.gschema.xml
├── ibus
│   └── component
│   └── hangul.xml
├── ibus-hangul
│   ├── data
│   │   └── symbol.txt
│   ├── icons
│   │   ├── ibus-hangul.png
│   │   └── ibus-hangul.svg
│   └── setup
│   ├── config.py
│   ├── keycapturedialog.py
│   ├── main.py
│   ├── __pycache__
│   │   ├── config.cpython-36.opt-1.pyc
│   │   ├── config.cpython-36.pyc
│   │   ├── keycapturedialog.cpython-36.opt-1.pyc
│   │   ├── keycapturedialog.cpython-36.pyc
│   │   ├── main.cpython-36.opt-1.pyc
│   │   └── main.cpython-36.pyc
│   └── setup.ui
├── icons
│   └── hicolor
│   ├── 64x64
│   │   └── apps
│   │   ├── ibus-hangul.png
│   │   └── ibus-setup-hangul.png
│   └── scalable
│   └── apps
│   ├── ibus-hangul.svg
│   └── ibus-setup-hangul.svg
└── locale
├── ko
│   └── LC_MESSAGES
│   └── ibus-hangul.mo
└── zh_CN
└── LC_MESSAGES
└── ibus-hangul.mo
27 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment