1 unstable release
Uses old Rust 2015
0.1.0 | Apr 25, 2017 |
---|
#58 in #hierarchical
13KB
275 lines
text-minimap - Generate text minimap/preview using Braille Patterns
Library and command-line utility to efficiently generate minimap/preview of a given text.
Status
- Efficient io and streaming
- Multiple scaling settings
- Tab (
\t
) width support - Soft-wrapping on text-width support
- C API
Installing
If you don't have rust compiler and cargo installed follow instructions on https://www.rustup.rs/ .
Afterwards:
cargo install text-minimap
Using
Check text-minimap --help
output.
Dependencies
~2.5MB
~38K SLoC