Skip to content

Commit

Permalink
Automatic Man Page Update
Browse files Browse the repository at this point in the history
Signed-off-by: distrobox-docs-bot <[email protected]>
  • Loading branch information
actions-user authored and distrobox-docs-bot committed Jun 28, 2024
1 parent 860ead8 commit e1f7292
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
10 changes: 9 additions & 1 deletion man/man1/distrobox-assemble.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
11 changes: 10 additions & 1 deletion man/man1/distrobox-export.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
21 changes: 19 additions & 2 deletions man/man1/distrobox.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e1f7292

Please sign in to comment.