README update
This commit is contained in:
parent
cc5e51c6f2
commit
84ed0186f6
2 changed files with 92 additions and 1 deletions
25
README.md
25
README.md
|
@ -1 +1,24 @@
|
|||
# pirokit
|
||||
# Pirokit
|
||||
|
||||
This script is used to web scrape a very popular torrent site 1337x.to to search torrents using bash, and you can represent scrapped torrent data in fzf / dmenu / rofi sort of like menu to select which torrent to download.
|
||||
|
||||
## Installation
|
||||
|
||||
Place this script where you keep your scripts.
|
||||
|
||||
```bash
|
||||
chmod +x pirokit
|
||||
```
|
||||
|
||||
## Usage
|
||||
```
|
||||
pirokit "search query"
|
||||
```
|
||||
or if you use without search query it's by default going to ask take input with dmenu.
|
||||
|
||||
|
||||
## Contributing
|
||||
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
|
||||
|
||||
## License
|
||||
[MIT](https://choosealicense.com/licenses/mit/)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue