Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 17, 2020 05:01
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/18cc2e59ef48a8c604f2092aa870d3ab to your computer and use it in GitHub Desktop.
Save r-ryantm/18cc2e59ef48a8c604f2092aa870d3ab to your computer and use it in GitHub Desktop.
/nix/store/y0l7xk4y5y70b5gimn0n8j7bj86bi2jw-bluefish-2.2.12
├── bin
│   └── bluefish
├── lib
│   └── bluefish
│   ├── about.la
│   ├── about.so
│   ├── charmap.la
│   ├── charmap.so
│   ├── entities.la
│   ├── entities.so
│   ├── htmlbar.la
│   ├── htmlbar.so
│   ├── infbrowser.la
│   ├── infbrowser.so
│   ├── snippets.la
│   └── snippets.so
└── share
├── appdata
│   └── bluefish.appdata.xml
├── applications
│   └── bluefish.desktop
├── bluefish
│   ├── bflang
│   │   ├── ada.bflang2
│   │   ├── all-html5.bfinc
│   │   ├── all-html.bfinc
│   │   ├── all-javascript.bfinc
│   │   ├── all-php.bfinc
│   │   ├── all-vbscript.bfinc
│   │   ├── asp.bflang2
│   │   ├── asp-vbscript.bflang2
│   │   ├── bflang2.bflang2
│   │   ├── c.bflang2
│   │   ├── cfml.bflang2
│   │   ├── chuck.bflang2
│   │   ├── clojure.bflang2
│   │   ├── cpp.bflang2
│   │   ├── css.bflang2
│   │   ├── css-rules.bfinc
│   │   ├── css-selectors.bfinc
│   │   ├── d.bflang2
│   │   ├── diff.bflang2
│   │   ├── go.bflang2
│   │   ├── highlighter.bflang2
│   │   ├── html5.bflang2
│   │   ├── html.bflang2
│   │   ├── java.bflang2
│   │   ├── javascript.bflang2
│   │   ├── JQuery.bfinc
│   │   ├── json.bflang2
│   │   ├── jsp.bflang2
│   │   ├── latex.bflang2
│   │   ├── lua.bflang2
│   │   ├── mediawiki.bflang2
│   │   ├── nsis.bflang2
│   │   ├── octave.bflang2
│   │   ├── pascal.bflang2
│   │   ├── perl.bflang2
│   │   ├── php.bflang2
│   │   ├── po.bflang2
│   │   ├── processing.bflang2
│   │   ├── python.bflang2
│   │   ├── r.bflang2
│   │   ├── ruby.bflang2
│   │   ├── sass.bflang2
│   │   ├── scheme.bflang2
│   │   ├── shell.bflang2
│   │   ├── smarty.bflang2
│   │   ├── sql.bflang2
│   │   ├── svg.bflang2
│   │   ├── text.bflang2
│   │   ├── vala.bflang2
│   │   ├── vbscript.bflang2
│   │   ├── wordpress.bfinc
│   │   ├── wordpress.bflang2
│   │   ├── xhtml.bflang2
│   │   ├── xml.bflang2
│   │   └── xslt.bflang2
│   ├── bflib
│   │   ├── bflib_css2.xml.gz
│   │   ├── bflib_DocBook_4_5.xml.gz
│   │   ├── bflib_DocBook_5_0.xml.gz
│   │   ├── bflib_dom.xml.gz
│   │   ├── bflib_php4.xml.gz
│   │   ├── bflib_php5_with_examples.xml.gz
│   │   ├── bflib_php5.xml.gz
│   │   ├── bflib_python_2.3.xml.gz
│   │   ├── bflib_SVG_1_0.xml.gz
│   │   ├── bflib_SVG_1_1_Basic.xml.gz
│   │   ├── bflib_SVG_1_1_Full.xml.gz
│   │   ├── bflib_SVG_1_1_Tiny.xml.gz
│   │   ├── bflib_XHTML_1_0_Frameset.xml.gz
│   │   ├── bflib_XHTML_1_0_Strict.xml.gz
│   │   ├── bflib_XHTML_1_0_Transitional.xml.gz
│   │   ├── bflib_XHTML_1_0_W3C.xml.gz
│   │   ├── bflib_XHTML_1_1.xml.gz
│   │   └── bflib_xhtml.xml.gz
│   ├── bluefish_splash.png
│   ├── colorprofiles
│   │   ├── Dark_theme
│   │   └── Light_theme
│   ├── css_decompressor
│   ├── cssmin.py
│   ├── default_accelmap
│   ├── encodings
│   ├── jsbeautifier
│   │   ├── __init__.py
│   │   ├── unpackers
│   │   │   ├── evalbased.py
│   │   │   ├── __init__.py
│   │   │   ├── javascriptobfuscator.py
│   │   │   ├── myobfuscate.py
│   │   │   ├── packer.py
│   │   │   └── urlencode.py
│   │   └── __version__.py
│   ├── jsbeautify
│   ├── jsmin.py
│   ├── lorem-ipsum-generator
│   ├── plugins
│   │   └── htmlbar
│   │   └── ui
│   │   └── htmlbar_menu_ui.xml
│   ├── snippets
│   ├── templates
│   │   ├── C_header
│   │   ├── C_header_GPL
│   │   ├── HTML_5
│   │   ├── PHP
│   │   └── XHTML_1.0
│   └── ui
│   └── bluefish_menu_ui.xml
├── doc
│   └── bluefish
│   └── bflang
│   └── sample.bflang2
├── icons
│   └── hicolor
│   ├── 128x128
│   │   ├── apps
│   │   │   └── bluefish.png
│   │   └── mimetypes
│   │   └── application-x-bluefish-project.png
│   ├── 16x16
│   │   ├── apps
│   │   │   └── bluefish.png
│   │   └── mimetypes
│   │   └── application-x-bluefish-project.png
│   ├── 192x192
│   │   ├── apps
│   │   │   └── bluefish.png
│   │   └── mimetypes
│   │   └── application-x-bluefish-project.png
│   ├── 22x22
│   │   ├── apps
│   │   │   └── bluefish.png
│   │   └── mimetypes
│   │   └── application-x-bluefish-project.png
│   ├── 256x256
│   │   ├── apps
│   │   │   └── bluefish.png
│   │   └── mimetypes
│   │   └── application-x-bluefish-project.png
│   ├── 32x32
│   │   ├── apps
│   │   │   └── bluefish.png
│   │   └── mimetypes
│   │   └── application-x-bluefish-project.png
│   ├── 36x36
│   │   ├── apps
│   │   │   └── bluefish.png
│   │   └── mimetypes
│   │   └── application-x-bluefish-project.png
│   ├── 48x48
│   │   ├── apps
│   │   │   └── bluefish.png
│   │   └── mimetypes
│   │   └── application-x-bluefish-project.png
│   ├── 512x512
│   │   ├── apps
│   │   │   └── bluefish.png
│   │   └── mimetypes
│   │   └── application-x-bluefish-project.png
│   ├── 64x64
│   │   ├── apps
│   │   │   └── bluefish.png
│   │   └── mimetypes
│   │   └── application-x-bluefish-project.png
│   ├── 72x72
│   │   ├── apps
│   │   │   └── bluefish.png
│   │   └── mimetypes
│   │   └── application-x-bluefish-project.png
│   ├── 96x96
│   │   ├── apps
│   │   │   └── bluefish.png
│   │   └── mimetypes
│   │   └── application-x-bluefish-project.png
│   └── scalable
│   ├── apps
│   │   └── bluefish-icon.svg
│   └── mimetypes
│   └── bluefish-project.svg
├── locale
│   ├── ar
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── bg
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── ca
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── da
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── el
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── en
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── eu
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── fa
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── fi
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── hu
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── ko
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── nb
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── nn
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── pt
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── ro
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── sk
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── ta
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   ├── zh_CN
│   │   └── LC_MESSAGES
│   │   ├── bluefish.mo
│   │   ├── bluefish_plugin_about.mo
│   │   ├── bluefish_plugin_charmap.mo
│   │   ├── bluefish_plugin_entities.mo
│   │   ├── bluefish_plugin_htmlbar.mo
│   │   ├── bluefish_plugin_infbrowser.mo
│   │   ├── bluefish_plugin_snippets.mo
│   │   └── bluefish_plugin_zencoding.mo
│   └── zh_TW
│   └── LC_MESSAGES
│   ├── bluefish.mo
│   ├── bluefish_plugin_about.mo
│   ├── bluefish_plugin_charmap.mo
│   ├── bluefish_plugin_entities.mo
│   ├── bluefish_plugin_htmlbar.mo
│   ├── bluefish_plugin_infbrowser.mo
│   ├── bluefish_plugin_snippets.mo
│   └── bluefish_plugin_zencoding.mo
├── man
│   └── man1
│   └── bluefish.1.gz
├── mime
│   └── packages
│   └── bluefish.xml
├── pixmaps
│   ├── application-x-bluefish-project.png
│   └── bluefish.png
└── xml
└── bluefish
├── 2.0
│   └── bflang2.rng
└── catalog.xml
138 directories, 419 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment