Commit Graph

18 Commits

Author SHA1 Message Date
utox39
1d7a175d29 feat(ascii): read the ascii art file in read-only mode 2025-10-08 22:23:36 +02:00
utox39
3e55f6a973 refactor(ascii): use utils.readFile to read the ascii art file 2025-10-08 22:12:17 +02:00
utox39
1363bad02d refactor(ascii): replace the deprecated readToEndAlloc with the new Reader 2025-10-07 09:47:08 +02:00
utox39
2b32119bc7 fix: minor fix 2025-09-12 02:41:20 +02:00
utox39
989b5b2305 feat(ascii): handle the IoctlFailed error using default values 2025-09-12 02:30:18 +02:00
utox39
3214725e58 refactor: rename a function 2025-09-10 14:29:14 +02:00
utox39
f7641c24a3 fix(ascii): fix the calculation of the alignment buffer size 2025-09-10 14:26:11 +02:00
utox39
20e2ef80d2 feat: add custom ascii art 2025-09-10 14:21:22 +02:00
utox39
1c97ed3685 feat(ascii): add a workaround for alignment that is no longer supported in combination with Unicode 2025-08-25 01:38:37 +02:00
utox39
30970649c2 refactor(ascii): use new managed array list 2025-08-24 22:02:14 +02:00
utox39
981d5ee579 refactor(ascii): use new zig stdout implementation 2025-08-24 22:00:51 +02:00
utox39
1267a71250 feat: print the ascii art if the width of the terminal is greater than the left alignment (45) + the longest sys info string length 2025-08-01 04:10:00 +02:00
utox39
f6d1c2dc72 feat: add adaptive printing based on terminal width 2025-07-31 01:47:12 +02:00
utox39
a18fd7ade8 style(ascii): add comments 2025-07-15 02:07:07 +02:00
utox39
1a1d96c3a3 feat: add conversion of a hex color to rgb 2025-05-28 17:33:10 +02:00
utox39
6fa4d8a699 feat: add colors 2025-05-10 20:13:15 +02:00
utox39
55897d5f47 feat: add default ansi colors 2025-05-04 18:07:21 +02:00
utox39
6fdde01ac9 feat: add ascii art 2025-05-01 18:34:53 +02:00