| Hash | Commit message | Author | Date | Files | + | - |
1 | commit a05a6d16ad697baafb9fe7f9b9da9607ae7ac70d |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Sat Apr 30 11:14:43 2022 +0200 |
4 | |
5 | Update. |
6 | --- |
7 | PKGBUILD | 2 +- |
8 | usr/bin/dateHeader | 9 +++++++++ |
9 | 2 files changed, 10 insertions(+), 1 deletion(-) |
10 | |
11 | diff --git a/PKGBUILD b/PKGBUILD |
12 | index 3df082e..9a1e7e3 100644 |
13 | --- a/PKGBUILD |
14 | +++ b/PKGBUILD |
15 | @@ -1,7 +1,7 @@ |
16 | # Maintainer: Connor Etherington <[email protected]> |
17 | # --- |
18 | pkgname=shell-headers |
19 | -pkgver=1.0.2 |
20 | +pkgver=1.0.3 |
21 | pkgrel=1 |
22 | pkgdesc='Scripts provide colorful terminal headers, meant to be placed in your shells rc file' |
23 | arch=(x86_64) |
24 | diff --git a/usr/bin/dateHeader b/usr/bin/dateHeader |
25 | new file mode 100755 |
26 | index 0000000..3f10f46 |
27 | --- /dev/null |
28 | +++ b/usr/bin/dateHeader |
29 | @@ -0,0 +1,9 @@ |
30 | +#!/usr/bin/env bash |
31 | +[41m |
32 | +cols="▁▃▆▇▅▄▇▃▅▃▅▆▄▂▆▅▃▇▃▂▆▅▂▇▆▃▇▆▁▄▇▂▇▅▆▃▇▆▃▄▅▇▅▂▇▅▆▄▇▂▅▆▅▁▆▅▂▅▇▆▃▆▇▅▄▅▇▅▄▇▄▆▄▅▇▆▃▆▃▆▆▃▄▅▇▅▂▄▇▄▆▃▆▅▃▇▄▆▅▄▇▄▅▇▅▄▆▅▇▃▂▃▆▅▆▃▇▄▅▇▄▂▄▆▅▇▄▇▄▆▅▃▅▄▆▇▄▅▆▄▃▅▇▄▅▇▂▇▅▇▆▂▆▇▅▄▇▅▃▇▅▇▅▃▅▆▇▄▂\ |
33 | +▃▇▅▄▆▃▆▇▄▇▆▃▅▄▆▇▅▃▁▄▆▂▄▄▅▇▆▂▃▆▃▆▁▁▆▇▂▂▄▇▆▃▃▂▂▇▆▃▇▁▄▇▂▇▅▆▃▇▆▃▄▅▇▅▂▇▅▆▄▇▂▅▆▅▅▁▆▅▄▇▂▁▄▅▇▁▅▅▄▅▃▃▆▅▆▄▆▅▁▂▇▄▂▃▅▃▃▅▁▇▂▄▆▅▁▃▄▂▆▄▁▃▂▄▇▄▅▆▄▃▁▅▇▇▄▇▃▅▇▄▂▇▄▆▂▄▄▅▇▇▆▂▇▂▇▆▅▆▅▆▃▇▆▃▁▄▂▂▁▅▇▃▂▅\ |
34 | +▇▁▂▇▁▅▁▃▅▁▁▇▂▇▅▇▂▂▄▇▆▃▃▂▂▅▁▆▅▄▇▂▅▆▅▁▆▆▅▂▅▇▆▃▁▃▇▃▅▇▄▂▇▄▆▂▄▄▅▇▆▂▃▆▃▆▁▁▆▇▂▂▄▇▆▃▃▂▂▅▁▆▄▇▆▃▃▂▂▅▁▆▅▄▇▂▅▆▅▁▆▆▅▂▅▇▆▃▁▃▇▃▅▇▄▂▇▄▆▂▄▄▁▅▇▆▂▃▆▃▆▁▇▆▇▂▄▇▆▃▃▂▅▁▆▅▄▇▂▁▄▅▇▅▄▅▃▆▅▆▃▁▂▂▇▄▂▃▁▅▁▇▂▄\ |
35 | +▅▁▃▄▁▅▇▃▂▅▇▁▂▇▁▅▁▃▅▇▂▇▅▇▂▂▄▇▆▃▃▂▂▅▁▆▅▄▇▂▅▆▅▁▆▆▅▂▅▇▆▃▁▃▇▃▅▇▄▂▇▄▆▂▄▄▅▇▆▂▃▆▃▆▁▆▃▇▂▁▄▅▇▅▄▅▃▆▅▆▃▁▂▂▇▄▂▃▁▅▁▇▂▄▃▁▆▇▂▂▆▄▁▃▃▂▄▇▄▅▆▄▃▁▆▅▂▅▇▆▃▁▃▇▃▅▇▄▂▇▄▆▂▄▄▅▇▆▂▃▆▃▆▁▁▆▇▂▂▄▇▆▃▃▂▂▅▁▆▅▄▇▆▃▁" |
36 | + |
37 | +clear; echo -e "$(echo "$cols"|cut -c-$(echo "$(tput cols) * 3"|bc))\n" | lolcat |
38 | +date '+%d %B %Y'|figlet -tcf future|lolcat; date '+%H : %M : %S'|figlet -tcf future|lolcat |