Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 28, 2018 07:59
Show Gist options
  • Save ryantm/acdcb2b6c22dc6400f8945338623543f to your computer and use it in GitHub Desktop.
Save ryantm/acdcb2b6c22dc6400f8945338623543f to your computer and use it in GitHub Desktop.
/nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1
├── bin
│   └── pluma
├── include
│   └── pluma
│   ├── pluma-app.h
│   ├── pluma-commands.h
│   ├── pluma-debug.h
│   ├── pluma-document.h
│   ├── pluma-encodings-combo-box.h
│   ├── pluma-encodings.h
│   ├── pluma-help.h
│   ├── pluma-message-bus.h
│   ├── pluma-message.h
│   ├── pluma-message-type.h
│   ├── pluma-notebook.h
│   ├── pluma-panel.h
│   ├── pluma-prefs-manager-app.h
│   ├── pluma-prefs-manager.h
│   ├── pluma-progress-message-area.h
│   ├── pluma-statusbar.h
│   ├── pluma-status-combo-box.h
│   ├── pluma-tab.h
│   ├── pluma-utils.h
│   ├── pluma-view.h
│   └── pluma-window.h
├── lib
│   ├── girepository-1.0
│   │   └── Pluma-1.0.typelib
│   ├── pkgconfig
│   │   └── pluma.pc
│   └── pluma
│   └── plugins
│   ├── changecase.plugin
│   ├── docinfo.plugin
│   ├── externaltools
│   │   ├── capture.py
│   │   ├── capture.pyc
│   │   ├── capture.pyo
│   │   ├── filelookup.py
│   │   ├── filelookup.pyc
│   │   ├── filelookup.pyo
│   │   ├── functions.py
│   │   ├── functions.pyc
│   │   ├── functions.pyo
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── library.py
│   │   ├── library.pyc
│   │   ├── library.pyo
│   │   ├── linkparsing.py
│   │   ├── linkparsing.pyc
│   │   ├── linkparsing.pyo
│   │   ├── manager.py
│   │   ├── manager.pyc
│   │   ├── manager.pyo
│   │   ├── outputpanel.py
│   │   ├── outputpanel.pyc
│   │   └── outputpanel.pyo
│   ├── externaltools.plugin
│   ├── filebrowser.plugin
│   ├── libchangecase.la
│   ├── libchangecase.so
│   ├── libdocinfo.la
│   ├── libdocinfo.so
│   ├── libfilebrowser.la
│   ├── libfilebrowser.so
│   ├── libmodelines.la
│   ├── libmodelines.so
│   ├── libsort.la
│   ├── libsort.so
│   ├── libspell.la
│   ├── libspell.so
│   ├── libtaglist.la
│   ├── libtaglist.so
│   ├── libtime.la
│   ├── libtime.so
│   ├── libtrailsave.la
│   ├── libtrailsave.so
│   ├── modelines.plugin
│   ├── pythonconsole
│   │   ├── config.py
│   │   ├── config.pyc
│   │   ├── config.pyo
│   │   ├── console.py
│   │   ├── console.pyc
│   │   ├── console.pyo
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   └── __init__.pyo
│   ├── pythonconsole.plugin
│   ├── quickopen
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── popup.py
│   │   ├── popup.pyc
│   │   ├── popup.pyo
│   │   ├── virtualdirs.py
│   │   ├── virtualdirs.pyc
│   │   ├── virtualdirs.pyo
│   │   ├── windowhelper.py
│   │   ├── windowhelper.pyc
│   │   └── windowhelper.pyo
│   ├── quickopen.plugin
│   ├── snippets
│   │   ├── Completion.py
│   │   ├── Completion.pyc
│   │   ├── Completion.pyo
│   │   ├── Document.py
│   │   ├── Document.pyc
│   │   ├── Document.pyo
│   │   ├── Exporter.py
│   │   ├── Exporter.pyc
│   │   ├── Exporter.pyo
│   │   ├── Helper.py
│   │   ├── Helper.pyc
│   │   ├── Helper.pyo
│   │   ├── Importer.py
│   │   ├── Importer.pyc
│   │   ├── Importer.pyo
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── LanguageManager.py
│   │   ├── LanguageManager.pyc
│   │   ├── LanguageManager.pyo
│   │   ├── Library.py
│   │   ├── Library.pyc
│   │   ├── Library.pyo
│   │   ├── Manager.py
│   │   ├── Manager.pyc
│   │   ├── Manager.pyo
│   │   ├── Parser.py
│   │   ├── Parser.pyc
│   │   ├── Parser.pyo
│   │   ├── Placeholder.py
│   │   ├── Placeholder.pyc
│   │   ├── Placeholder.pyo
│   │   ├── Snippet.py
│   │   ├── Snippet.pyc
│   │   ├── Snippet.pyo
│   │   ├── SubstitutionParser.py
│   │   ├── SubstitutionParser.pyc
│   │   ├── SubstitutionParser.pyo
│   │   ├── WindowHelper.py
│   │   ├── WindowHelper.pyc
│   │   └── WindowHelper.pyo
│   ├── snippets.plugin
│   ├── sort.plugin
│   ├── spell.plugin
│   ├── taglist.plugin
│   ├── time.plugin
│   └── trailsave.plugin
├── libexec
│   └── pluma
│   └── pluma-bugreport.sh
└── share
├── appdata
│   └── pluma.appdata.xml
├── applications
│   └── pluma.desktop
├── gir-1.0
│   └── Pluma-1.0.gir
├── gsettings-schemas
│   └── pluma-1.20.1
│   └── glib-2.0
│   └── schemas
│   ├── gschemas.compiled
│   ├── org.mate.pluma.gschema.xml
│   ├── org.mate.pluma.plugins.filebrowser.gschema.xml
│   ├── org.mate.pluma.plugins.spell.gschema.xml
│   └── org.mate.pluma.plugins.time.gschema.xml
├── help
│   ├── ar
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── bg
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── C
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── ca
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── cs
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── da
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── de
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── el
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── es
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── fi
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── fr
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── hu
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── it
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── ja
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── ko
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── oc
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── pt_BR
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── ru
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── sv
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── th
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── uk
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── zh_CN
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── zh_HK
│   │   └── pluma
│   │   ├── figures
│   │   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   │   └── pluma_window.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   └── zh_TW
│   └── pluma
│   ├── figures
│   │   ├── pluma_format_bold.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_bold.png
│   │   ├── pluma_format_italic.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_italic.png
│   │   ├── pluma_format_strikethrough.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_strikethrough.png
│   │   ├── pluma_format_underline.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_format_underline.png
│   │   ├── pluma_recent_files_menu_icon.png -> /nix/store/9037vgfwy4wdwna1s424vxy5j8mg2jhv-pluma-1.20.1/share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
│   │   └── pluma_window.png
│   ├── index.docbook
│   └── legal.xml
├── locale
│   ├── af
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── am
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ar
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── as
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ast
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── az
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── be
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── bg
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── bn
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── bn_IN
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── br
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── bs
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ca
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ca@valencia
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── cmn
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── crh
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── cy
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── da
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── dz
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── el
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── en_AU
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── en_CA
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── en_GB
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── eo
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── es_AR
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── es_CO
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── es_MX
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── et
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── eu
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── fa
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── fi
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── fr_CA
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ga
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── gu
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── he
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── hi
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── hr
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── hu
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── hy
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── id
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── is
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── jv
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ka
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── kk
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── kn
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ko
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ku
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ku_IQ
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ky
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── la
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── lt
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── lv
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── mai
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── mg
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── mi
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── mk
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ml
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── mn
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── mr
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ms
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── nb
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── nds
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ne
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── nn
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── oc
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── or
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── pa
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── pms
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ps
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── pt
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ro
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── rw
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── si
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── sk
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── sl
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── sq
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── sr@latin
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ta
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── te
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── th
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── tk
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── ur
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── uz
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── vi
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── wa
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── xh
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── zh_CN
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   ├── zh_HK
│   │   └── LC_MESSAGES
│   │   └── pluma.mo
│   └── zh_TW
│   └── LC_MESSAGES
│   └── pluma.mo
├── man
│   └── man1
│   └── pluma.1.gz
└── pluma
├── icons
│   └── pluma-plugin.png
├── plugins
│   ├── docinfo
│   │   └── docinfo.ui
│   ├── externaltools
│   │   ├── tools
│   │   │   ├── build
│   │   │   ├── open-terminal-here
│   │   │   ├── remove-trailing-spaces
│   │   │   ├── run-command
│   │   │   ├── search-recursive
│   │   │   └── switch-c
│   │   └── ui
│   │   ├── outputpanel.ui
│   │   └── tools.ui
│   ├── filebrowser
│   │   └── pluma-file-browser-widget-ui.xml
│   ├── modelines
│   │   └── language-mappings
│   ├── pythonconsole
│   │   └── ui
│   │   └── config.ui
│   ├── snippets
│   │   ├── chdr.xml
│   │   ├── cpp.xml
│   │   ├── css.xml
│   │   ├── c.xml
│   │   ├── docbook.xml
│   │   ├── fortran.xml
│   │   ├── global.xml
│   │   ├── haskell.xml
│   │   ├── html.xml
│   │   ├── idl.xml
│   │   ├── javascript.xml
│   │   ├── java.xml
│   │   ├── lang
│   │   │   └── snippets.lang
│   │   ├── latex.xml
│   │   ├── mallard.xml
│   │   ├── perl.xml
│   │   ├── php.xml
│   │   ├── python.xml
│   │   ├── ruby.xml
│   │   ├── sh.xml
│   │   ├── snippets.xml
│   │   ├── tcl.xml
│   │   ├── ui
│   │   │   └── snippets.ui
│   │   ├── xml.xml
│   │   └── xslt.xml
│   ├── sort
│   │   └── sort.ui
│   ├── spell
│   │   ├── languages-dialog.ui
│   │   ├── pluma-spell-setup-dialog.ui
│   │   └── spell-checker.ui
│   ├── taglist
│   │   ├── HTML.tags.gz
│   │   ├── Latex.tags.gz
│   │   ├── XSLT.tags.gz
│   │   └── XUL.tags.gz
│   └── time
│   ├── pluma-time-dialog.ui
│   └── pluma-time-setup-dialog.ui
└── ui
├── pluma-encodings-dialog.ui
├── pluma-preferences-dialog.ui
├── pluma-print-preferences.ui
├── pluma-search-dialog.ui
└── pluma-ui.xml
325 directories, 501 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment