Skip to content

Commit

Permalink
move demo image up
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Apr 4, 2023
1 parent 4fdf588 commit 11b3cea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,20 @@ It doesn't make any http requests to the URLs and removes:
- urls with same path but parameter value difference e.g. `/page.php?id=1` and `/page.php?id=2`
- images, js, css and other "useless" files

![uro-demo](https://i.ibb.co/x2tWCC5/uro-demo.png)

#### Installation
The recommended way to install uro is through pip as follows:
```
pip3 install uro --user
```

### Basic Usage
The quickest way to inclue uro in your workflow is to feed it data through stdin and print it to your terminal.
```
cat urls.txt | uro
```

![uro-demo](https://i.ibb.co/x2tWCC5/uro-demo.png)

### Advanced usage
#### Reading urls from a file (-i/--input)

Expand Down

0 comments on commit 11b3cea

Please sign in to comment.