This repository contains utility scripts to simplify development workflow and frequently repeated activities.
Currently available scripts
- repo organizer
Pre-requisites: Python 3.7+ should be available as python3 at system level
$ which python3
This should point to system level python 3
$ pip3 install parse==1.11.1
To install scripts:
$ echo "export REPO_HOME=~/code" >> ~/.zshrc
$ mkdir -p $REPO_HOME/github.com/codespider/scripts
$ git clone https://github.com/codespider/scripts.git $REPO_HOME/github.com/codespider/scripts
$ make install
To clone a new repo
$ repo clone <git url>
To list current repos
$ repo ls
To navigate to a repo
$ rcd