Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 22, 2018 19:52
Show Gist options
  • Save ryantm/2a6dbfad474173b76f5f0d7aa35964f6 to your computer and use it in GitHub Desktop.
Save ryantm/2a6dbfad474173b76f5f0d7aa35964f6 to your computer and use it in GitHub Desktop.
/nix/store/3h4a30xh4ddij4i5nmyi8p478y804jv7-ibus-anthy-1.5.10
├── 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.510
│   ├── libanthygobject-1.0.so.5 -> libanthygobject-1.0.so.5.0.510
│   └── libanthygobject-1.0.so.5.0.510
├── libexec
│   ├── ibus-engine-anthy
│   └── ibus-setup-anthy
└── share
├── appdata
│   └── ibus-anthy.appdata.xml
├── applications
│   └── ibus-setup-anthy.desktop
├── gir-1.0
│   └── Anthy-9000.gir
├── glib-2.0
├── gsettings-schemas
│   └── ibus-anthy-1.5.10
│   └── 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-36.opt-1.pyc
│   │   │   ├── _config.cpython-36.pyc
│   │   │   ├── engine.cpython-36.opt-1.pyc
│   │   │   ├── engine.cpython-36.pyc
│   │   │   ├── factory.cpython-36.opt-1.pyc
│   │   │   ├── factory.cpython-36.pyc
│   │   │   ├── jastring.cpython-36.opt-1.pyc
│   │   │   ├── jastring.cpython-36.pyc
│   │   │   ├── kana.cpython-36.opt-1.pyc
│   │   │   ├── kana.cpython-36.pyc
│   │   │   ├── main.cpython-36.opt-1.pyc
│   │   │   ├── main.cpython-36.pyc
│   │   │   ├── romaji.cpython-36.opt-1.pyc
│   │   │   ├── romaji.cpython-36.pyc
│   │   │   ├── segment.cpython-36.opt-1.pyc
│   │   │   ├── segment.cpython-36.pyc
│   │   │   ├── tables.cpython-36.opt-1.pyc
│   │   │   ├── tables.cpython-36.pyc
│   │   │   ├── thumb.cpython-36.opt-1.pyc
│   │   │   └── thumb.cpython-36.pyc
│   │   ├── romaji.py
│   │   ├── segment.py
│   │   ├── tables.py
│   │   └── thumb.py
│   └── setup
│   ├── anthyprefs.py
│   ├── _config.py
│   ├── main.py
│   ├── prefs.py
│   ├── __pycache__
│   │   ├── anthyprefs.cpython-36.opt-1.pyc
│   │   ├── anthyprefs.cpython-36.pyc
│   │   ├── _config.cpython-36.opt-1.pyc
│   │   ├── _config.cpython-36.pyc
│   │   ├── main.cpython-36.opt-1.pyc
│   │   ├── main.cpython-36.pyc
│   │   ├── prefs.cpython-36.opt-1.pyc
│   │   └── prefs.cpython-36.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
45 directories, 73 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment