https://github.com/cartersusi/memp
CLI tool for listing the number of processes and total memory when given an application name
https://github.com/cartersusi/memp
bash cli script
Last synced: about 2 months ago
JSON representation
CLI tool for listing the number of processes and total memory when given an application name
- Host: GitHub
- URL: https://github.com/cartersusi/memp
- Owner: cartersusi
- Created: 2024-08-22T01:11:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T15:08:01.000Z (almost 2 years ago)
- Last Synced: 2026-02-22T16:59:15.832Z (4 months ago)
- Topics: bash, cli, script
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# memp
## Install
```sh
mkdir -p ~/.local/bin && curl -o ~/.local/bin/memp https://raw.githubusercontent.com/cartersusi/memp/main/memp && chmod +x ~/.local/bin/memp
```
## Usage
```
cartersusi@linux ~> memp Alacritty
Total processes: 3
Total memory usage: .07 GB
cartersusi@linux ~> memp Firefox
Total processes: 11
Total memory usage: 1.43 GB
```