]> git.ipfire.org Git - thirdparty/systemd.git/commit
homectl: Add flags to edit blob directories
authorAdrian Vovk <adrianvovk@gmail.com>
Wed, 10 Jan 2024 22:25:00 +0000 (17:25 -0500)
committerLuca Boccassi <bluca@debian.org>
Mon, 19 Feb 2024 11:18:11 +0000 (11:18 +0000)
commit25c89b89771adf3251b2398eaddc3a49c22752e3
treefb57ca5ab692d93707d7baf1e1172d8f1db07da7
parenta4d72746c776f820a440d72eaadd49ad158e10dc
homectl: Add flags to edit blob directories

This makes it possible to edit blob directories using homectl. The
following syntax is available:

* `--blob-directory=/path/somewhere`: Replaces the entire blob directory
with the contents of /path/somewhere

* `--blob-directory=foobar=/path/somewhere`: Replaces just the file
foobar in the blob directory with the contents of /path/somewhere

* `--blob-directory=foobar=`: Deletes the file foobar from the blob
directory

* `--blob-directory=`: Resets all previous flags

* `--avatar=`, etc: Shortcuts for `--blob-directory=FILENAME=` for the
known files in the blob directory
man/homectl.xml
shell-completion/bash/homectl
src/home/homectl.c