Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kikytokamuro/guile-ram-mon

Tool for viewing information about RAM usage written in GNU/Guile
https://github.com/kikytokamuro/guile-ram-mon

guile ram-usage scheme webview

Last synced: 13 days ago
JSON representation

Tool for viewing information about RAM usage written in GNU/Guile

Awesome Lists containing this project

README

        

# guile-ram-mon

Tool for viewing information about RAM usage written in GNU Guile

### Dependencies
- [guile-json](https://github.com/aconchillo/guile-json)
- [guile-webview](https://github.com/KikyTokamuro/guile-webview)

### Run
```sh
chmod +x ram-mon.scm
./ram-mon.scm
```

### Screenshot
![screenshot](./screenshot.png)