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
- Host: GitHub
- URL: https://github.com/tashima42/pmsh
- Owner: tashima42
- License: other
- Created: 2021-10-09T03:42:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T18:04:56.000Z (over 2 years ago)
- Last Synced: 2025-12-26T18:37:26.276Z (6 months ago)
- Topics: cli, gnu, hacktoberfest, linux, project-manager, shell, shell-script
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pmsh
Simple project manager CLI for GNU/Linux
## 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
```