Commit Graph

65 Commits

Author SHA1 Message Date
henry.potgieter
aa8fe65529 Fixed spacing/tabing indent 2023-05-03 23:50:11 -04:00
henry.potgieter
ba8489917d Updated usage output from main executable and one other minor change to README.rst 2023-05-03 23:48:20 -04:00
henry.potgieter
35f9618d1f Add additional usage instructions 2023-03-30 23:44:55 -04:00
henry.potgieter
c058ed6f21 Update README.rst 2023-03-30 23:30:45 -04:00
henry.potgieter
94aed0352c Corrected a character in usage output and updated README.rst 2023-03-27 12:21:36 -04:00
henry.potgieter
6178ba9aa3 Add option to display CPU graph as vertical bar chart 2023-03-25 11:07:55 -04:00
Matt McCormick
0b6cd002b3 Update required CMake version in the README 2022-03-07 16:48:05 -05:00
Matt McCormick
c83d7ee712
DOC: Add GitHub Actions badge to README 2021-08-03 17:35:37 -04:00
Bensuperpc
e652a93b72 Add contributor in README
Add contributor in README

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2021-07-07 02:36:25 +02:00
Nathan Daly
8018a0c761 Reordered install instructions: moved tpm higher.
Since it's the most tmux-native install option, I've moved it higher in
the list of installation options.

Also adds @nhdaly to the Contributions section per @thewtex's suggestion
in
[#43](https://github.com/thewtex/tmux-mem-cpu-load/issues/43#issuecomment-244767735).
2016-09-08 19:36:19 -05:00
Matt McCormick
d1f95acada Improve package manager command markup 2016-09-04 15:44:16 -04:00
Matt McCormick
8b1f07ccca Document how to install with package managers 2016-09-04 15:38:49 -04:00
Nathan Daly
58564ae6b7 Added .tmux script so the plugin works with tpm.
Now the plugin can be installed via tmux-plugins/tpm in addition to
being installed through zsh's antigen package manager.

It now only calls `make install` when installed through antigen; the
tmux plugin automatically compiles the binary, but leaves it in the
plugin directory.

This also allows skipping the "if exists" check, which means plugin
updates can also automatically rebuild any changes to the compiled part
of the plugin.

Updated the README to reflect this new install option.

This is part of Issue #43.
2016-08-24 11:13:23 -05:00
Matt McCormick
dcadec63a2 Remove implementation details from --powerline- docs 2016-07-31 22:06:56 -04:00
Matt McCormick
0941898c02 Document --powerline-left 2016-07-31 22:03:18 -04:00
jodavies
8af6dc22b8 Update README.rst 2016-06-30 07:56:55 +01:00
Josh Davies
b7d2d2a73e Print CPU usage without decimal point if >= 100
Also:
add --colours shortopt to help/readme,
Conform to coding style.
2016-06-27 08:00:09 +01:00
Josh Davies
c623ca889d Added cpu-mode option
Default as before, full load = 100%.
Option 1, full load = 100% * number of cpu threads.
2016-06-26 14:31:34 +01:00
Matt McCormick
0bc57a9ac8 Tweak description to avoid redundancy.
RAM memory -> RAM.
2016-05-06 09:25:33 -04:00
Compilenix
cbe3074c6b Update README.rst and AUTHORS 2016-04-28 22:13:05 +02:00
Michał Goliński
bac831cd69 Code refactoring for merging
- license header in new files
- changed "powerline" into "powerline-right"
- added braces around one-liners
- small fixes concerning whitespace
2016-04-14 12:30:20 +02:00
Michał Goliński
159051079b Changes in README.rst 2016-03-05 19:34:37 +01:00
Matt McCormick
68fd497108 Update README with mem-mode instructions. 2016-02-15 00:02:58 -05:00
cousine
0e89998ee4 Add new mode to other platforms and indicate mac only support in README 2016-02-10 17:38:11 +02:00
cousine
1b8fa1ec3a Add new option to the readme 2016-02-10 17:35:15 +02:00
Matt McCormick
cc85854323 Add new contributors to the README. 2016-01-09 17:00:56 -05:00
Travis Heller
ff36892e29 Fixed formatting. 2015-09-30 12:27:29 -07:00
Travis Heller
d273cbaf60 RST files don't use Markdown formatting; fixed the link. 2015-09-30 12:25:04 -07:00
Travis Heller
e1908ebd13 Why is the markdown formatting not propagating? 2015-09-30 12:16:00 -07:00
Travis Heller
8e6d013c66 Formatting links in .md 2015-09-30 12:11:21 -07:00
Travis Heller
ad0a88d1f2 Fixed readme linking error 2015-09-30 12:03:57 -07:00
Travis Heller
7cc6ff35cc Added a check to see if the file has already been installed. 2015-09-30 11:51:53 -07:00
Travis Heller
79e16ec38b Supports Antigen via plugin that builds and installs 2015-09-30 10:57:06 -07:00
Matt McCormick
b61503e76a Add circle-ci status badge. 2015-07-30 16:03:52 -04:00
Matt McCormick
4355f8ffae Add Jasper to contributors. 2015-03-01 19:23:25 -05:00
Matt McCormick
32d9083326 Add NetBSD to the list of supported platforms. 2015-02-19 22:41:53 -05:00
Matt McCormick
395ac49e83 Suggest status-left-length 60 in the README.
Addresses #19.
2015-02-19 20:46:17 -05:00
Pawel "l0ner" Soltys
668a1d97dd suggestion about script that can be used to strip whitespaces 2015-01-20 15:13:39 +01:00
Matt McCormick
ea0e620a46 Update the README for new usage. 2015-01-19 23:02:48 -05:00
Pawel "l0ner" Soltys
d5506ac797 added myself (l0ner) to contributors list 2015-01-18 14:30:38 +01:00
Pawel "l0ner" Soltys
5fdb0e6227 remove merge leftovers from README 2015-01-17 17:15:01 +01:00
Pawel "l0ner" Soltys
3475328dc4 added note to README about C++11 reqirement 2015-01-17 16:37:45 +01:00
Pawel "l0ner" Soltys
ee39fccc65 Merge remote-tracking branch 'upstream/master'
Conflicts:
	CMakeLists.txt
	README.rst
	tmux-mem-cpu-load.cpp
2015-01-17 16:21:56 +01:00
Peter Dave Hello
ad1637f05b Use svg instead of png to get better image quality 2015-01-05 20:03:07 +08:00
Matt McCormick
660481f23b Add Mark to contributors. 2014-05-07 23:23:41 -04:00
Matt McCormick
a91673be3a Improve foreground contrast with colors.
A brightwhite is needed for the white text to have enough contrast.  It also
allows for non-bright black, which also has better contrast.
2013-07-15 23:20:35 +00:00
Matt McCormick
fac8da7a0c Improve foreground contrast with colors.
A brightwhite is needed for the white text to have enough contrast.  It also
allows for non-bright black, which also has better contrast.
2013-07-15 23:20:35 +00:00
Matt McCormick
69880667e5 Add Travis icon to README. 2013-06-14 02:07:07 +00:00
Matt McCormick
c81bcc3d84 Add Travis icon to README. 2013-06-14 02:07:07 +00:00
Matt McCormick
228639fa50 Add contributors to README. 2013-06-09 22:57:37 -04:00