Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kikytokamuro/guile-ram-mon
- Owner: KikyTokamuro
- License: mit
- Created: 2023-08-03T08:51:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-04T04:00:30.000Z (over 1 year ago)
- Last Synced: 2024-11-21T02:17:17.233Z (3 months ago)
- Topics: guile, ram-usage, scheme, webview
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)