After digging into the manual and considering the nuclear nature of a blind -Rns in my first version, I’ve settled on this TUI style one-liner.

`pacman -Qetq | fzf -m --header "Select packages to REMOVE" --preview 'pacman -Qi {}' --preview-window=right:60% | xargs -ro sudo pacman -Rns`

I added this into my zsh plugin and tested it. It works, at least on my laptop. Now can bring the TUI prompt with a hotkey whenever I need to.
#archlinux #zsh #fzf #opensource #AwesomePlugins #github

I recently found this #privacy web browser plugin called #PrivacyRedirect. It automatically chooses an alternative frontend when accessing certain websites (such as YouTube & Twitter) which gives you greater privacy. For example, when you navigate to a Twitter link you will be redirected to a #Nitter frontend. I think I found my new favorite plugin. Please share other plugins you find awesome. #AwesomePlugins

https://github.com/SimonBrazell/privacy-redirect

GitHub - SimonBrazell/privacy-redirect: A simple web extension that redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.

A simple web extension that redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives. - SimonBrazell/privacy-redirect

GitHub