File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -142,5 +142,10 @@ view_info =
142142 command = " tcpdump -niany host %fd.rip" ,
143143 description = " tcpdump remot IP" ,
144144 },
145+ {
146+ hotkey = " t" ,
147+ command = " traceroute %fd.rip" ,
148+ description = " traceroute remot IP" ,
149+ },
145150 },
146151}
Original file line number Diff line number Diff line change @@ -127,6 +127,11 @@ view_info =
127127 description = " bash shell" ,
128128 wait_finish = false
129129 },
130+ {
131+ hotkey = " f" ,
132+ command = " docker logs -f %container.id" ,
133+ description = " follow logs"
134+ },
130135 {
131136 hotkey = " h" ,
132137 command = " docker history %container.image" ,
Original file line number Diff line number Diff line change @@ -100,6 +100,11 @@ view_info =
100100 description = " bash shell" ,
101101 wait_finish = false
102102 },
103+ {
104+ hotkey = " f" ,
105+ command = " docker logs -f %container.id" ,
106+ description = " follow logs"
107+ },
103108 {
104109 hotkey = " h" ,
105110 command = " docker history %container.image" ,
You can’t perform that action at this time.
0 commit comments