Phips

Results 3 issues of Phips

It is nice if `borg import-tar` support the import of multiple tar files. for example ```bash borg import-tar -m REPOPATH::ARCHIVE TARFILE0.tar TARFILE1.tar TARFILE2.tar ``` the option `-m` make a subfolder...

question

When attempting to run the Dockerfile on a CentOS 7-based Docker image, I encounter an error indicating missing GLIBCXX versions. I have attached the error message as an image. ![grafik](https://github.com/wubbl0rz/VmChamp/assets/39843090/597a8051-93a6-47ab-858f-30463d8e34c3)...

VmChmap make no bash-completion, but for zsh ![grafik](https://github.com/wubbl0rz/VmChamp/assets/39843090/4d7744c5-dd25-41c9-8006-e7edd42d289b) Edit: I think it has to look like this for that, but it's broken. ```bash _VmChamp_bash_complete() { COMPREPLY=() local cur completions base...

enhancement