An open API service indexing awesome lists of open source software.

https://github.com/tashima42/pmsh

Simple and lightweight Project manager CLI for Linux
https://github.com/tashima42/pmsh

cli gnu hacktoberfest linux project-manager shell shell-script

Last synced: about 2 months ago
JSON representation

Simple and lightweight Project manager CLI for Linux

Awesome Lists containing this project

README

          

# pmsh
Simple project manager CLI for GNU/Linux

## Video Demo


## Installation
**Warning**: always inspect scripts before running them, if you're not comfortable installing this way, just follow line by line the [`install.sh`](https://github.com/Tashima42/pmsh/blob/main/install.sh) script
```bash
curl https://raw.githubusercontent.com/Tashima42/pmsh/main/install.sh | bash
```
Uninstall:
```bash
sudo rm $HOME/.local/bin/pmsh && rm $HOME/.config/.pmsh
```
* Remove source line from RC file

## Usage
```
Usage: pmsh {help|list|add|remove|edit}
Examples:
List: pmsh list
Add: pmsh add $name $directory
Remove: pmsh remove $name
Edit: pmsh edit $name $new_directory
```