From 770d846206d6345c8f234c62dadd880c4bddd94f Mon Sep 17 00:00:00 2001 From: hornet Date: Wed, 2 Oct 2024 19:32:24 +0000 Subject: [PATCH] updoot readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc34def..c0c0284 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # defcon_chan -small terminal utility to fetch the current DEFCON level in your terminal \ No newline at end of file +small utility to fetch the current DEFCON level in your terminal + +features: +- caching the last known level +- 8-color ANSI terminals supported +- pretty cute output +- quite fast, you can probably slap it in your .bashrc +- written in C + +requirements: ```libcurl``` + +compiling(w/ GCC): ```gcc main.c -o defcon -lcurl``` + +running: ```./defcon```