#!/bin/bash apt-mark showmanual | sort | fzf --multi --exact --cycle --reverse --preview 'nala show {1}' | xargs -r sudo nala purge -y $SHELL