This folder contains different bash functions I've created so far. You can see the relative posts in my blog here.
If you have any suggestions, please don't exitate to contact me.
for file in ~/path-to-folder/*.sh; do source "$file"; done
The function to launch is renameAll, which rename all files and directories in the current directory (but not the subdirectories and subfiles), recognizing them as one or the other and applying the right structure (renameFile or renameDir). You can see an example here.
In this file, the main function is repoinfo, while topush is still in progress, but it should work fine. Repoinfo function allow you to have a feedback about your github repositories. In fact, editing the file and adding the info required, this function can be run in the terminal and it returns a list of all your github repositories (even the private ones) with some infos: