From f9480fd7d3121199e83555e3db9ce1b26e8795ac Mon Sep 17 00:00:00 2001 From: Dylan Wu Date: Tue, 10 Dec 2024 00:42:11 -0500 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cde13f0..10fd4c6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # PrintWatcher -PrintWatcher is a simple shell script that checks a fixed URL for updates. If there's new content, it retrieves the title and body text and sends it to a thermal printer for printing. \ No newline at end of file +**PrintWatcher** is a simple shell script that checks a fixed URL for updates. If there's new content, it retrieves the title and body text and sends it to a thermal printer for printing. + +## Features +- Monitors URL for updates. +- Extracts the title and body content from the page. +- Sends the content to a POS printer. \ No newline at end of file