Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 5, 2020 04:04
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 r-ryantm/ba55c549f4d06772fd37ee38d9706620 to your computer and use it in GitHub Desktop.
Save r-ryantm/ba55c549f4d06772fd37ee38d9706620 to your computer and use it in GitHub Desktop.
/nix/store/5fkbrk0y670zqq10692wk66zxawg29bc-ibus-table-1.9.25
├── bin
│   └── ibus-table-createdb
├── lib
│   └── pkgconfig
│   └── ibus-table.pc
├── libexec
│   ├── ibus-engine-table
│   └── ibus-setup-table
└── share
├── applications
│   └── ibus-setup-table.desktop
├── glib-2.0
├── gsettings-schemas
│   └── ibus-table-1.9.25
│   └── glib-2.0
│   └── schemas
│   ├── gschemas.compiled
│   └── org.freedesktop.ibus.engine.table.gschema.xml
├── ibus
│   └── component
│   └── table.xml
├── ibus-table
│   ├── data
│   │   └── pinyin_table.txt.bz2
│   ├── engine
│   │   ├── chinese_variants.py
│   │   ├── factory.py
│   │   ├── ibus_table_location.py
│   │   ├── it_util.py
│   │   ├── main.py
│   │   ├── __pycache__
│   │   │   ├── chinese_variants.cpython-37.opt-1.pyc
│   │   │   ├── chinese_variants.cpython-37.pyc
│   │   │   ├── factory.cpython-37.opt-1.pyc
│   │   │   ├── factory.cpython-37.pyc
│   │   │   ├── ibus_table_location.cpython-37.opt-1.pyc
│   │   │   ├── ibus_table_location.cpython-37.pyc
│   │   │   ├── it_util.cpython-37.opt-1.pyc
│   │   │   ├── it_util.cpython-37.pyc
│   │   │   ├── main.cpython-37.opt-1.pyc
│   │   │   ├── main.cpython-37.pyc
│   │   │   ├── tabcreatedb.cpython-37.opt-1.pyc
│   │   │   ├── tabcreatedb.cpython-37.pyc
│   │   │   ├── table.cpython-37.opt-1.pyc
│   │   │   ├── table.cpython-37.pyc
│   │   │   ├── tabsqlitedb.cpython-37.opt-1.pyc
│   │   │   └── tabsqlitedb.cpython-37.pyc
│   │   ├── tabcreatedb.py
│   │   ├── table.py
│   │   └── tabsqlitedb.py
│   ├── icons
│   │   ├── acommit.svg
│   │   ├── cb-mode.svg
│   │   ├── chinese.svg
│   │   ├── english.svg
│   │   ├── full-letter.svg
│   │   ├── full-punct.svg
│   │   ├── half-letter.svg
│   │   ├── half-punct.svg
│   │   ├── ibus-table.svg
│   │   ├── ncommit.svg
│   │   ├── onechar.svg
│   │   ├── phrase.svg
│   │   ├── py-mode.svg
│   │   ├── scb-mode.svg
│   │   ├── sc-mode.svg
│   │   ├── tab-mode.svg
│   │   ├── tcb-mode.svg
│   │   └── tc-mode.svg
│   ├── setup
│   │   ├── ibus-table-preferences.ui
│   │   ├── main.py
│   │   ├── __pycache__
│   │   │   ├── main.cpython-37.opt-1.pyc
│   │   │   ├── main.cpython-37.pyc
│   │   │   ├── version.cpython-37.opt-1.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── tables
│   └── template.txt
├── locale
│   ├── ca
│   │   └── LC_MESSAGES
│   │   └── ibus-table.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── ibus-table.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── ibus-table.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── ibus-table.mo
│   ├── fa
│   │   └── LC_MESSAGES
│   │   └── ibus-table.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── ibus-table.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   └── ibus-table.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── ibus-table.mo
│   ├── pt_PT
│   │   └── LC_MESSAGES
│   │   └── ibus-table.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   └── ibus-table.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── ibus-table.mo
│   ├── zh_CN
│   │   └── LC_MESSAGES
│   │   └── ibus-table.mo
│   ├── zh_HK
│   │   └── LC_MESSAGES
│   │   └── ibus-table.mo
│   └── zh_TW
│   └── LC_MESSAGES
│   └── ibus-table.mo
├── man
│   └── man1
│   └── ibus-table-createdb.1.gz
└── metainfo
└── ibus-table.appdata.xml
53 directories, 75 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment