Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samwho/entropy-vis
A CLI tool for quickly visualising the entropy of a file
https://github.com/samwho/entropy-vis
Last synced: about 2 months ago
JSON representation
A CLI tool for quickly visualising the entropy of a file
- Host: GitHub
- URL: https://github.com/samwho/entropy-vis
- Owner: samwho
- License: mit
- Created: 2023-09-27T08:53:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T09:41:59.000Z (over 1 year ago)
- Last Synced: 2024-10-14T20:40:16.796Z (3 months ago)
- Language: Rust
- Size: 726 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# entropy-vis
[![Build status](https://github.com/samwho/entropy-vis/workflows/Build/badge.svg)](https://github.com/samwho/entropy-vis/actions)
[![Crates.io](https://img.shields.io/crates/v/entropy-vis.svg)](https://crates.io/crates/entropy-vis)A simple CLI tool to quickly visualise the entropy of a file.
![](./example.gif)
# Installation
```
$ cargo install entropy-vis
```