You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
# go-speed-dial
2
2
3
-
A Go project replicating and building upon the CLI tool made in the repository [speed-dial](https://github.com/alexanderConstantinescu/speed-dial). Basically this tool is intented as an intro for me to the Go programming language.
4
-
5
-
This tool is nothing but a binary replicating the built-in BASH command: "alias" with some added sugar (features).
3
+
A Go project replicating and building upon the BASH built-in "alias" (with some added sugar / features). Basically this tool is intented as an intro for me to the Go programming language.
6
4
7
5
This binary could be useful for you in the following scenarios:
0 commit comments