Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisgrieser/alfred-atop
System Monitoring and Process Management via Alfred
https://github.com/chrisgrieser/alfred-atop
alfred-workflow bluetooth process-management process-manager system-monitoring
Last synced: 2 months ago
JSON representation
System Monitoring and Process Management via Alfred
- Host: GitHub
- URL: https://github.com/chrisgrieser/alfred-atop
- Owner: chrisgrieser
- License: mit
- Created: 2023-06-28T11:42:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:53:17.000Z (2 months ago)
- Last Synced: 2024-10-22T08:34:24.499Z (2 months ago)
- Topics: alfred-workflow, bluetooth, process-management, process-manager, system-monitoring
- Language: JavaScript
- Homepage:
- Size: 5.64 MB
- Stars: 22
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Alfred atop
![GitHub Downloads](https://img.shields.io/github/downloads/chrisgrieser/alfred-atop/total?label=GitHub%20Downloads&style=plastic&logo=github)
![Alfred Gallery Downloads](https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fchrisgrieser%2F.config%2Frefs%2Fheads%2Fmain%2FAlfred.alfredpreferences%2Falfred-workflow-download-count.yaml&query=alfred-atop&style=plastic&logo=alfred&label=Gallery%20Downloads&color=%235C1F87)
![Latest Release](https://img.shields.io/github/v/release/chrisgrieser/alfred-atop?label=Latest%20Release&style=plastic)System monitoring and process management via Alfred.
## 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.](https://github.com/chrisgrieser/alfred-atop/releases/latest)## 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.### Process Management
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.
- ⌥⏎: Copy the Process Identifier (PID).**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
Display paired Bluetooth devices directly via `blue`.
- ⏎: If `blueutil` is installed, toggle the connection state.
Otherwise, open the Bluetooth preferences.
- ⌥⏎: Copy the device address.### Removable 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](https://www.alfredapp.com/help/features/terminal/).
- ⌃⏎: Eject the Volume.### 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.- [Academic Website](https://chris-grieser.de/)
- [Mastodon](https://pkm.social/@pseudometa)
- [ResearchGate](https://www.researchgate.net/profile/Christopher-Grieser)
- [LinkedIn](https://www.linkedin.com/in/christopher-grieser-ba693b17a/)