Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 21, 2019 17:35
Show Gist options
  • Save ryantm/0031f6c4abbe3169c64f2a666f4ac0e7 to your computer and use it in GitHub Desktop.
Save ryantm/0031f6c4abbe3169c64f2a666f4ac0e7 to your computer and use it in GitHub Desktop.
/nix/store/0lws62qfl29p7cfx3kcpfab0gidhdhzd-ibus-anthy-1.5.11
├── include
│   └── ibus-anthy-1.0
│   └── anthygcontext.h
├── lib
│   ├── girepository-1.0
│   │   └── Anthy-9000.typelib
│   ├── libanthygobject-1.0.la
│   ├── libanthygobject-1.0.so -> libanthygobject-1.0.so.5.0.511
│   ├── libanthygobject-1.0.so.5 -> libanthygobject-1.0.so.5.0.511
│   └── libanthygobject-1.0.so.5.0.511
├── libexec
│   ├── ibus-engine-anthy
│   └── ibus-setup-anthy
└── share
├── applications
│   └── ibus-setup-anthy.desktop
├── gir-1.0
│   └── Anthy-9000.gir
├── glib-2.0
├── gsettings-schemas
│   └── ibus-anthy-1.5.11
│   └── glib-2.0
│   └── schemas
│   ├── gschemas.compiled
│   └── org.freedesktop.ibus.engine.anthy.gschema.xml
├── ibus
│   └── component
│   └── anthy.xml
├── ibus-anthy
│   ├── dicts
│   │   ├── emoji.t
│   │   ├── era.t
│   │   ├── oldchar.t
│   │   ├── symbol.t
│   │   └── zipcode.t
│   ├── engine
│   │   ├── _config.py
│   │   ├── default.xml
│   │   ├── engine.py
│   │   ├── factory.py
│   │   ├── jastring.py
│   │   ├── kana.py
│   │   ├── main.py
│   │   ├── __pycache__
│   │   │   ├── _config.cpython-37.opt-1.pyc
│   │   │   ├── _config.cpython-37.pyc
│   │   │   ├── engine.cpython-37.opt-1.pyc
│   │   │   ├── engine.cpython-37.pyc
│   │   │   ├── factory.cpython-37.opt-1.pyc
│   │   │   ├── factory.cpython-37.pyc
│   │   │   ├── jastring.cpython-37.opt-1.pyc
│   │   │   ├── jastring.cpython-37.pyc
│   │   │   ├── kana.cpython-37.opt-1.pyc
│   │   │   ├── kana.cpython-37.pyc
│   │   │   ├── main.cpython-37.opt-1.pyc
│   │   │   ├── main.cpython-37.pyc
│   │   │   ├── romaji.cpython-37.opt-1.pyc
│   │   │   ├── romaji.cpython-37.pyc
│   │   │   ├── segment.cpython-37.opt-1.pyc
│   │   │   ├── segment.cpython-37.pyc
│   │   │   ├── tables.cpython-37.opt-1.pyc
│   │   │   ├── tables.cpython-37.pyc
│   │   │   ├── thumb.cpython-37.opt-1.pyc
│   │   │   └── thumb.cpython-37.pyc
│   │   ├── romaji.py
│   │   ├── segment.py
│   │   ├── tables.py
│   │   └── thumb.py
│   └── setup
│   ├── anthyprefs.py
│   ├── _config.py
│   ├── main.py
│   ├── prefs.py
│   ├── __pycache__
│   │   ├── anthyprefs.cpython-37.opt-1.pyc
│   │   ├── anthyprefs.cpython-37.pyc
│   │   ├── _config.cpython-37.opt-1.pyc
│   │   ├── _config.cpython-37.pyc
│   │   ├── main.cpython-37.opt-1.pyc
│   │   ├── main.cpython-37.pyc
│   │   ├── prefs.cpython-37.opt-1.pyc
│   │   └── prefs.cpython-37.pyc
│   └── setup.ui
├── icons
│   └── hicolor
│   └── scalable
│   └── apps
│   └── ibus-anthy.svg
├── locale
│   ├── ca
│   │   └── LC_MESSAGES
│   │   └── ibus-anthy.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── ibus-anthy.mo
│   ├── el
│   │   └── LC_MESSAGES
│   │   └── ibus-anthy.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── ibus-anthy.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── ibus-anthy.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   └── ibus-anthy.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── ibus-anthy.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── ibus-anthy.mo
│   └── zh_CN
│   └── LC_MESSAGES
│   └── ibus-anthy.mo
└── metainfo
└── org.freedesktop.ibus.engine.anthy.metainfo.xml
45 directories, 73 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment