taupage icon indicating copy to clipboard operation
taupage copied to clipboard

It would be nice to allow defining bash aliases in the Taupage config

Open alterrebe opened this issue 9 years ago • 0 comments

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"

alterrebe avatar Sep 21 '16 07:09 alterrebe