MCPcopy Index your code
hub / github.com/chrisgrieser/alfred-atop

github.com/chrisgrieser/alfred-atop @1.9.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.9.2 ↗ · + Follow
9 symbols 12 edges 6 files 3 documented · 33%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Alfred atop

GitHub downloads Alfred Gallery downloads Latest release

System monitoring and process management via Alfred.

atop overview showcase

Features

  • Process management: CPU usage, memory usage, parent processes, and child processes.
  • Bluetooth: device connection status and battery information (if available)
  • Network connections
  • Removable volumes
  • Uptime & reboots
  • Speed-test of internet connection
  • DNS switching
  • All features are live refreshing.

Installation

➡️ Download the latest release.

Usage

List all available tools via atop and select one. Alternatively, you can also directly access the more frequently used tools via a configurable keyword.

showcase overview

Process management

showcase processes

Display processes directly via top. Append "parent" to the query to display only processes that have child processes. - : Kill the process. - ⌘⏎: Force-kill the process. - ⌃⏎: Kill all processes with the same name. - ⌘⌃⏎: Force-kill all processes with the same name. - ⇧⏎: If the process belongs to a regular app, restart the app. - fn⏎: Toggle between sorting processes by memory or CPU. - ⌘C: Copy the process identifier (PID). - ⌥⏎: Copy the process path.

Meaning of the icons - : process is owned by root. - n⇣: process is a parent of n child processes. - ↖ foobar: process is a child of foobar.

Bluetooth devices

showcase bluetooth devices

Display paired Bluetooth devices directly via blue. - : Connect/Disconnect the selected device. - : Copy the device address.

Removable volumes

showcase rjectable volumes

Display mounted volumes directly via vol. - : Open the Volume in Finder. - : Browse the Volume in the Terminal, using the Terminal app you have configured in your Alfred preferences. - : Eject the Volume.

DNS switching

showcase DNS switching

About the developer

In my day job, I am a sociologist studying the social mechanisms underlying the digital economy. For my PhD project, I investigate the governance of the app economy and how software ecosystems manage the tension between innovation and compatibility. If you are interested in this subject, feel free to get in touch.

If you find this project helpful, you can support me via 🩷 GitHub Sponsors.

Core symbols most depended-on inside this repo

alfredErrorItem
called by 2
scripts/bluetooth-devices.js
readFile
called by 1
scripts/list-processes.js
camelCaseMatch
called by 1
scripts/list-processes.js
run
called by 0
scripts/bluetooth-devices.js
run
called by 0
scripts/list-processes.js
run
called by 0
scripts/bluetooth-connect.js
run
called by 0
scripts/network-connections.js
run
called by 0
scripts/volume-search.js

Shape

Function 9

Languages

TypeScript100%

Modules by API surface

scripts/list-processes.js3 symbols
scripts/bluetooth-devices.js2 symbols
scripts/volume-search.js1 symbols
scripts/select-dns-server.js1 symbols
scripts/network-connections.js1 symbols
scripts/bluetooth-connect.js1 symbols

For agents

$ claude mcp add alfred-atop \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page