This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository evisum.

View the commit online.

commit 8c0cdd0a7ae98cf503b1adc93b4d4bce7f3ee392
Author: Alastair Poole <m...@alastairpoole.com>
AuthorDate: Fri Feb 21 22:46:37 2025 +0000

    macos: Update README.
    
    Weird, I thought I dropped macOS support. Sometimes I surprise
    myself. Well that saves weeks of pain.
    
    So, we do support macOS.
---
 .gitignore          | 2 ++
 README.md           | 6 +++---
 src/bin/meson.build | 1 -
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3158eda..a03057d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@ build
 *.swp
 *.core
 *.out.*
+*.DS_Store*
+.idea
diff --git a/README.md b/README.md
index 13b6db4..a251402 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 # Evisum - The Greatest System Monitor Ever Written
 
-Evisum is a **powerful, efficient, and feature-rich** process and system monitor for **Linux, OpenBSD, FreeBSD, and DragonFlyBSD**. Unlike other system monitors, Evisum provides a **server-client architecture** with a sleek and responsive interface. It offers robust tools for monitoring **processes, CPU usage, memory consumption, network activity, storage health, and system sensors**.
+Evisum is a **powerful, efficient, and feature-rich** process and system monitor for **Linux, OpenBSD, FreeBSD, macOS and DragonFlyBSD**. Unlike other system monitors, Evisum provides a **server-client architecture** with a sleek and responsive interface. It offers robust tools for monitoring **processes, CPU usage, memory consumption, network activity, storage health, and system sensors**.
 
-If you're looking for the **ultimate** Unix-like system monitoring experience, look no further—**Evisum is the best there is**. It is also the **mother of all reference implementations** for **portability**.
+If you're looking for the **ultimate** Unix-like system monitoring experience, look no further—**Evisum is the best there is**. It is also the **mother of all reference implementations** for multi-platform system monitoring.
 
 ## 📚 Table of Contents
 - [🔥 Features](#-features)
@@ -13,7 +13,7 @@ If you're looking for the **ultimate** Unix-like system monitoring experience, l
 - [🤝 Contributions](#-contributions)
 
 ## 🔥 Features
-- Cross-platform support for **Linux, FreeBSD, OpenBSD, and DragonFlyBSD**.
+- Cross-platform support for **Linux, FreeBSD, OpenBSD, macOS and DragonFlyBSD**.
 - A **server-client** architecture for efficient system monitoring.
 - Tools to monitor:
   - **Processes** 🛠️
diff --git a/src/bin/meson.build b/src/bin/meson.build
index 4ed10a7..074a2af 100644
--- a/src/bin/meson.build
+++ b/src/bin/meson.build
@@ -17,7 +17,6 @@ src += files([
 executable('evisum', src,
    include_directories  : inc,
    dependencies         : [ deps, deps_os, deps_nls ],
-   gui_app              : true,
    install              : true)
 
 if host_os == 'freebsd' or host_os == 'dragonfly'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to