From 8e9e600b9651e1927f118f0d1bab968afa83f3e5 Mon Sep 17 00:00:00 2001 From: Innei Date: Tue, 6 Feb 2024 12:11:28 +0800 Subject: [PATCH] update Signed-off-by: Innei --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1882307..659464a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Process Reporter is a macOS application built with Swift UI. It is designed to report in real time the name of the foreground application being used by the current user on macOS, as well as any media information being played. +## Other Platform + +If you looking for other platform... + +- [Linux](https://github.com/ttimochan/processforlinux) +- [Windows(ProcessReporterWin)](https://github.com/ChingCdesu/ProcessReporterWin) +- [Windows(ProcessReporterWinpy)](https://github.com/TNXG/ProcessReporterWinpy) + ## Main Features - Real-time reporting of the foreground application being used by the current user @@ -38,10 +46,6 @@ This project uses the following open-source libraries: Process Reporter for Shiro is an open-source project, and we welcome contributions from anyone. If you have any issues or suggestions, feel free to submit an issue or pull request. -## Other Platform - -- [Linux](https://github.com/ttimochan/processforlinux) - ## License Process Reporter for Shiro is licensed under the MIT License. For details, please see the LICENSE file.