| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
- Apply formatting
- Use local variables instead of global variables
- Fix typos
- Update project URL
|
| | |
|
| |
|
|
|
| |
For paths such as `/dev/disk/by-id/usb-JetFlash_Transcend_64GB_15AFGA849642-0:0`, `_describe` parses the colon as field separator. This results in wrong completions and the general feeling that udisksctl is broken because it won't mount my pendrive.
Since the output of `udisksctl complete` is (apparently) just a list of paths, it's safe to escape all colons with a backslash.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Fits in a header, less restrictive etc.
See https://github.com/zsh-users/zsh-completions/pull/483
|
| | |
|
|
|
Salvaged from rejected/ignored patch to upstream by Damir Jelić (poljar) [1].
License is assumed to be gpl2 since it was submitted as a patch to udisks [2].
I tried contacting poljar, but the email address is no longer active.
[1] https://lists.freedesktop.org/archives/devkit-devel/2014-February/001554.html
[2] https://cgit.freedesktop.org/udisks/tree/tools
|