gios / gzipper

CLI for compressing files.
https://www.npmjs.com/package/gzipper
GNU General Public License v3.0
68 stars 13 forks source link

Fix local links and much more #96

Closed micheartin closed 2 years ago

micheartin commented 2 years ago

Compare the two Markdown renderings:

I started to edit the README to fix the links to local sections. But I have also fixed other issues:

  1. The <value> texts were not visible because considered as an HTML tag. I have changed all of the CLI options to monospace font to fix the invisible <value>.
  2. For the the compression algorithms, add links to wiki articles.
  3. Wrap long lines: no impact on the GitHub rendering.
  4. Rephrase a bit the sentences.
  5. Many other fixes.
codecov[bot] commented 2 years ago

Codecov Report

Merging #96 (e13ee95) into master (24089d9) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #96   +/-   ##
=======================================
  Coverage   89.83%   89.83%           
=======================================
  Files          18       18           
  Lines         659      659           
  Branches      186      186           
=======================================
  Hits          592      592           
+ Misses         65       61    -4     
- Partials        2        6    +4     
Impacted Files Coverage Δ
src/Incremental.ts 65.93% <0.00%> (ø)
src/compressions/Zstd.ts 87.50% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 24089d9...e13ee95. Read the comment docs.

gios commented 2 years ago

Fantastic, thanks @micheartin for your contribution!