User-Submitted Package Reviews Viewer via Terminal

About programming and getting involved with Linux Mint development
Forum rules
Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
Termy
Level 12
Level 12
Posts: 4248
Joined: Mon Sep 04, 2017 8:49 pm
Location: UK
Contact:

User-Submitted Package Reviews Viewer via Terminal

Post by Termy »

Hi!

A good while back now, I wrote a somewhat-decent shell (Bash) program called Reviewer, but it's long since been rewritten, tweaked, improved, and still maintained in Perl, as Previewer. It's lightweight, fast, and portable. I can even see it having a use for whomever moderates the reviews people submit, due to its filtering capabilities.

Debian Packages: https://github.com/terminalforlife/DEB- ... /previewer
Dependency Packages: https://github.com/terminalforlife/DEB- ... ibtfl-perl
Hashes: https://github.com/terminalforlife/DEB- ... ter/md5sum

Source Code: https://github.com/terminalforlife/Perl ... /previewer
Dependency Code: https://github.com/terminalforlife/Perl ... rce/TFL.pm
Hashes: https://github.com/terminalforlife/Perl ... ter/md5sum

Running the following commands will install (current version) Previewer and dependencies:

Code: Select all

wget -q https://github.com/terminalforlife/DEB-Packages/raw/master/libtfl-perl/libtfl-perl_2020-01-11_all.deb && sudo dpkg -i libtfl-perl_2020-01-11_all.deb
wget -q https://github.com/terminalforlife/DEB-Packages/raw/master/previewer/previewer_2020-01-09_all.deb && sudo dpkg -i previewer_2020-01-09_all.deb
sudo apt-get install libterm-readkey-perl libtext-wrapi18n-perl libwww-perl perl
Uninstall with:

Code: Select all

sudo apt-get remove --purge previewer
I have demonstrated it in a few of my videos (Learn Linux) on YouTube, but don't have anything recent. If that's something someone would be interested in seeing, please let me know.

I'm not sure where else to post this. It's just incredibly useful, even on other Debian- and Ubuntu-based distributions of Linux.

Would anyone like to help out with debugging, feature suggestions, and testing? It's been around a while and I believe has a few users as it stands, but with an ever-increasing list of projects, it gets tricky doing it all alone.

Would the Linux Mint team be at all interested in using or somehow providing this within the Linux Mint project?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
I'm also Terminalforlife on GitHub.
Locked

Return to “Programming & Development”