Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 18, 2020 11:58
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/56795bc42d7c82f2c26552ebefa45a38 to your computer and use it in GitHub Desktop.
Save r-ryantm/56795bc42d7c82f2c26552ebefa45a38 to your computer and use it in GitHub Desktop.
/nix/store/91v9m452vn7vad12vdkbval7i1dixav2-texworks-0.6.4
├── bin
│   └── texworks
├── lib
│   └── texworks
│   ├── libTWLuaPlugin.so
│   └── libTWPythonPlugin.so
└── share
├── applications
│   └── texworks.desktop
├── doc
│   └── texworks
│   ├── COPYING
│   ├── NEWS
│   └── README.md
├── icons
│   └── hicolor
│   ├── 128x128
│   │   └── apps
│   │   └── TeXworks.png
│   ├── 48x48
│   │   └── apps
│   │   └── TeXworks.png
│   ├── 512x512
│   │   └── apps
│   │   └── TeXworks.png
│   └── 64x64
│   └── apps
│   └── TeXworks.png
├── man
│   └── man1
│   └── texworks.1.gz
└── metainfo
└── texworks.appdata.xml
20 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment