Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedelashri/homebrew-free-mac
homebrew tap for free-mac memory monitor tool
https://github.com/mohamedelashri/homebrew-free-mac
cli free homebrew homebrew-formula homebrew-tap macos memory-monitoring
Last synced: about 1 month ago
JSON representation
homebrew tap for free-mac memory monitor tool
- Host: GitHub
- URL: https://github.com/mohamedelashri/homebrew-free-mac
- Owner: MohamedElashri
- Created: 2024-02-28T04:14:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T18:36:17.000Z (8 months ago)
- Last Synced: 2024-05-03T20:18:10.194Z (8 months ago)
- Topics: cli, free, homebrew, homebrew-formula, homebrew-tap, macos, memory-monitoring
- Language: Ruby
- 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
# Homebrew Tap for Free-Mac
This repository contains the Homebrew formula for `free-mac`, a command-line utility that brings the functionality of the Linux `free` command to macOS. `Free-mac` provides a concise display of memory usage, including total, used, and free memory, along with swap usage on macOS systems.
## How to Install Free-Mac
To install `free-mac` using Homebrew, you'll first need to tap this repository and then install the tool as follows:
### Tapping the Repository
Open your terminal and run the following command to add this tap to your Homebrew:
```bash
brew tap MohamedElashri/free-mac
```Once the tap has been added, you can install free-mac by running:
```bash
brew install free-mac
```After installation, you can run free-mac from your terminal to see an overview of your system's memory usage. The command provides a quick summary similar to the Linux free command.
```bash
free
```
This will display your system's memory and swap usage statistics in a simple, easy-to-read format.### Updating Free-Mac
To update free-mac to the latest version, use:
```bash
brew update
brew upgrade free-mac
```### Uninstalling Free-Mac
If you wish to uninstall free-mac, you can do so by running:
```bash
brew uninstall free-mac
```## Contributing
Contributions to the free-mac formula are welcome! Please feel free to submit pull requests or file issues through GitHub to suggest improvements or report bugs.