Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lochbrunner/vscode-generic-binary-preview
Display information about binary with html form an external executable
https://github.com/lochbrunner/vscode-generic-binary-preview
previewer vscode-extension
Last synced: about 2 months ago
JSON representation
Display information about binary with html form an external executable
- Host: GitHub
- URL: https://github.com/lochbrunner/vscode-generic-binary-preview
- Owner: lochbrunner
- License: mit
- Created: 2020-03-23T08:49:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:15:44.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T04:56:40.240Z (almost 2 years ago)
- Topics: previewer, vscode-extension
- Language: TypeScript
- Size: 1.19 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Licence](https://img.shields.io/github/license/lochbrunner/vscode-generic-binary-preview.svg)](https://github.com/lochbrunner/vscode-generic-binary-preview)
[![VS Code Marketplace](https://vsmarketplacebadge.apphb.com/version-short/lochbrunner.vscode-generic-binary-preview.svg)
![Rating](https://vsmarketplacebadge.apphb.com/rating-short/lochbrunner.vscode-generic-binary-preview.svg)
![Downloads](https://vsmarketplacebadge.apphb.com/downloads-short/lochbrunner.vscode-generic-binary-preview.svg)
![Installs](https://vsmarketplacebadge.apphb.com/installs-short/lochbrunner.vscode-generic-binary-preview.svg)](https://marketplace.visualstudio.com/items?itemName=lochbrunner.vscode-generic-binary-preview)# Generic Binary Preview
With this extension you can create a binary web preview for vscode with ease in any programing language.
![Demo](https://github.com/lochbrunner/vscode-generic-binary-preview/raw/master/assets/demo.gif)
Open binary files and displays information generated from an external executable.
## Configuration
Before you can use this extension you have to provide an executable which can generate a html representation of specific files.
This executable will be called with the filename of the file the user want to see the preview.It is expected that this executable prints html code on stdout.
If the filetype is not supported it should exit with a non zero exit code.
See [abc-preview.py](https://github.com/lochbrunner/vscode-generic-binary-preview/blob/master/example/abc-preview.py) as an example.This extension is highly inspired by [Linux Binary Preview](https://github.com/betwo/vscode-linux-binary-preview).