banner: redesign skeleton key ASCII art
release / build (arm64) (push) Waiting to run
release / build (x86_64) (push) Waiting to run
release / release (push) Blocked by required conditions

Replace the previous "circle + shaft + curl" silhouette (which read
more like a magnifying glass) with a proper skeleton-key anatomy:

  - BOW: round decorative loop with center hole (the part you hold)
  - SHAFT: long horizontal rod (= the body of the key)
  - BIT: notched tooth hanging down from the shaft end (the part
    that engages the lock — the iconic key-tooth profile)

Same change in skeletonkey.c BANNER and README.md.

Bump 0.4.0 → 0.4.1.
This commit is contained in:
2026-05-16 22:52:13 -04:00
parent 9593d90385
commit b5188b7818
2 changed files with 15 additions and 9 deletions
+7 -4
View File
@@ -7,10 +7,13 @@
> vulnerable to, and — with explicit confirmation — gets you root. > vulnerable to, and — with explicit confirmation — gets you root.
``` ```
╔══╤══╗ ╭───╮
║ ● ║═══════════════════════════════════════════════════--,
╚═════╝ `--,_ │ ● │════════════════════════════════════════════════════════╗
`_/ ╲ ╱ ╔══╩══╗
╰───╯ ║ ╔═╝
║ ║
╚═══╝
███████╗██╗ ██╗███████╗██╗ ███████╗████████╗ ██████╗ ███╗ ██╗██╗ ██╗███████╗██╗ ██╗ ███████╗██╗ ██╗███████╗██╗ ███████╗████████╗ ██████╗ ███╗ ██╗██╗ ██╗███████╗██╗ ██╗
██╔════╝██║ ██╔╝██╔════╝██║ ██╔════╝╚══██╔══╝██╔═══██╗████╗ ██║██║ ██╔╝██╔════╝╚██╗ ██╔╝ ██╔════╝██║ ██╔╝██╔════╝██║ ██╔════╝╚══██╔══╝██╔═══██╗████╗ ██║██║ ██╔╝██╔════╝╚██╗ ██╔╝
+8 -5
View File
@@ -28,14 +28,17 @@
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
#define SKELETONKEY_VERSION "0.4.0" #define SKELETONKEY_VERSION "0.4.1"
static const char BANNER[] = static const char BANNER[] =
"\n" "\n"
" ╔══╤══╗\n" " ╭───╮\n"
" ║═══════════════════════════════════════════════════--,\n" " \n"
" ╚═════╝ `--,_\n" " ● │════════════════════════════════════════════════════════╗\n"
" `_/\n" " ╔══╩══╗\n"
" ╰───╯ ║ ╔═╝\n"
" ║ ║\n"
" ╚═══╝\n"
"\n" "\n"
" ███████╗██╗ ██╗███████╗██╗ ███████╗████████╗ ██████╗ ███╗ ██╗██╗ ██╗███████╗██╗ ██╗\n" " ███████╗██╗ ██╗███████╗██╗ ███████╗████████╗ ██████╗ ███╗ ██╗██╗ ██╗███████╗██╗ ██╗\n"
" ██╔════╝██║ ██╔╝██╔════╝██║ ██╔════╝╚══██╔══╝██╔═══██╗████╗ ██║██║ ██╔╝██╔════╝╚██╗ ██╔╝\n" " ██╔════╝██║ ██╔╝██╔════╝██║ ██╔════╝╚══██╔══╝██╔═══██╗████╗ ██║██║ ██╔╝██╔════╝╚██╗ ██╔╝\n"