Created
December 6, 2018 16:40
-
-
Save branquito/c4bbebca8dd8bb640424e3e9eba33aa6 to your computer and use it in GitHub Desktop.
description
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[snippets]] | |
description = "ping" | |
command = "ping 8.8.8.8" | |
tag = ["network", "google"] | |
output = "" | |
[[snippets]] | |
description = "Connect to mysql via mycli" | |
command = "mycli mysql://root@localhost:3306/ -p root" | |
tag = ["mycli", "mysql", "tool"] | |
output = "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment