A new version of AppMan has been released. AppMan is a bash script capable of installing, updating, and uninstalling thousands of AppImage packages.
"AppMan" 5.3.1
This is a minor release which, compared to the "5.3" release, brings with it:
- refactoring the code (to simplify the analyzes of other developers who want to contribute) using functions;
- patch to ~/.bashrc and ~/.profile files to give ~/.local/bin the right priorities in $PATH (AppMan);
- verbose output about clean files and directories with "-c" option;
- the "-c" option can now remove orphaned launchers created with the "--launcher" option from ~/.local/share/applications/AppImages;
- the "-s" option will provide a direct link to the history of commits made on the main CLI " APP-MANAGER", in order to notify the user of all changes made to the code;
- various bug fixes and code cleanups.