Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 16, 2020 14:36
Show Gist options
  • Save r-ryantm/1db92ba57730c0c0a984727755f5861a to your computer and use it in GitHub Desktop.
Save r-ryantm/1db92ba57730c0c0a984727755f5861a to your computer and use it in GitHub Desktop.
/nix/store/kvnx0bpzlcbwyx8wpj1j9pb0mkc9sabg-menumaker-0.99.12
├── 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