Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/idorobots/mode-line-stats
- Owner: Idorobots
- Created: 2012-10-10T11:25:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T14:51:44.000Z (over 1 year ago)
- Last Synced: 2024-10-11T01:18:54.796Z (3 months ago)
- Topics: emacs, emacs-mode, monitoring, statistics
- Language: Emacs Lisp
- Size: 104 KB
- Stars: 25
- Watchers: 8
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.org
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_SRCYou can toggle the primary and secondary formats with =C-º=.