https://github.com/pwittchen/tmux-plugin-ram
tmux plugin showing RAM usage
https://github.com/pwittchen/tmux-plugin-ram
linux macos plugin ram tmux tmux-plugin
Last synced: 28 days ago
JSON representation
tmux plugin showing RAM usage
- Host: GitHub
- URL: https://github.com/pwittchen/tmux-plugin-ram
- Owner: pwittchen
- License: apache-2.0
- Created: 2017-08-06T12:53:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T13:26:29.000Z (almost 9 years ago)
- Last Synced: 2024-12-29T12:16:19.015Z (over 1 year ago)
- Topics: linux, macos, plugin, ram, tmux, tmux-plugin
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tmux-plugin-ram
tmux plugin showing RAM usage
Installation
------------
### Installation with [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm) (recommended)
Add plugin to the list of TPM plugins in `.tmux.conf`:
```
set -g @plugin 'pwittchen/tmux-plugin-ram'
```
Hit `prefix + I` to fetch the plugin and source it.
If format strings are added to `status-right`, they should now be visible.
Usage
-----
In order to see RAM usage via this tmux plugin, add the following command to your `.tmux.conf` file:
```
#{ram}
```
References
----------
- https://github.com/tmux-plugins
- https://github.com/tmux-plugins/tmux-example-plugin
- https://github.com/tmux-plugins/tmux-battery
- https://github.com/pwittchen/dotfiles