Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgalgs/top-o-the-mornin-mode
A modern top-like interface for Emacs
https://github.com/mgalgs/top-o-the-mornin-mode
Last synced: 5 days ago
JSON representation
A modern top-like interface for Emacs
- Host: GitHub
- URL: https://github.com/mgalgs/top-o-the-mornin-mode
- Owner: mgalgs
- Created: 2013-07-31T09:10:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T20:46:23.000Z (over 2 years ago)
- Last Synced: 2025-01-20T23:03:11.940Z (13 days ago)
- Language: Emacs Lisp
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## top-o-the-mornin.el
*A modern top-like interface for Emacs*---
[![License GPLv3](https://img.shields.io/badge/license-GPL_v3-green.svg)](http://www.gnu.org/licenses/gpl-3.0.html)`top-o-the-mornin` is a modern top-like interface for Emacs. It
provides CPU and load monitoring as well as (TODO) basic task
management.### Installation
Put this file on your load path and do
(require 'top-o-the-mornin)
### Usage
Fire up `top-o-the-mornin`:
M-x top-o-the-mornin
When in `top-o-the-mornin` mode the following keybindings are
active:q - quit
g - refresh### Function and Macro Documentation
#### `(top-o-the-mornin)`
Run a top-like interface in top-o-the-mornin-mode
-----