diff --git a/add-tool b/add-tool index cfee01c..deb4476 100755 Binary files a/add-tool and b/add-tool differ diff --git a/add-tool.go b/add-tool.go index bdd1fbb..2051678 100644 --- a/add-tool.go +++ b/add-tool.go @@ -127,7 +127,7 @@ func main() { fmt.Println("What is type?") _, err = fmt.Scan(&choicetype) fmt.Println(m[choicetype]) - writeJSON(m[choicetype], name, "| ["+name+"]("+*repourl+") | "+desc+" | ![](https://img.shields.io/github/stars"+u.Path+") | ![](https://img.shields.io/github/languages /top"+u.Path+") | ![](https://img.shields.io/github/repo-size"+u.Path+")
![](https://img.shields.io/github/license"+u.Path+")
![](https://img.shields.io/ github/forks"+u.Path+")
![](https://img.shields.io/github/watchers"+u.Path+") |") + writeJSON(m[choicetype], name, "| ["+name+"]("+*repourl+") | "+desc+" | ![](https://img.shields.io/github/stars"+u.Path+") | ![](https://img.shields.io/github/languages/top"+u.Path+") | ![](https://img.shields.io/github/repo-size"+u.Path+")
![](https://img.shields.io/github/license"+u.Path+")
![](https://img.shields.io/github/forks"+u.Path+")
![](https://img.shields.io/github/watchers"+u.Path+") |") } else { reader := bufio.NewReader(os.Stdin) fmt.Println("[+] What is name?")