update to newproject and run scripts to include python

This commit is contained in:
Josh Ashton
2023-06-23 15:20:35 -06:00
parent 243808ac82
commit 5e3db229df
3 changed files with 20 additions and 6 deletions
+2 -3
View File
@@ -12,13 +12,12 @@ if [[ $1 == "-h" || $1 == "--help" ]]; then
# Lookup a user.
elif [[ $1 == "user" ]]; then
firefox https://github.com/$2
firefox "https://github.com/search?q=$2&type=users"
# Lookup a repo.
elif [[ $1 == "repo" ]]; then
# TODO need to implement.
firefox https://github.com/$2
firefox "https://github.com/search?q=$2&type=repositories"
# Catch any invalid input.
else