Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 26, 2020 14:50
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/ea0869510eb6c50b7f3e14ab8ac734f8 to your computer and use it in GitHub Desktop.
Save r-ryantm/ea0869510eb6c50b7f3e14ab8ac734f8 to your computer and use it in GitHub Desktop.
/nix/store/fh6m73ixxnybfrfgv4kvq52iiszkagfy-poezio-0.13
├── bin
│   ├── poezio
│   └── poezio_logs
├── lib
│   └── python3.7
│   └── site-packages
│   ├── poezio
│   │   ├── args.py
│   │   ├── asyncio.py
│   │   ├── bookmarks.py
│   │   ├── colors.py
│   │   ├── common.py
│   │   ├── config.py
│   │   ├── connection.py
│   │   ├── contact.py
│   │   ├── core
│   │   │   ├── commands.py
│   │   │   ├── completions.py
│   │   │   ├── core.py
│   │   │   ├── handlers.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── commands.cpython-37.pyc
│   │   │   │   ├── completions.cpython-37.pyc
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── handlers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── structs.cpython-37.pyc
│   │   │   │   └── tabs.cpython-37.pyc
│   │   │   ├── structs.py
│   │   │   └── tabs.py
│   │   ├── daemon.py
│   │   ├── decorators.py
│   │   ├── default_config.cfg
│   │   ├── events.py
│   │   ├── fifo.py
│   │   ├── fixes.py
│   │   ├── hsluv.py
│   │   ├── __init__.py
│   │   ├── keyboard.py
│   │   ├── logger.py
│   │   ├── __main__.py
│   │   ├── mam.py
│   │   ├── multiuserchat.py
│   │   ├── pep.py
│   │   ├── plugin_e2ee.py
│   │   ├── plugin_manager.py
│   │   ├── plugin.py
│   │   ├── poezio.py
│   │   ├── poezio_shlex.py
│   │   ├── poopt.cpython-37m-x86_64-linux-gnu.so
│   │   ├── poopt.py
│   │   ├── __pycache__
│   │   │   ├── args.cpython-37.pyc
│   │   │   ├── asyncio.cpython-37.pyc
│   │   │   ├── bookmarks.cpython-37.pyc
│   │   │   ├── colors.cpython-37.pyc
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── connection.cpython-37.pyc
│   │   │   ├── contact.cpython-37.pyc
│   │   │   ├── daemon.cpython-37.pyc
│   │   │   ├── decorators.cpython-37.pyc
│   │   │   ├── events.cpython-37.pyc
│   │   │   ├── fifo.cpython-37.pyc
│   │   │   ├── fixes.cpython-37.pyc
│   │   │   ├── hsluv.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── keyboard.cpython-37.pyc
│   │   │   ├── logger.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── mam.cpython-37.pyc
│   │   │   ├── multiuserchat.cpython-37.pyc
│   │   │   ├── pep.cpython-37.pyc
│   │   │   ├── plugin.cpython-37.pyc
│   │   │   ├── plugin_e2ee.cpython-37.pyc
│   │   │   ├── plugin_manager.cpython-37.pyc
│   │   │   ├── poezio.cpython-37.pyc
│   │   │   ├── poezio_shlex.cpython-37.pyc
│   │   │   ├── poopt.cpython-37.pyc
│   │   │   ├── roster.cpython-37.pyc
│   │   │   ├── roster_sorting.cpython-37.pyc
│   │   │   ├── size_manager.cpython-37.pyc
│   │   │   ├── text_buffer.cpython-37.pyc
│   │   │   ├── theming.cpython-37.pyc
│   │   │   ├── timed_events.cpython-37.pyc
│   │   │   ├── user.cpython-37.pyc
│   │   │   ├── version.cpython-37.pyc
│   │   │   ├── xdg.cpython-37.pyc
│   │   │   └── xhtml.cpython-37.pyc
│   │   ├── roster.py
│   │   ├── roster_sorting.py
│   │   ├── size_manager.py
│   │   ├── tabs
│   │   │   ├── adhoc_commands_list.py
│   │   │   ├── basetabs.py
│   │   │   ├── bookmarkstab.py
│   │   │   ├── confirmtab.py
│   │   │   ├── conversationtab.py
│   │   │   ├── data_forms.py
│   │   │   ├── __init__.py
│   │   │   ├── listtab.py
│   │   │   ├── muclisttab.py
│   │   │   ├── muctab.py
│   │   │   ├── privatetab.py
│   │   │   ├── __pycache__
│   │   │   │   ├── adhoc_commands_list.cpython-37.pyc
│   │   │   │   ├── basetabs.cpython-37.pyc
│   │   │   │   ├── bookmarkstab.cpython-37.pyc
│   │   │   │   ├── confirmtab.cpython-37.pyc
│   │   │   │   ├── conversationtab.cpython-37.pyc
│   │   │   │   ├── data_forms.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── listtab.cpython-37.pyc
│   │   │   │   ├── muclisttab.cpython-37.pyc
│   │   │   │   ├── muctab.cpython-37.pyc
│   │   │   │   ├── privatetab.cpython-37.pyc
│   │   │   │   ├── rostertab.cpython-37.pyc
│   │   │   │   └── xmltab.cpython-37.pyc
│   │   │   ├── rostertab.py
│   │   │   └── xmltab.py
│   │   ├── text_buffer.py
│   │   ├── theming.py
│   │   ├── timed_events.py
│   │   ├── ui
│   │   │   ├── consts.py
│   │   │   ├── funcs.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── consts.cpython-37.pyc
│   │   │   │   ├── funcs.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── render.cpython-37.pyc
│   │   │   │   └── types.cpython-37.pyc
│   │   │   ├── render.py
│   │   │   └── types.py
│   │   ├── user.py
│   │   ├── version.py
│   │   ├── windows
│   │   │   ├── base_wins.py
│   │   │   ├── bookmark_forms.py
│   │   │   ├── confirm.py
│   │   │   ├── data_forms.py
│   │   │   ├── image.py
│   │   │   ├── info_bar.py
│   │   │   ├── info_wins.py
│   │   │   ├── __init__.py
│   │   │   ├── input_placeholders.py
│   │   │   ├── inputs.py
│   │   │   ├── list.py
│   │   │   ├── misc.py
│   │   │   ├── muc.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base_wins.cpython-37.pyc
│   │   │   │   ├── bookmark_forms.cpython-37.pyc
│   │   │   │   ├── confirm.cpython-37.pyc
│   │   │   │   ├── data_forms.cpython-37.pyc
│   │   │   │   ├── image.cpython-37.pyc
│   │   │   │   ├── info_bar.cpython-37.pyc
│   │   │   │   ├── info_wins.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── input_placeholders.cpython-37.pyc
│   │   │   │   ├── inputs.cpython-37.pyc
│   │   │   │   ├── list.cpython-37.pyc
│   │   │   │   ├── misc.cpython-37.pyc
│   │   │   │   ├── muc.cpython-37.pyc
│   │   │   │   ├── roster_win.cpython-37.pyc
│   │   │   │   └── text_win.cpython-37.pyc
│   │   │   ├── roster_win.py
│   │   │   └── text_win.py
│   │   ├── xdg.py
│   │   └── xhtml.py
│   ├── poezio-0.13.dist-info
│   │   ├── COPYING
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── poezio_plugins
│   │   ├── admin.py
│   │   ├── alias.py
│   │   ├── amsg.py
│   │   ├── autocorrect.py
│   │   ├── b64.py
│   │   ├── bob.py
│   │   ├── capslock.py
│   │   ├── change_title.py
│   │   ├── close_all.py
│   │   ├── code.py
│   │   ├── contact.py
│   │   ├── csi.py
│   │   ├── cyber.py
│   │   ├── day_change.py
│   │   ├── dice.py
│   │   ├── disco.py
│   │   ├── display_corrections.py
│   │   ├── double.py
│   │   ├── embed.py
│   │   ├── emoji_ascii.py
│   │   ├── exec.py
│   │   ├── figlet.py
│   │   ├── __init__.py
│   │   ├── iq_show.py
│   │   ├── irc.py
│   │   ├── lastlog.py
│   │   ├── link.py
│   │   ├── marquee.py
│   │   ├── mirror.py
│   │   ├── mpd_client.py
│   │   ├── otr.py
│   │   ├── pacokick.py
│   │   ├── ping.py
│   │   ├── pipe_cmd.py
│   │   ├── pointpoint.py
│   │   ├── __pycache__
│   │   │   ├── admin.cpython-37.pyc
│   │   │   ├── alias.cpython-37.pyc
│   │   │   ├── amsg.cpython-37.pyc
│   │   │   ├── autocorrect.cpython-37.pyc
│   │   │   ├── b64.cpython-37.pyc
│   │   │   ├── bob.cpython-37.pyc
│   │   │   ├── capslock.cpython-37.pyc
│   │   │   ├── change_title.cpython-37.pyc
│   │   │   ├── close_all.cpython-37.pyc
│   │   │   ├── code.cpython-37.pyc
│   │   │   ├── contact.cpython-37.pyc
│   │   │   ├── csi.cpython-37.pyc
│   │   │   ├── cyber.cpython-37.pyc
│   │   │   ├── day_change.cpython-37.pyc
│   │   │   ├── dice.cpython-37.pyc
│   │   │   ├── disco.cpython-37.pyc
│   │   │   ├── display_corrections.cpython-37.pyc
│   │   │   ├── double.cpython-37.pyc
│   │   │   ├── embed.cpython-37.pyc
│   │   │   ├── emoji_ascii.cpython-37.pyc
│   │   │   ├── exec.cpython-37.pyc
│   │   │   ├── figlet.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── iq_show.cpython-37.pyc
│   │   │   ├── irc.cpython-37.pyc
│   │   │   ├── lastlog.cpython-37.pyc
│   │   │   ├── link.cpython-37.pyc
│   │   │   ├── marquee.cpython-37.pyc
│   │   │   ├── mirror.cpython-37.pyc
│   │   │   ├── mpd_client.cpython-37.pyc
│   │   │   ├── otr.cpython-37.pyc
│   │   │   ├── pacokick.cpython-37.pyc
│   │   │   ├── ping.cpython-37.pyc
│   │   │   ├── pipe_cmd.cpython-37.pyc
│   │   │   ├── pointpoint.cpython-37.pyc
│   │   │   ├── qr.cpython-37.pyc
│   │   │   ├── quote.cpython-37.pyc
│   │   │   ├── rainbow.cpython-37.pyc
│   │   │   ├── random_nick.cpython-37.pyc
│   │   │   ├── regex_admin.cpython-37.pyc
│   │   │   ├── reminder.cpython-37.pyc
│   │   │   ├── remove_get_trackers.cpython-37.pyc
│   │   │   ├── reorder.cpython-37.pyc
│   │   │   ├── replace.cpython-37.pyc
│   │   │   ├── replace_word.cpython-37.pyc
│   │   │   ├── revstr.cpython-37.pyc
│   │   │   ├── rstrip.cpython-37.pyc
│   │   │   ├── screen_detach.cpython-37.pyc
│   │   │   ├── send_delayed.cpython-37.pyc
│   │   │   ├── server_part.cpython-37.pyc
│   │   │   ├── shuffle.cpython-37.pyc
│   │   │   ├── simple_notify.cpython-37.pyc
│   │   │   ├── spaces.cpython-37.pyc
│   │   │   ├── spam.cpython-37.pyc
│   │   │   ├── status.cpython-37.pyc
│   │   │   ├── stoi.cpython-37.pyc
│   │   │   ├── tell.cpython-37.pyc
│   │   │   ├── test.cpython-37.pyc
│   │   │   ├── time_marker.cpython-37.pyc
│   │   │   ├── upload.cpython-37.pyc
│   │   │   ├── uptime.cpython-37.pyc
│   │   │   ├── vcard.cpython-37.pyc
│   │   │   └── white.cpython-37.pyc
│   │   ├── qr.py
│   │   ├── quote.py
│   │   ├── rainbow.py
│   │   ├── random_nick.py
│   │   ├── regex_admin.py
│   │   ├── reminder.py
│   │   ├── remove_get_trackers.py
│   │   ├── reorder.py
│   │   ├── replace.py
│   │   ├── replace_word.py
│   │   ├── revstr.py
│   │   ├── rstrip.py
│   │   ├── screen_detach.py
│   │   ├── send_delayed.py
│   │   ├── server_part.py
│   │   ├── shuffle.py
│   │   ├── simple_notify.py
│   │   ├── spaces.py
│   │   ├── spam.py
│   │   ├── status.py
│   │   ├── stoi.py
│   │   ├── tell.py
│   │   ├── test.py
│   │   ├── time_marker.py
│   │   ├── upload.py
│   │   ├── uptime.py
│   │   ├── vcard.py
│   │   └── white.py
│   └── poezio_themes
│   ├── dark.py
│   ├── __init__.py
│   ├── irssi.py
│   └── __pycache__
│   ├── dark.cpython-37.pyc
│   ├── __init__.cpython-37.pyc
│   └── irssi.cpython-37.pyc
├── nix-support
│   └── propagated-build-inputs
└── share
├── applications
│   └── io.poez.Poezio.desktop
├── doc
│   └── poezio
│   └── source
│   ├── commands.rst
│   ├── configuration.rst
│   ├── conf.py
│   ├── dev
│   │   ├── common.rst
│   │   ├── contributing.rst
│   │   ├── e2ee.rst
│   │   ├── events.rst
│   │   ├── index.rst
│   │   ├── overview.rst
│   │   ├── plugin.rst
│   │   ├── slix.rst
│   │   ├── theming.rst
│   │   ├── timed_events.rst
│   │   └── xep.rst
│   ├── images
│   │   ├── bookmark_tab.png
│   │   ├── cert_warning.png
│   │   ├── conversation.png
│   │   ├── correct.png
│   │   ├── data_forms.png
│   │   ├── layers.png
│   │   ├── list.png
│   │   ├── muc.png
│   │   ├── pep_infos.png
│   │   ├── pep.png
│   │   ├── private.png
│   │   ├── roster.png
│   │   ├── simple_notify_example.png
│   │   ├── tab_bar.png
│   │   ├── theme_256_colors.png
│   │   ├── vert_tabs.png
│   │   └── xep_0070.png
│   ├── index.rst
│   ├── install.rst
│   ├── keys.rst
│   ├── misc
│   │   ├── carbons.rst
│   │   ├── client_certs.rst
│   │   ├── correct.rst
│   │   ├── index.rst
│   │   ├── personal_events.rst
│   │   ├── pyenv.rst
│   │   ├── separate.rst
│   │   ├── ssl.rst
│   │   └── troubleshooting.rst
│   ├── plugins
│   │   ├── admin.rst
│   │   ├── alias.rst
│   │   ├── amsg.rst
│   │   ├── autocorrect.rst
│   │   ├── change_title.rst
│   │   ├── close_all.rst
│   │   ├── contact.rst
│   │   ├── csi.rst
│   │   ├── cyber.rst
│   │   ├── day_change.rst
│   │   ├── dice.rst
│   │   ├── disco.rst
│   │   ├── display_corrections.rst
│   │   ├── double.rst
│   │   ├── embed.rst
│   │   ├── exec.rst
│   │   ├── figlet.rst
│   │   ├── index.rst
│   │   ├── iq_show.rst
│   │   ├── irc.rst
│   │   ├── link.rst
│   │   ├── marquee.rst
│   │   ├── mpd_client.rst
│   │   ├── otr.rst
│   │   ├── pacokick.rst
│   │   ├── ping.rst
│   │   ├── pipe_cmd.rst
│   │   ├── pointpoint.rst
│   │   ├── quote.rst
│   │   ├── rainbow.rst
│   │   ├── regex_admin.rst
│   │   ├── reminder.rst
│   │   ├── reorder.rst
│   │   ├── replace.rst
│   │   ├── revstr.rst
│   │   ├── screen_detach.rst
│   │   ├── send_delayed.rst
│   │   ├── server_part.rst
│   │   ├── shuffle.rst
│   │   ├── simple_notify.rst
│   │   ├── spam.rst
│   │   ├── status.rst
│   │   ├── tell.rst
│   │   ├── time_marker.rst
│   │   ├── upload.rst
│   │   ├── uptime.rst
│   │   └── vcard.rst
│   ├── __pycache__
│   │   └── conf.cpython-37.pyc
│   ├── quickstart.rst
│   ├── theme
│   │   ├── sphinx_rtd_theme
│   │   │   ├── breadcrumbs.html
│   │   │   ├── footer.html
│   │   │   ├── layout.html
│   │   │   ├── layout_old.html
│   │   │   ├── searchbox.html
│   │   │   ├── search.html
│   │   │   ├── static
│   │   │   │   ├── css
│   │   │   │   │   ├── badge_only.css
│   │   │   │   │   └── theme.css
│   │   │   │   └── js
│   │   │   │   └── theme.js
│   │   │   ├── theme.conf
│   │   │   └── versions.html
│   │   └── static
│   │   └── poezio.png
│   ├── themes.rst
│   └── usage.rst
├── man
│   └── man1
│   ├── poezio.1.gz
│   └── poezio_logs.1.gz
├── metainfo
│   └── io.poez.Poezio.appdata.xml
└── poezio
├── CHANGELOG
├── COPYING
└── README.rst
40 directories, 411 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment