namadnuno / pm

Command-line project switcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PM

My command-line project switcher implementation.

Goal

Having a simple way to open projects through command-line.

Installation

  cd;
  git clone https://github.com/namadnuno/pm
  echo "export PROJECTS='projectname:projectpath,...'" >> .zshrc
  echo "alias pm='python3 ~/pm/main.py'" >> .zshrc # can be .bashrc 

About

Command-line project switcher


Languages

Language:Python 100.0%