From 6947034c8e0aefbf2b223f2b6cbf6529198e752d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 14 Jan 2015 21:39:13 -0500 Subject: [PATCH] Document the list-apps command --- doc/Makefile.am | 1 + doc/xdg-app-list-apps.xml | 121 ++++++++++++++++++++++++++++++++++++++ doc/xdg-app.xml | 7 +++ 3 files changed, 129 insertions(+) create mode 100644 doc/xdg-app-list-apps.xml diff --git a/doc/Makefile.am b/doc/Makefile.am index 625bf209..09697ed9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -20,6 +20,7 @@ man_MANS = \ xdg-app-list-runtimes.1 \ xdg-app-install-app.1 \ xdg-app-update-app.1 \ + xdg-app-list-apps.1 \ xdg-app-run.1 \ xdg-app-build-init.1 \ xdg-app-build.1 \ diff --git a/doc/xdg-app-list-apps.xml b/doc/xdg-app-list-apps.xml new file mode 100644 index 00000000..55f486eb --- /dev/null +++ b/doc/xdg-app-list-apps.xml @@ -0,0 +1,121 @@ + + + + + + + dxg-app list-apps + xdg-app + + + + Developer + Alexander + Larsson + alexl@redhat.com + + + + + + xdg-app list-apps + 1 + + + + xdg-app-list-apps + List installed applications + + + + + xdg-app list-apps + OPTION + + + + + Description + + + Lists installed applications. + + + xdg-app can operate in system-wide or per-user mode. The system-wide + applications are located in $prefix/share/xdg-app/app, + and the per-user runtimes are in $HOME/.local/share/xdg-app/app. + + + xdg-app uses OSTree, and installed appications are OSTree checkouts. + + + + + + Options + + The following options are understood: + + + + + + + + Show help options and exit. + + + + + + + + Work on the per-user configuration instead of the system-wide + configuration. + + + + + + + + Show arches and branches, in addition to the application names. + + + + + + + + + Print debug information during command processing. + + + + + + + + Print version information and exit. + + + + + + + Examples + + + $ xdg-app --user list-apps + + +org.gnome.Builder +org.freedesktop.glxgears +org.gnome.MyApp +org.gnome.GEdit + + + + + diff --git a/doc/xdg-app.xml b/doc/xdg-app.xml index 5b847ed5..577842bc 100644 --- a/doc/xdg-app.xml +++ b/doc/xdg-app.xml @@ -130,6 +130,13 @@ Update an application. + + xdg-app-list-apps1 + + + List installed applications. + + xdg-app-run1