We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3d068 commit 918bb26Copy full SHA for 918bb26
assets/macros/bashrc
@@ -152,3 +152,23 @@ grepgo()
152
echo
153
echo ------------------------------------------------------------------------------------------
154
}
155
+greppy()
156
+{
157
+ clear
158
+ echo ------------------------------------------------------------------------------------------
159
+ echo
160
161
+ grep -R -in --include=\*.py "$@"
162
163
164
+}
165
+watchdockers()
166
167
+ watch -n2 'docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Image}}\t{{.Ports}}"'
168
169
+watchkube()
170
171
+ watch -n2 'microk8s kubectl get -n default all'
172
173
+
174
0 commit comments