We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eat
.bashrc
alias eat="python[3] ~/Eat-PKG-Manager/eat.py" alias eatinst="python[3] ~/Eat-PKG-Manager/eat-install.py" alias eathelp="man ~/Eat-PKG-Manager/eat.1"
python -c "import shutil,os;dir=os.path.expanduser('~');shutil.rmtree(f'{dir}/Eat-PKG-Manager')"
unalias eat eatinst eathelp