taupage
taupage copied to clipboard
It would be nice to allow defining bash aliases in the Taupage config
I really tired to type sudo -s /usr/bin/docker exec -it taupageapp /bin/bash and couple of other commands alike this again and again. Defining them locally doesn't work well due the Piu step (I use Piu with --connect --interactive options that speed up things dramatically for me). It would be great to add a section aliases to the Taupage config like this:
aliases:
desh: "sudo -s /usr/bin/docker exec -it taupageapp /bin/bash"
dps: "sudo -s /usr/bin/docker ps -a"