Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/idorobots/mode-line-stats

A bunch of easy to set up stats for the Emacs mode-line.
https://github.com/idorobots/mode-line-stats

emacs emacs-mode monitoring statistics

Last synced: 3 months ago
JSON representation

A bunch of easy to set up stats for the Emacs mode-line.

Awesome Lists containing this project

README

        

* Mode-line Stats
This package contains a minor mode and several simple to use modules that display various system stats directly in Emacs mode-line.

Read our *[[http://github.com/idorobots/mode-line-stats/wiki][wiki]]* for additional information about =mode-line-stats=.

[[https://github.com/idorobots/mode-line-stats/raw/screenshots/screenshots/mode-line-stats1.jpg]]

[[https://github.com/idorobots/mode-line-stats/raw/screenshots/screenshots/mode-line-stats2.jpg]]

* Installation
Copy all the =.el= files into a directory in your Emacs =load-path= (such as =.emacs.d/site-lisp/=) and optionally =byte-compile-file= them.

Add the following into your ~/.emacs startup file:

#+BEGIN_SRC emacs-lisp
(require 'mode-line-stats)
(mode-line-stats-mode)
#+END_SRC

You can toggle the primary and secondary formats with =C-º=.