diff --git a/man/man1/distrobox-assemble.1 b/man/man1/distrobox-assemble.1 index af33947c61..cca1bbeee2 100644 --- a/man/man1/distrobox-assemble.1 +++ b/man/man1/distrobox-assemble.1 @@ -37,7 +37,7 @@ specified using the \f[V]--file\f[R] flag. .IP .nf \f[C] ---file: path to the distrobox manifest/ini file +--file: path or URL to the distrobox manifest/ini file --name/-n: run against a single entry in the manifest/ini file --replace/-R: replace already existing distroboxes with matching names --dry-run/-d: only print the container manager command generated @@ -99,6 +99,14 @@ distrobox assemble create --file /my/custom/path.ini \f[R] .fi .PP +Or even specify a remote file, by using an URL: +.IP +.nf +\f[C] +distrobox-assemble create --file https://raw.githubusercontent.com/89luca89/dotfiles/master/distrobox.ini +\f[R] +.fi +.PP \f[B]Replace\f[R] .PP By default, \f[V]distrobox assemble\f[R] will replace a container only diff --git a/man/man1/distrobox-export.1 b/man/man1/distrobox-export.1 index a17fd2b383..b29211a710 100644 --- a/man/man1/distrobox-export.1 +++ b/man/man1/distrobox-export.1 @@ -38,7 +38,7 @@ will automatically be launched from the container it is exported from. .IP .nf \f[C] ---app/-a: name of the application to export +--app/-a: name of the application to export or absolute path to desktopfile to export --bin/-b: absolute path of the binary to export --list-apps: list applications exported from this container --list-binaries list binaries exported from this container, use -ep to specify custom paths to search @@ -82,6 +82,15 @@ with needed icons, add the prefix \f[V]/usr/local/bin/distrobox-enter -n distrobox_name -e ...\f[R] to the commands to run, and save them in your home to be used directly from the host as a normal app. +.IP +.nf +\f[C] +distrobox-export --app /opt/application/my-app.desktop +\f[R] +.fi +.PP +This will skip searching for the desktopfile in canonical paths, and +just use the provided file path. .PP \f[B]Binary export example\f[R] .IP diff --git a/man/man1/distrobox.1 b/man/man1/distrobox.1 index e66401365b..923a9ceb33 100644 --- a/man/man1/distrobox.1 +++ b/man/man1/distrobox.1 @@ -37,7 +37,7 @@ specified using the \f[V]--file\f[R] flag. .IP .nf \f[C] ---file: path to the distrobox manifest/ini file +--file: path or URL to the distrobox manifest/ini file --name/-n: run against a single entry in the manifest/ini file --replace/-R: replace already existing distroboxes with matching names --dry-run/-d: only print the container manager command generated @@ -99,6 +99,14 @@ distrobox assemble create --file /my/custom/path.ini \f[R] .fi .PP +Or even specify a remote file, by using an URL: +.IP +.nf +\f[C] +distrobox-assemble create --file https://raw.githubusercontent.com/89luca89/dotfiles/master/distrobox.ini +\f[R] +.fi +.PP \f[B]Replace\f[R] .PP By default, \f[V]distrobox assemble\f[R] will replace a container only @@ -1456,7 +1464,7 @@ will automatically be launched from the container it is exported from. .IP .nf \f[C] ---app/-a: name of the application to export +--app/-a: name of the application to export or absolute path to desktopfile to export --bin/-b: absolute path of the binary to export --list-apps: list applications exported from this container --list-binaries list binaries exported from this container, use -ep to specify custom paths to search @@ -1500,6 +1508,15 @@ with needed icons, add the prefix \f[V]/usr/local/bin/distrobox-enter -n distrobox_name -e ...\f[R] to the commands to run, and save them in your home to be used directly from the host as a normal app. +.IP +.nf +\f[C] +distrobox-export --app /opt/application/my-app.desktop +\f[R] +.fi +.PP +This will skip searching for the desktopfile in canonical paths, and +just use the provided file path. .PP \f[B]Binary export example\f[R] .IP