cross-posted from: https://lemmy.world/post/52083066

https://gitlab.com/christosangel/corsaro

corsaro is a script written in Bash that allows the user to search for torrents in the terminal .

colors1

The functions and the data are taken from https://piratebay.live/

Opening the script, the user through the main menu, can:

  • Search for a torrent

  • Search for a torrent in a category

  • Search for a torrent in multiple categories

  • Check out top 100 torrents in a category

  • Browse torrents in a category

  • Browse the most recent torrents

  • Repeat previous torrent search

  • Browse torrent search history and repeat a search using a stored key word

  • Configure the parameters of the script

      • psycotica0@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        26 minutes ago

        Depending on their opinion it could be

        1. Because they prefer a fancier shell that isn’t bash
        2. Because they prefer their shell scripts to be in standard POSIX Compliant shell language without the bash extensions and features
        3. Most likely answer that bash is pretty good for hacking some stuff together, but not great for larger long term maintainable projects versus other programming languages.

        I think it’s fun though, and I’m not going to be the one maintaining it 😛