jesseduffield / jesseduffield/lazydocker
Shorten the -f argument
- Dominant language
- Go
- Stars
- 52.8k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
1) I starting lazydocker this way: `lzd -f deployments/local/docker-compose.local.yml`.
2) When I use `bulk command` I unable to see CL arguments which will be specified to actual docker-compose/docker.
3) This is how it looks:

**Describe the solution you'd like**
I think a solution could be to shorten the path+name_of_a_config_file. So it will look like this: `docker-compose -f deployme...local.yml {arguments here}` or even shorter so arguments can fit.
**Describe alternatives you've considered**
N/A
**Additional context**
N/A
Contributor guide
Assessment
This issue has not been assessed yet.