tmux-mem-cpu-load icon indicating copy to clipboard operation
tmux-mem-cpu-load copied to clipboard

CPU, RAM, and load monitor for use with tmux

Results 5 tmux-mem-cpu-load issues
Sort by recently updated
recently updated
newest added

When I apply `--colors` I cannot see colors instead I see their ascii tag code. How can I fix this? ```bash $ ./tmux-mem-cpu-load --colors #[fg=black,bg=colour144]619/976MB#[fg=default,bg=default]#[fg=brightwhite,bg=colour16] [ ] 5.1%#[fg=default,bg=default]#[fg=brightwhite,bg=colour16] 0.14 0.21...

Hello. Getting this when trying to build the plugin manually. `cmake . ` works, but then: ``` $ make &> out ; head out [ 12%] Linking CXX executable tmux-mem-cpu-load...

Stale

Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6. Release notes Sourced from actions/stale's releases. v6.0.0 :warning: Breaking change :warning: Issues/PRs default close-issue-reason is now not_planned(#789) V5.2.0 Features: New option include-only-assigned enables users...

dependencies

When the graph is disabled with `-g 0`, the memory and CPU displays run together when CPU is 100%: `15/12GB100%` When the CPU graph is disabled, perhaps it should be...

Hitting the issue with a print of the value that is out of range: ``` $ ./tmux-mem-cpu-load > 2377804304 terminate called after throwing an instance of 'std::out_of_range' what(): stoi Aborted...