Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hdvpdrm authored Mar 10, 2024
1 parent 6117b48 commit c446492
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 @@ -5,8 +5,10 @@ script for filtered search through AUR and official repository of Arch Linux.
this script requires ```requests``` package.<br>

# Usage
```python p=package_name s=[off|aur]```
```python p=package_name s=[off|aur] [ o=[pt|ip] ]```

Available options:<br>
p - package name<br>
s - source(AUR or official repository)
s - source(AUR or official repository)<br>
o - output mode(plain text or inner pager).<br>
Plain text is default mode. To quit page press ```q```. Press ```any key``` to move forward.

0 comments on commit c446492

Please sign in to comment.