Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 4, 2019 23:09
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/5bfcb6423b6a34c7587151d25e739595 to your computer and use it in GitHub Desktop.
Save ryantm/5bfcb6423b6a34c7587151d25e739595 to your computer and use it in GitHub Desktop.
/nix/store/zqd5v6qrmlvn1w7zrzipi0qjarsiqjrn-menumaker-0.99.11
├── bin
│   └── mmaker
├── nix-support
│   └── propagated-build-inputs
└── share
├── info
│   └── mmaker.info
└── menumaker
├── Config.py
├── Keywords.py
├── MenuMaker
│   ├── BlackBox.py
│   ├── CLI.py
│   ├── Deskmenu.py
│   ├── FluxBox.py
│   ├── IceWM.py
│   ├── __init__.py
│   ├── JWM.py
│   ├── OpenBox3.py
│   ├── PekWM.py
│   ├── WindowMaker.py
│   ├── xBox.py
│   └── Xfce4.py
├── Paths.py
└── Prophet
├── Categories.py
├── Debian
│   ├── __init__.py
│   └── menu
│   ├── debian-2.2r5
│   ├── debian-8.1
│   ├── ubuntu-5.04
│   └── ubuntu-5.10
├── Desktop
│   └── __init__.py
├── __init__.py
└── Legacy
├── Development.py
├── Editor.py
├── Emulator.py
├── Graphics.py
├── __init__.py
├── Multimedia.py
├── Network.py
└── Shell.py
11 directories, 34 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment