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

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

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
```