c8611edacb
client/container: src: completion: plugins enhancements
...
- Re-enables space after completion for plugin arguments
- Ignores internal/implementation files when completing
* Files must be within an 'internal'/'impl' directory
2024-10-09 21:13:36 -07:00
01197a2818
client/container: implement debug log-levels
...
DOCKER_FINANCE_DEBUG will now support the following:
0 = no debug output
1 = `print_debug` (bash/PHP)
2 = level 1 + `set -xv` (bash)
2024-09-26 18:38:36 -07:00
e6ccd9607c
client: completion: add gen arguments
2024-09-23 17:31:12 -07:00
d7caec13e4
client/container: disable shellcheck warning for DOCKER_FINANCE_DEBUG
...
If it's not set or set to false, then it's expected to be not true.
2024-08-14 20:03:03 -07:00
5684d94d63
client: completion.bash: set xtrace if debug enabled
2024-08-14 19:40:55 -07:00
83e5622451
client: completion: complete docker images by $USER
...
Simplifies completion on multi-user systems.
2024-08-12 19:58:13 -07:00
e7725b72fd
client: completion: fix/optimize docker images
...
- Reduces overhead, catches all docker-finance images
- Previously wouldn't catch all space between image name and tag
2024-08-12 19:58:06 -07:00
682fbe2f03
client: completion: add plugins support
2024-08-12 18:36:27 -07:00
0db5566d9f
client: add dfi alias
...
- `dfi` is now primary unified command (saves fingers)
* `docker-finance` is still available, as this is only an addition
- Also fixes missing line continuation during install (#104 )
2024-08-06 02:15:38 -07:00
7f86b6a250
client: add preliminary bash completion
2024-08-05 16:22:21 -07:00