Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 16, 2018 17:35
Show Gist options
  • Save ryantm/e97186015a6b07ab3c5c60c37fdd5cb6 to your computer and use it in GitHub Desktop.
Save ryantm/e97186015a6b07ab3c5c60c37fdd5cb6 to your computer and use it in GitHub Desktop.
/nix/store/bayzhn644v2v3gwzlp3lcydzmw7bbdlg-virtlyst-1.2.0
├── lib
│   └── libVirtlyst.so
├── nix-support
│   ├── propagated-build-inputs
│   └── propagated-user-env-packages
└── root
├── src
│   ├── 404.html
│   ├── 500.html
│   ├── base_auth.html
│   ├── base.html
│   ├── console-base.html
│   ├── console-spice.html
│   ├── console-vnc.html
│   ├── create.html
│   ├── hostdetail.html
│   ├── infrastructure.html
│   ├── instance.html
│   ├── instances.html
│   ├── interface.html
│   ├── interfaces.html
│   ├── login.html
│   ├── network.html
│   ├── networks.html
│   ├── secrets.html
│   ├── servers.html
│   ├── sidebar_close.html
│   ├── sidebar.html
│   ├── storage.html
│   └── storages.html
└── static
├── css
│   ├── bootstrap-multiselect.css
│   ├── main.css
│   ├── signin.css
│   ├── table-sort.css
│   └── virtlyst.css
├── img
│   ├── asc.gif
│   ├── bg.gif
│   └── favicon.ico
└── js
├── bootstrap-multiselect.js
├── Chart.min.js
├── infrastructure.js
├── jquery.tablesorter.js
├── novnc
│   ├── base64.js
│   ├── base.css
│   ├── black.css
│   ├── blue.css
│   ├── chrome-app
│   │   └── tcp-client.js
│   ├── des.js
│   ├── display.js
│   ├── input.js
│   ├── jsunzip.js
│   ├── logo.js
│   ├── Orbitron700.ttf
│   ├── Orbitron700.woff
│   ├── playback.js
│   ├── rfb.js
│   ├── ui.js
│   ├── util.js
│   ├── web-socket-js
│   │   ├── README.txt
│   │   ├── swfobject.js
│   │   ├── web_socket.js
│   │   └── WebSocketMain.swf
│   ├── websock.js
│   └── webutil.js
└── spice-html5
├── atKeynames.js
├── bitmap.js
├── cursor.js
├── display.js
├── enums.js
├── filexfer.js
├── inputs.js
├── jsbn.js
├── lz.js
├── main.js
├── playback.js
├── png.js
├── prng4.js
├── quic.js
├── resize.js
├── rng.js
├── rsa.js
├── sha1.js
├── simulatecursor.js
├── spicearraybuffer.js
├── spiceconn.js
├── spicedataview.js
├── spicemsg.js
├── spicetype.js
├── thirdparty
│   ├── jsbn.js
│   ├── prng4.js
│   ├── rng.js
│   ├── rsa.js
│   └── sha1.js
├── ticket.js
├── utils.js
├── webm.js
└── wire.js
13 directories, 93 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment