Skip to content

2.2.5

Compare
Choose a tag to compare
@ivan-hc ivan-hc released this 23 Feb 02:59
· 6679 commits to main since this release
129a2c9

New database's management for the apps, created a new "appdb" directory in /opt/am. This is useful for the new -d option.

USAGE: am -d or am db or am database or am terminal
This command will open a shell in /opt/am/appdb, in this way you will be able to use the new (and experimental) bash auto-completion function (complete the command with the TAB key) using the names of all the scripts available on this repository.

No more copying or memorizing long script names! A few letters, press TAB and you will be ready to install, remove or update as many programs as you want.

If you want you can add a launcher to your application menu, like this:

[Desktop Entry]
Type=Application
Name=AM (terminal)
Comment=Application Manager
Exec=exo-open --launch TerminalEmulator
Icon=utilities-terminal
Path=/opt/am/appdb
StartupNotify=true

Future releases of "AM" will need to implement this option by default. Any suggestions are welcome!