Ungitz is a CLI application written in Golang, primarily for simplifying git workflow for developers by automating the tasks of downloading, unzipping and opening a github repository within the user preferred IDE.
brew tap hrshankar2002/hrshankar2002
brew install hrshankar2002/hrshankar2002/ungitz
ungitz <code>/<idea>/<charm> -f <filename>,<repo name>,<branch name>
-
ungitz code -f demo.zip,testname1,main
-
ungitz idea -f SpringApplication.zip,testname2,master
-
ungitz charm -f demo.zip,testname3,master
ungitz <code>/<idea>/<charm> -l <URL>
-
ungitz code -l https://github.com/tensorflow/tensorflow/archive/refs/heads/master.zip
-
ungitz idea -l https://github.com/tensorflow/tensorflow/archive/refs/heads/master.zip
-
ungitz charm -l https://github.com/tensorflow/tensorflow/archive/refs/heads/master.zip
Go v1.22.6
Cobra v1.7.0
To contribute, fork the repository and push the changes to the master branch. Then submit a pull request for merging with the source. If your code passes the review and checks it will be merged into the master branch.
Feel free to send us feedback or file an issue. Feature requests are always welcome.