Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.fau.fpt.icu/llms.txt

Use this file to discover all available pages before exploring further.

list

fp-appimage-updater list
Shows all configured apps along with their locally recorded version and current integration status (symlink presence, desktop entry, and icon).

remove

fp-appimage-updater remove <app-name>
fp-appimage-updater remove -a
Removes the binary, symlink, extracted icons, and desktop files for an app. This does not delete the recipe file — the app can be reinstalled by running update again.

Flags

-a, --all
boolean
Remove every installed app at once.

Examples

# Remove a single app
fp-appimage-updater remove whatpulse
remove -a removes all installed AppImages, their symlinks, icons, and desktop entries in one step. This cannot be undone without running update again.

self-update

fp-appimage-updater self-update
Fetches the latest release of fp-appimage-updater itself and replaces the current binary.

Flags

--pre-release
boolean
Include pre-release versions when checking for a newer binary.
# Update to the latest stable release
fp-appimage-updater self-update

# Update including pre-release versions
fp-appimage-updater self-update --pre-release

completion

fp-appimage-updater completion <shell>
Generates a shell completion script for the specified shell and writes it to standard output. Supported shells: bash, zsh, fish.

Examples

# Enable for current bash session
source <(fp-appimage-updater completion bash)

# Enable permanently for bash
fp-appimage-updater completion bash >> ~/.bashrc
Reload your shell or run source ~/.bashrc (or equivalent) for the completions to take effect.
Last modified on April 18, 2026