mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
Update README, add badges and fixes broken links
This commit is contained in:
parent
06c69d4d8f
commit
afa6db6e93
22
README.md
22
README.md
@ -1,20 +1,24 @@
|
|||||||
# Ouch!
|
# Ouch!
|
||||||
|
|
||||||
|
[](https://crates.io/crates/ouch) [](https://github.com/ouch-org/ouch/blob/main/LICENSE)
|
||||||
|
|
||||||
<!--  -->
|
<!--  -->
|
||||||
|
|
||||||
`ouch` stands for **Obvious Unified Compression Helper**, and works on _Linux_, _Mac OS_ and _Windows_.
|
`ouch` stands for **Obvious Unified Compression Helper**, and works on _Linux_, _Mac OS_ and _Windows_.
|
||||||
|
|
||||||
It is a CLI tool to compress and decompress files that aims to be easy to use.
|
It is a CLI tool to compress and decompress files that aims on ease of usage.
|
||||||
|
|
||||||
<!-- TODO -->
|
<!-- TODO -->
|
||||||
<!-- - [Listing files](#Listing-the-elements-of-an-archive) -->
|
<!-- - [Listing files](#Listing-the-elements-of-an-archive) -->
|
||||||
|
|
||||||
- [Installation](#Installation)
|
- [Usage](#usage)
|
||||||
- [Usage](#Usage)
|
- [Decompressing](#decompressing)
|
||||||
- [Decompressing files](#Decompressing-files)
|
- [Compressing](#compressing)
|
||||||
- [Compressing files/directories](#Compressing-files-and-directories)
|
- [Installation](#installation)
|
||||||
- [Supported Formats](#Supported-formats)
|
- [Latest binary](#downloading-the-latest-binary)
|
||||||
- [Supported operating systems](#Supported-operating-systems)
|
- [Compiling from source](#installing-from-source-code)
|
||||||
|
- [Supported Formats](#supported-formats)
|
||||||
|
- [Contributing](#contributing)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -34,7 +38,7 @@ You can redirect the decompression results to a folder with the `-o/--output` fl
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Create 'pictures' folder and decompress inside of it
|
# Create 'pictures' folder and decompress inside of it
|
||||||
ouch 1.tar.gz 2.tar.gz -o pictures
|
ouch a.zip -o pictures
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compressing
|
### Compressing
|
||||||
@ -59,8 +63,6 @@ ouch compress * files.zip
|
|||||||
|
|
||||||
`ouch` checks for the extensions of the **output file** to decide which formats should be used.
|
`ouch` checks for the extensions of the **output file** to decide which formats should be used.
|
||||||
|
|
||||||
Check the [list of all file extensions supported](#Supported-formats).
|
|
||||||
|
|
||||||
<!-- ### Listing the elements of an archive
|
<!-- ### Listing the elements of an archive
|
||||||
|
|
||||||
* **Upcoming feature**
|
* **Upcoming feature**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user