Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 29, 2019 09:32
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 ryantm/041b5ba29c16b78df4908c430098f8f3 to your computer and use it in GitHub Desktop.
Save ryantm/041b5ba29c16b78df4908c430098f8f3 to your computer and use it in GitHub Desktop.
/nix/store/xa35qpkg5k6mayk9vy4yaqnhksk1hzvw-zim-0.72.0
├── bin
│   └── zim
├── lib
│   └── python3.7
│   └── site-packages
│   ├── zim
│   │   ├── actions.py
│   │   ├── applications.py
│   │   ├── config
│   │   │   ├── basedirs.py
│   │   │   ├── dicts.py
│   │   │   ├── __init__.py
│   │   │   ├── manager.py
│   │   │   └── __pycache__
│   │   │   ├── basedirs.cpython-37.pyc
│   │   │   ├── dicts.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── manager.cpython-37.pyc
│   │   ├── datetimetz.py
│   │   ├── errors.py
│   │   ├── export
│   │   │   ├── exporters
│   │   │   │   ├── files.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── mhtml.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── files.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── mhtml.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── layouts.py
│   │   │   ├── linker.py
│   │   │   ├── __main__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── layouts.cpython-37.pyc
│   │   │   │   ├── linker.cpython-37.pyc
│   │   │   │   ├── __main__.cpython-37.pyc
│   │   │   │   ├── selections.cpython-37.pyc
│   │   │   │   └── template.cpython-37.pyc
│   │   │   ├── selections.py
│   │   │   └── template.py
│   │   ├── formats
│   │   │   ├── html.py
│   │   │   ├── __init__.py
│   │   │   ├── latex.py
│   │   │   ├── __main__.py
│   │   │   ├── markdown.py
│   │   │   ├── plain.py
│   │   │   ├── __pycache__
│   │   │   │   ├── html.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── latex.cpython-37.pyc
│   │   │   │   ├── __main__.cpython-37.pyc
│   │   │   │   ├── markdown.cpython-37.pyc
│   │   │   │   ├── plain.cpython-37.pyc
│   │   │   │   ├── rst.cpython-37.pyc
│   │   │   │   └── wiki.cpython-37.pyc
│   │   │   ├── rst.py
│   │   │   └── wiki.py
│   │   ├── fs.py
│   │   ├── gui
│   │   │   ├── actionextension.py
│   │   │   ├── applications.py
│   │   │   ├── clipboard.py
│   │   │   ├── customtools.py
│   │   │   ├── exportdialog.py
│   │   │   ├── __init__.py
│   │   │   ├── insertedobjects.py
│   │   │   ├── mainwindow.py
│   │   │   ├── navigation.py
│   │   │   ├── notebookdialog.py
│   │   │   ├── pageview.py
│   │   │   ├── preferencesdialog.py
│   │   │   ├── propertiesdialog.py
│   │   │   ├── __pycache__
│   │   │   │   ├── actionextension.cpython-37.pyc
│   │   │   │   ├── applications.cpython-37.pyc
│   │   │   │   ├── clipboard.cpython-37.pyc
│   │   │   │   ├── customtools.cpython-37.pyc
│   │   │   │   ├── exportdialog.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── insertedobjects.cpython-37.pyc
│   │   │   │   ├── mainwindow.cpython-37.pyc
│   │   │   │   ├── navigation.cpython-37.pyc
│   │   │   │   ├── notebookdialog.cpython-37.pyc
│   │   │   │   ├── pageview.cpython-37.pyc
│   │   │   │   ├── preferencesdialog.cpython-37.pyc
│   │   │   │   ├── propertiesdialog.cpython-37.pyc
│   │   │   │   ├── recentchangesdialog.cpython-37.pyc
│   │   │   │   ├── searchdialog.cpython-37.pyc
│   │   │   │   ├── server.cpython-37.pyc
│   │   │   │   ├── templateeditordialog.cpython-37.pyc
│   │   │   │   ├── uiactions.cpython-37.pyc
│   │   │   │   └── widgets.cpython-37.pyc
│   │   │   ├── recentchangesdialog.py
│   │   │   ├── searchdialog.py
│   │   │   ├── server.py
│   │   │   ├── templateeditordialog.py
│   │   │   ├── uiactions.py
│   │   │   └── widgets.py
│   │   ├── history.py
│   │   ├── inc
│   │   │   ├── arithmetic.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── arithmetic.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── insertedobjects.py
│   │   ├── main
│   │   │   ├── command.py
│   │   │   ├── __init__.py
│   │   │   ├── ipc.py
│   │   │   └── __pycache__
│   │   │   ├── command.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── ipc.cpython-37.pyc
│   │   ├── newfs
│   │   │   ├── base.py
│   │   │   ├── helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── local.py
│   │   │   ├── mock.py
│   │   │   └── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── helpers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── local.cpython-37.pyc
│   │   │   └── mock.cpython-37.pyc
│   │   ├── notebook
│   │   │   ├── index
│   │   │   │   ├── base.py
│   │   │   │   ├── files.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── links.py
│   │   │   │   ├── pages.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── files.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── links.cpython-37.pyc
│   │   │   │   │   ├── pages.cpython-37.pyc
│   │   │   │   │   └── tags.cpython-37.pyc
│   │   │   │   └── tags.py
│   │   │   ├── info.py
│   │   │   ├── __init__.py
│   │   │   ├── layout.py
│   │   │   ├── notebook.py
│   │   │   ├── operations.py
│   │   │   ├── page.py
│   │   │   └── __pycache__
│   │   │   ├── info.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── layout.cpython-37.pyc
│   │   │   ├── notebook.cpython-37.pyc
│   │   │   ├── operations.cpython-37.pyc
│   │   │   └── page.cpython-37.pyc
│   │   ├── parser.py
│   │   ├── parsing.py
│   │   ├── plugins
│   │   │   ├── arithmetic.py
│   │   │   ├── attachmentbrowser
│   │   │   │   ├── filebrowser.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── filebrowser.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── thumbnailer.cpython-37.pyc
│   │   │   │   └── thumbnailer.py
│   │   │   ├── backlinkpane.py
│   │   │   ├── base
│   │   │   │   ├── imagegenerator.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── imagegenerator.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── bookmarksbar.py
│   │   │   ├── diagrameditor.py
│   │   │   ├── distractionfree.py
│   │   │   ├── ditaaeditor.py
│   │   │   ├── equationeditor.py
│   │   │   ├── gnuplot_ploteditor.py
│   │   │   ├── gnu_r_ploteditor.py
│   │   │   ├── __init__.py
│   │   │   ├── inlinecalculator.py
│   │   │   ├── insertsymbol.py
│   │   │   ├── journal.py
│   │   │   ├── linesorter.py
│   │   │   ├── linkmap.py
│   │   │   ├── pageindex
│   │   │   │   ├── generictreemodel.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── generictreemodel.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── pathbar.py
│   │   │   ├── printtobrowser.py
│   │   │   ├── __pycache__
│   │   │   │   ├── arithmetic.cpython-37.pyc
│   │   │   │   ├── backlinkpane.cpython-37.pyc
│   │   │   │   ├── bookmarksbar.cpython-37.pyc
│   │   │   │   ├── diagrameditor.cpython-37.pyc
│   │   │   │   ├── distractionfree.cpython-37.pyc
│   │   │   │   ├── ditaaeditor.cpython-37.pyc
│   │   │   │   ├── equationeditor.cpython-37.pyc
│   │   │   │   ├── gnuplot_ploteditor.cpython-37.pyc
│   │   │   │   ├── gnu_r_ploteditor.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── inlinecalculator.cpython-37.pyc
│   │   │   │   ├── insertsymbol.cpython-37.pyc
│   │   │   │   ├── journal.cpython-37.pyc
│   │   │   │   ├── linesorter.cpython-37.pyc
│   │   │   │   ├── linkmap.cpython-37.pyc
│   │   │   │   ├── pathbar.cpython-37.pyc
│   │   │   │   ├── printtobrowser.cpython-37.pyc
│   │   │   │   ├── quicknote.cpython-37.pyc
│   │   │   │   ├── scoreeditor.cpython-37.pyc
│   │   │   │   ├── screenshot.cpython-37.pyc
│   │   │   │   ├── sequencediagrameditor.cpython-37.pyc
│   │   │   │   ├── sourceview.cpython-37.pyc
│   │   │   │   ├── spell.cpython-37.pyc
│   │   │   │   ├── tableeditor.cpython-37.pyc
│   │   │   │   ├── tableofcontents.cpython-37.pyc
│   │   │   │   ├── tags.cpython-37.pyc
│   │   │   │   ├── trayicon.cpython-37.pyc
│   │   │   │   └── zeitgeist-logger.cpython-37.pyc
│   │   │   ├── quicknote.py
│   │   │   ├── scoreeditor.py
│   │   │   ├── screenshot.py
│   │   │   ├── sequencediagrameditor.py
│   │   │   ├── sourceview.py
│   │   │   ├── spell.py
│   │   │   ├── tableeditor.py
│   │   │   ├── tableofcontents.py
│   │   │   ├── tags.py
│   │   │   ├── tasklist
│   │   │   │   ├── dates.py
│   │   │   │   ├── gui.py
│   │   │   │   ├── indexer.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── dates.cpython-37.pyc
│   │   │   │   ├── gui.cpython-37.pyc
│   │   │   │   ├── indexer.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── trayicon.py
│   │   │   ├── versioncontrol
│   │   │   │   ├── bzr.py
│   │   │   │   ├── fossil.py
│   │   │   │   ├── git.py
│   │   │   │   ├── hg.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── bzr.cpython-37.pyc
│   │   │   │   ├── fossil.cpython-37.pyc
│   │   │   │   ├── git.cpython-37.pyc
│   │   │   │   ├── hg.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── zeitgeist-logger.py
│   │   ├── __pycache__
│   │   │   ├── actions.cpython-37.pyc
│   │   │   ├── applications.cpython-37.pyc
│   │   │   ├── datetimetz.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── fs.cpython-37.pyc
│   │   │   ├── history.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── insertedobjects.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   ├── parsing.cpython-37.pyc
│   │   │   ├── search.cpython-37.pyc
│   │   │   ├── signals.cpython-37.pyc
│   │   │   ├── tokenparser.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── www.cpython-37.pyc
│   │   ├── search.py
│   │   ├── signals.py
│   │   ├── templates
│   │   │   ├── expressionparser.py
│   │   │   ├── expression.py
│   │   │   ├── functions.py
│   │   │   ├── __init__.py
│   │   │   ├── parser.py
│   │   │   ├── processor.py
│   │   │   └── __pycache__
│   │   │   ├── expression.cpython-37.pyc
│   │   │   ├── expressionparser.cpython-37.pyc
│   │   │   ├── functions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   └── processor.cpython-37.pyc
│   │   ├── tokenparser.py
│   │   ├── utils.py
│   │   └── www.py
│   └── zim-0.72.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── applications
│   └── zim.desktop
├── icons
│   ├── ubuntu-mono-dark
│   │   └── apps
│   │   └── 22
│   │   └── zim-panel.svg
│   └── ubuntu-mono-light
│   └── apps
│   └── 22
│   └── zim-panel.svg
├── locale
│   ├── am
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── ar
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── ca
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── da
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── el
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── en_GB
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── et
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── eu
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── fi
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── he
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── hu
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── ko
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── nb
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── pt
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── ro
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── sk
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── sl
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   ├── zh_CN
│   │   └── LC_MESSAGES
│   │   └── zim.mo
│   └── zh_TW
│   └── LC_MESSAGES
│   └── zim.mo
├── man
│   └── man1
│   └── zim.1.gz
├── metainfo
│   └── org.zim_wiki.Zim.appdata.xml
├── mime
│   └── packages
│   └── zim.xml
├── pixmaps
│   └── zim.png
└── zim
├── dates.list
├── globe_banner_small.png
├── globe_banner.svg
├── globe.svg
├── helpers
│   └── compare_files
│   └── meld.desktop
├── manual
│   ├── About.txt
│   ├── Bugs.txt
│   ├── FAQ.txt
│   ├── Help
│   │   ├── Attachments.txt
│   │   ├── Auto_Formatting.txt
│   │   ├── Automount.txt
│   │   ├── Check_Boxes.txt
│   │   ├── Commandline_Options.txt
│   │   ├── Config_Files.txt
│   │   ├── Custom_Tools.txt
│   │   ├── Default_Applications.txt
│   │   ├── Export
│   │   │   ├── HTML.txt
│   │   │   └── LaTeX.txt
│   │   ├── Export.txt
│   │   ├── Importing_external_files.txt
│   │   ├── Key_Bindings.txt
│   │   ├── Links.txt
│   │   ├── Menu_Items.txt
│   │   ├── Migrating_to_latest_version.txt
│   │   ├── Notebooks.txt
│   │   ├── Pages.txt
│   │   ├── Preferences.txt
│   │   ├── Properties.txt
│   │   ├── Searching.txt
│   │   ├── Tags.txt
│   │   ├── Templates.txt
│   │   └── Wiki_Syntax.txt
│   ├── Help.txt
│   ├── notebook.zim
│   ├── Plugins
│   │   ├── Arithmetic.txt
│   │   ├── Attachment_Browser.txt
│   │   ├── BackLinks_Pane.txt
│   │   ├── BookmarksBar.txt
│   │   ├── Diagram_Editor
│   │   │   └── diagram.png
│   │   ├── Diagram_Editor.txt
│   │   ├── Distraction_Free_Editing.txt
│   │   ├── Ditaa_Editor
│   │   │   ├── ditaa.dia
│   │   │   └── ditaa.png
│   │   ├── Ditaa_Editor.txt
│   │   ├── Equation_Editor
│   │   │   └── equation_01.png
│   │   ├── Equation_Editor.txt
│   │   ├── Gnuplot_Editor
│   │   │   ├── gnuplot.gnu
│   │   │   └── gnuplot.png
│   │   ├── Gnuplot_Editor.txt
│   │   ├── GNU_R_Plot_Editor
│   │   │   ├── gnu_r_plot001.png
│   │   │   ├── gnu_r_plot001.r
│   │   │   ├── gnu_r_plot.png
│   │   │   └── gnu_r_plot.r
│   │   ├── GNU_R_Plot_Editor.txt
│   │   ├── Inline_Calculator.txt
│   │   ├── Insert_Screenshot.txt
│   │   ├── Insert_Symbol.txt
│   │   ├── Journal.txt
│   │   ├── Line_Sorter.txt
│   │   ├── Link_Map.txt
│   │   ├── Log_events_with_Zeitgeist.txt
│   │   ├── PageIndex.txt
│   │   ├── PathBar.txt
│   │   ├── Print_to_Browser.txt
│   │   ├── Quick_Note.txt
│   │   ├── Score_Editor
│   │   │   ├── score001.ly
│   │   │   ├── score001.png
│   │   │   ├── score002.ly
│   │   │   ├── score002.png
│   │   │   ├── score003.ly
│   │   │   ├── score003.png
│   │   │   ├── score.ly
│   │   │   └── score.png
│   │   ├── Score_Editor.txt
│   │   ├── Sequence_Diagram_Editor
│   │   │   └── diagram.png
│   │   ├── Sequence_Diagram_Editor.txt
│   │   ├── Source_View.txt
│   │   ├── Spell_Checker.txt
│   │   ├── Table_Editor
│   │   │   ├── Basic_Table_Operations
│   │   │   │   ├── insert-table.png
│   │   │   │   ├── table_popup.png
│   │   │   │   └── table_settings_dialog.png
│   │   │   ├── Basic_Table_Operations.txt
│   │   │   ├── Superior_Table_Operations
│   │   │   │   ├── cell_after_text_formatting.png
│   │   │   │   └── cell_editing_with_text_formatting.png
│   │   │   ├── Superior_Table_Operations.txt
│   │   │   ├── table_demo.png
│   │   │   ├── table_footer.png
│   │   │   ├── table_toolbar.png
│   │   │   ├── with_borders.png
│   │   │   └── without_borders.png
│   │   ├── Table_Editor.txt
│   │   ├── Table_Of_Contents.txt
│   │   ├── Tags.txt
│   │   ├── Task_List.txt
│   │   ├── Tray_Icon.txt
│   │   └── Version_Control.txt
│   ├── Plugins.txt
│   ├── Start.txt
│   ├── Usage
│   │   ├── Collaboration.txt
│   │   ├── Creative_Writing.txt
│   │   ├── Daily_Journal.txt
│   │   ├── Getting_Started.txt
│   │   ├── Getting_Things_Done.txt
│   │   ├── GTD_flowchart.png
│   │   ├── GTD_flowchart.svg
│   │   └── Publishing.txt
│   └── Usage.txt
├── menubar.xml
├── pixmaps
│   ├── add-bookmark.png
│   ├── attachment.png
│   ├── calendar.png
│   ├── checked-box.png
│   ├── favicon.ico
│   ├── insert-table.png
│   ├── linkmap.png
│   ├── linkmap.svg
│   ├── link.png
│   ├── migrated-box.png
│   ├── task-list.png
│   ├── unchecked-box.png
│   └── xchecked-box.png
├── style.conf
├── symbols.list
├── templates
│   ├── html
│   │   ├── Default.html
│   │   ├── Default_with_index.html
│   │   ├── Presentation.html
│   │   ├── Print.html
│   │   ├── SlideShow_(S5)
│   │   │   └── ui
│   │   │   └── default
│   │   │   ├── blank.gif
│   │   │   ├── bodybg.gif
│   │   │   ├── framing.css
│   │   │   ├── iepngfix.htc
│   │   │   ├── opera.css
│   │   │   ├── outline.css
│   │   │   ├── pretty.css
│   │   │   ├── print.css
│   │   │   ├── s5-core.css
│   │   │   ├── slides.css
│   │   │   └── slides.js
│   │   ├── SlideShow_(S5).html
│   │   └── ZeroFiveEight.html
│   ├── latex
│   │   ├── Article.tex
│   │   ├── Part.tex
│   │   └── Report.tex
│   ├── markdown
│   │   └── Default.markdown
│   ├── plugins
│   │   ├── equationeditor.tex
│   │   ├── gnuploteditor.gnu
│   │   ├── gnu_r_editor.r
│   │   ├── quicknote.txt
│   │   └── scoreeditor.ly
│   ├── rst
│   │   └── Default.rst
│   └── wiki
│   ├── Default.txt
│   └── Journal.txt
├── urls.list
└── zim.png
155 directories, 457 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment