emacs-eaf / eaf-system-monitor

Simple system monitor tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EAF System Monitor

System Monitor application for the Emacs Application Framework.

Load application

Install EAF first, then add below code in your emacs config:

(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
(require 'eaf-system-monitor)

Dependency List

Package Description
python-psutil Retrieving information on running processes and system utilization

The keybinding of EAF System Monitor.

Key Event
<f12> open_devtools
C-n js_scroll_up
C-p js_scroll_down
C-v js_scroll_up_page
M-v js_scroll_down_page
M-< js_scroll_to_begin
M-> js_scroll_to_bottom

About

Simple system monitor tool

License:GNU General Public License v3.0


Languages

Language:Vue 64.0%Language:Python 17.9%Language:Emacs Lisp 11.5%Language:JavaScript 6.6%