From 060b83df0f1c1c70bbe6b2b85ff30c7093adc8ee Mon Sep 17 00:00:00 2001 From: MIfoodie <94649676+MIfoodie@users.noreply.github.com> Date: Tue, 2 Apr 2024 01:33:29 -0400 Subject: [PATCH] cacafire, cacaview, cacademo, cacaclock: add pages (#12569) * cacafire, cacaview, cacademo, cacaclock: add pages --------- Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> --- pages/linux/cacaclock.md | 16 ++++++++++++++++ pages/linux/cacademo.md | 8 ++++++++ pages/linux/cacafire.md | 8 ++++++++ pages/linux/cacaview.md | 8 ++++++++ 4 files changed, 40 insertions(+) create mode 100644 pages/linux/cacaclock.md create mode 100644 pages/linux/cacademo.md create mode 100644 pages/linux/cacafire.md create mode 100644 pages/linux/cacaview.md diff --git a/pages/linux/cacaclock.md b/pages/linux/cacaclock.md new file mode 100644 index 0000000000..4f7f793520 --- /dev/null +++ b/pages/linux/cacaclock.md @@ -0,0 +1,16 @@ +# cacaclock + +> Display the current time as ASCII art. +> More information: . + +- Display the time: + +`cacaclock` + +- Change the font: + +`cacaclock -f {{font}}` + +- Change the format using an `strftime` format specification: + +`cacaclock -d {{strftime_arguments}}` diff --git a/pages/linux/cacademo.md b/pages/linux/cacademo.md new file mode 100644 index 0000000000..3e6826b7b8 --- /dev/null +++ b/pages/linux/cacademo.md @@ -0,0 +1,8 @@ +# cacademo + +> Display a random ASCII art animation. +> More information: . + +- View an animation: + +`cacademo` diff --git a/pages/linux/cacafire.md b/pages/linux/cacafire.md new file mode 100644 index 0000000000..cc55af20ee --- /dev/null +++ b/pages/linux/cacafire.md @@ -0,0 +1,8 @@ +# cacafire + +> Display an animated ASCII fire. +> More information: . + +- Display the ASCII fire: + +`cacafire` diff --git a/pages/linux/cacaview.md b/pages/linux/cacaview.md new file mode 100644 index 0000000000..0d58e589e8 --- /dev/null +++ b/pages/linux/cacaview.md @@ -0,0 +1,8 @@ +# cacaview + +> Display an image in PMN format. +> More information: . + +- Display an image: + +`cacaview {{path/to/image}}`