Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 3, 2019 02:13
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/1b21f3cb39c55ca91028d6f6d9da9a86 to your computer and use it in GitHub Desktop.
Save ryantm/1b21f3cb39c55ca91028d6f6d9da9a86 to your computer and use it in GitHub Desktop.
/nix/store/p9sv4rla3y5wmabgryw8wb6gkd4zzwpk-typora-0.9.72
├── bin
│   └── typora
└── share
├── applications
│   └── typora.desktop
├── doc
│   └── typora
│   └── copyright
├── icons
│   └── hicolor
│   ├── 128x128
│   │   └── apps
│   │   └── typora.png
│   ├── 256x256
│   │   └── apps
│   │   └── typora.png
│   ├── 32x32
│   │   └── apps
│   │   └── typora.png
│   └── 64x64
│   └── apps
│   └── typora.png
└── typora
├── app
│   ├── editor
│   │   └── EmojiSearchMap.js
│   ├── finder-worker.js
│   └── window
│   └── frame.js
├── asserts
│   ├── app-bk.ico
│   ├── app.ico
│   ├── file.ico
│   └── icon
│   ├── icon_128x128@2x.png
│   ├── icon_128x128.png
│   ├── icon_16x16@2x.png
│   ├── icon_16x16.png
│   ├── icon_256x256@2x.png
│   ├── icon_256x256.png
│   ├── icon_32x32@2x.png
│   ├── icon_32x32.png
│   ├── icon_512x512@2x.png
│   └── icon_512x512.png
├── atom.asar
├── conf.default.json
├── Docs
│   ├── Auto Save, Version Control and Recovery.md
│   ├── Change Log.md
│   ├── Code Fences Language Support.md
│   ├── Credits.md
│   ├── Custom Font.md
│   ├── Custom Shortcut Keys.md
│   ├── Custom Themes.md
│   ├── DO NOT ADD FILES HERE
│   ├── Draw Diagrams With Markdown.md
│   ├── img
│   │   ├── 1.png
│   │   ├── drag-img.gif
│   │   ├── general.png
│   │   ├── ipic.jpg
│   │   ├── pandoc-win.PNG
│   │   ├── Snip20160502_1.png
│   │   ├── Snip20160814_1.png
│   │   ├── Snip20160814_5.png
│   │   ├── Snip20160814_7.png
│   │   ├── Snip20160816_1.png
│   │   ├── Snip20160816_2.png
│   │   ├── Snip20160816_3.png
│   │   ├── Snip20160816_4.png
│   │   ├── Snip20160816_5.png
│   │   ├── Snip20160921_1.png
│   │   ├── Snip20160921_2.png
│   │   ├── Snip20161027_2.png
│   │   ├── Snip20161117_2.png
│   │   ├── Snip20161117_6.png
│   │   ├── sshot-1.png
│   │   ├── sshot-2.png
│   │   ├── table-edit.png
│   │   └── Touch Bar Shot 2017-02-28 at 00.40.32.png
│   ├── Install and Use Pandoc.md
│   ├── License Agreement.md
│   ├── Markdown Reference.md
│   ├── More Documents.md
│   ├── Privacy Policy.md
│   ├── Quick Start.md
│   ├── Table Editing.md
│   ├── Use Images in Typora.md
│   └── Use Typora From Shell or cmd.md
├── html
│   └── preview.html
├── lib.asar
├── locales
│   ├── Base.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── ca-ES.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── cs-CZ.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── de-DE.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── el-GR.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── es-ES.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── fa-IR.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── fr-FR.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── gl-ES.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── hr-HR.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── hu-HU.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── id-ID.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── it-IT.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── ja-JP.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── ko-KR.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── nl-NL.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── pl-PL.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── pt-BR.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── pt-PT.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── ru-RU.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── sv-SE.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── vi-VN.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   ├── zh-Hans.lproj
│   │   ├── Front.json
│   │   ├── Menu.json
│   │   └── Panel.json
│   └── zh-Hant.lproj
│   ├── Front.json
│   ├── Menu.json
│   └── Panel.json
├── node_modules
│   ├── chokidar
│   │   └── node_modules
│   │   └── fsevents
│   │   └── build
│   │   └── Release
│   │   └── fse.node
│   ├── pathwatcher
│   │   └── build
│   │   └── Release
│   │   └── pathwatcher.node
│   ├── spellchecker
│   │   ├── build
│   │   │   └── Release
│   │   │   └── spellchecker.node
│   │   ├── node_modules
│   │   │   └── cld
│   │   │   └── build
│   │   │   └── Release
│   │   │   └── cld.node
│   │   └── vendor
│   │   └── hunspell_dictionaries
│   │   ├── en_GB.aff
│   │   ├── en_GB.dic
│   │   ├── en_US.aff
│   │   └── en_US.dic
│   └── vscode-ripgrep
│   └── bin
│   └── rg
├── node_modules.asar
├── package.json
├── style
│   ├── base-control.css
│   ├── base.css
│   ├── bg.png
│   ├── codemirror.css
│   ├── cubes.png
│   ├── ImgErr.gif
│   ├── megamenu.css
│   ├── Raleway-latin-ext.woff2
│   ├── Raleway-latin.woff2
│   ├── themes
│   │   ├── github
│   │   │   ├── 400i.woff
│   │   │   ├── 400.woff
│   │   │   ├── 600i.woff
│   │   │   ├── 700i.woff
│   │   │   └── 700.woff
│   │   ├── github.css
│   │   ├── newsprint
│   │   │   ├── pt-serif-v9-latin-700italic.woff
│   │   │   ├── pt-serif-v9-latin-700.woff
│   │   │   ├── pt-serif-v9-latin-italic.woff
│   │   │   └── pt-serif-v9-latin-regular.woff
│   │   ├── newsprint.css
│   │   ├── night
│   │   │   ├── codeblock.dark.css
│   │   │   ├── credit.html
│   │   │   ├── cursor@2x.png
│   │   │   ├── cursor.png
│   │   │   ├── mermaid.dark.css
│   │   │   └── sourcemode.dark.css
│   │   ├── night.css
│   │   ├── pixyll
│   │   │   ├── lato-v14-latin-300italic.woff
│   │   │   ├── lato-v14-latin-300.woff
│   │   │   ├── lato-v14-latin-900italic.woff
│   │   │   ├── lato-v14-latin-900.woff
│   │   │   ├── merriweather-v19-latin-300italic.woff
│   │   │   ├── merriweather-v19-latin-300.woff
│   │   │   ├── merriweather-v19-latin-700italic.woff
│   │   │   └── merriweather-v19-latin-700.woff
│   │   ├── pixyll.css
│   │   ├── Readme.md
│   │   └── whitey.css
│   ├── window.css
│   └── windows-folder-icon.png
└── window.html
75 directories, 192 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment