summaryrefslogtreecommitdiff
path: root/app/flatpak-builtins-ps.c
Commit message (Expand)AuthorAgeFilesLines
* app: Use g_info() for messages that will be shown by flatpak -vSimon McVittie2022-12-151-1/+1
* Add a vim modeline and .editorconfigPhaedrus Leeds2022-08-221-1/+1
* build: Consistently include libglnx header as "libglnx.h"Simon McVittie2022-04-111-1/+1
* app: Use autocleanup for FlatpakTablePrinterSimon McVittie2021-04-161-2/+1
* app: Handle NULL flatpak_instance_get_app()Phaedrus Leeds2020-12-211-2/+2
* Remove last uses of flatpak_decompose_ref()Alexander Larsson2020-11-101-8/+13
* ps: Allow showing compositor infoMatthias Clasen2019-12-041-0/+87
* ps: Don't hardcode instance columnMatthias Clasen2019-12-011-3/+3
* CLI: Add skip_unique_if_default to ColumnAlexander Larsson2019-04-231-1/+1
* Run uncrustifyMatthew Leeds2019-02-251-6/+6
* table printer: Redo column handlingMatthias Clasen2019-01-141-11/+11
* ps: Simplify completionMatthias Clasen2019-01-141-18/+3
* Add column completion to all commandsMatthias Clasen2019-01-111-0/+1
* CLI: Rename Architecture => Arch in list headersAlexander Larsson2018-12-191-1/+1
* Make FlatpakInstance api publicMatthias Clasen2018-10-081-1/+1
* ps: Port to column helpersMatthias Clasen2018-10-051-188/+52
* flatpak ps: port to FlatpakInstanceMatthias Clasen2018-09-031-161/+69
* flatpak ps: Support child pidMatthias Clasen2018-08-291-9/+44
* flatpak ps: Fix typo in error messageAsciiWolf2018-08-281-1/+1
* Cosmetic formatting fixesMatthias Clasen2018-08-281-3/+3
* Don't throw an error if there's nothing to showMatthias Clasen2018-08-281-1/+9
* flatpak ps: Match uniqe prefixes of column namesMatthias Clasen2018-08-281-5/+25
* flatpak ps: Support commit as fieldMatthias Clasen2018-08-281-7/+19
* Add a --column optionMatthias Clasen2018-08-271-25/+194
* Add a flatpak ps commandMatthias Clasen2018-08-271-0/+178