Pi66

sta
minimal & simple status monitoring app.
git clone https://git.pi66.xyz/sta

← back to log

add slstatus patch | update readme file

author: pi66
date: 2025-10-10 23:58
hash: 201e56f74974f0199d22e92fa089058789faf93c

Diffstat:

M

README.md
11 +++++++++++++++++++++++++++---
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
diff --git a/README.md b/README.md
index 0d3919f..ed0cc67 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ STA creates a UNIX socket on the server side and keeps running, waiting for upda
 When you run it for the first time, it starts the server (daemon) and keeps running.  
 After that, you can send status updates.

+> **Note:** This project was created for learning purposes. 
 ### Example
 ```bash
 # Run the server
@@ -21,5 +22,13 @@ sta -id 1 -name "$(date +%H:%M)"
 This sends the current time to the server with a unique ID.
 To update the status, rerun the command.

-> **Note:** This project was created for learning purposes. 

+i just get slstatus functions and put them here
+## Patches
+### slstatus
+this patch lets u use it like slstatus, but you can control it in 2 different ways
+- you can send a signle update from client-side using `sta -id <int>` 
+- every command has its own delay ; 0 means run it ones and do thing else 
+
+
+> **Note:** i just took the slstatus functions and put them here.