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

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

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