HT-7
HT-7
Please add these options: ~~~~ --ascii-only: Only show ASCII over the entire width of the terminal window. --hex-only: Only show hexadecimal bytes over the entire width of the terminal window....
Please add an option like this: ~~~~ hexedit --byte-groups=2 ~~~~ Result: ~~~~ 0000 0000 0000 0000 ........ ~~~~
**Is your feature request related to a problem? Please describe.** I would like to find out which logical blocks files start with. **Describe the solution you'd like** `fls -l` should...
**Is your feature request related to a problem? Please describe.** `zst` reserves the entire specified memory shortly after starting, even if the amount of processed data is nowhere close. **Describe...
**Is your feature request related to a problem? Please describe.** The `--memory` option lacks support for the G (gigabyte) suffix. `--memory=2G` does not work. **Describe the solution you'd like** Add...
**Is your feature request related to a problem? Please describe.** The highest window size specifiable is `--memory=2048M`. , even though modern computers have more memory at their disposal. **Describe the...
I have some suggestions to improve the manual (`man zstd`) and an error message. After this manual section: ~~~ • -T#, --threads=#: Compress using # working threads (default: 1). If...