summaryrefslogtreecommitdiff
path: root/completion
Commit message (Collapse)AuthorAgeFilesLines
* Rename everything but the on-disk location to flatpakAlexander Larsson2016-05-091-11/+11
|
* completion: Fix typoAlexander Larsson2016-05-031-1/+1
|
* completion: Remove use of old cli commandsAlexander Larsson2016-05-031-4/+4
|
* completion: Update to the new cli commandsAlexander Larsson2016-01-131-57/+84
|
* completion: Fix completion for xdg-app runAlexander Larsson2015-12-101-1/+2
| | | | This was broken because run didn't take --user or --system
* completion: Fix completion of apps/runtimes in a remoteAlexander Larsson2015-12-101-2/+2
| | | | The name of the commandline operation changed to ls-remotes.
* Drop dump-runtime command for nowAlexander Larsson2015-11-111-3/+3
| | | | | This idea was not fully baked, so we should not expose it. We can ressurect it later when we know better how this would be used.
* Add completion for bundle opsAlexander Larsson2015-11-111-4/+43
|
* Add xdg-app dump-runtime commandAlexander Larsson2015-09-281-3/+3
| | | | This creates a tar of the runtime as set up by xdg-app
* bash_completion: Properly list apps when completing "run"Alexander Larsson2015-09-241-1/+27
|
* Add xdg-app enter commandAlexander Larsson2015-09-241-1/+1
| | | | | This lets you enter a sandbox and run a command there, which is useful for debugging purposes.
* document portal: Add support for transient documentsAlexander Larsson2015-09-171-1/+1
| | | | These are useful for passing temporary files.
* bash completion: Update to match the lastest optionsAlexander Larsson2015-09-171-21/+63
|
* Add make-app-currentAlexander Larsson2015-03-111-3/+3
|
* Add metadata option to limit DRI accessAlexander Larsson2015-03-051-1/+1
|
* Apply metadata and --allow --forbid switches in xdg-app buildAlexander Larsson2015-02-131-1/+1
|
* Merge pull request #50 from matthiasclasen/run-env2Alexander Larsson2015-02-101-1/+1
|\ | | | | Add an --allow option to the run command
| * Add --allow option to the run commandMatthias Clasen2015-02-091-1/+1
| | | | | | | | | | Allow to fully override the environment settings from the application metadata. This can be useful for testing.
* | Improve completionMatthias Clasen2015-02-091-0/+4
| | | | | | | | The options of the add-remote command were not being completed.
* | Add a --title option to repo-updateMatthias Clasen2015-02-091-2/+6
|/ | | | | This stores a human-readable title in the additional metadata of the repo summary. We use xa.title as the key.
* Teach completion about --runtimeMatthias Clasen2015-02-081-3/+3
|
* Add a --forbid option to runMatthias Clasen2015-02-061-3/+3
| | | | | | This allows to restrict the access that the app gets out of the sandbox. We allow an access if the app requests it (in its metadata) and the user doesn't forbid it (with this option).
* Add completion for repo-updateMatthias Clasen2015-01-241-1/+12
|
* Merge pull request #37 from matthiasclasen/user-optionAlexander Larsson2015-01-231-1/+8
|\ | | | | Add a --system option to go with --user
| * Some updates to the bash completionMatthias Clasen2015-01-231-1/+8
| | | | | | | | | | Add the --system option and also --keep-ref for the uninstall commands.
* | Make completion work installedMatthias Clasen2015-01-231-11/+11
|/ | | | | I only tested this uninstalled, by directly sourcing the completion file, obviously...
* Add bash completionMatthias Clasen2015-01-231-0/+244