Commit graph

75 commits

Author SHA1 Message Date
Azalea Gui
deb2bddbe1 [+] Font logo 2024-12-10 08:54:10 -05:00
Teoh Han Hui
191995c0fe
Fix preset name mismatch ("throatlozenges") 2024-11-30 09:37:17 +08:00
Teoh Han Hui
6558cf39f1
Apply fix from clippy (Rust 1.83) 2024-11-30 08:52:31 +08:00
Teoh Han Hui
99d652383a
Add random preset option (port of 1211dc6) 2024-11-30 08:52:31 +08:00
Teoh Han Hui
e78ae3233c
Add a higher-contrast version of pangender flag (port of f4d6b75) 2024-11-30 08:52:31 +08:00
Teoh Han Hui
a60dd35169
Add caninekin flag for all the dogs (port of #318) 2024-11-30 08:52:30 +08:00
Teoh Han Hui
ccc8121550
Add queer subculture flags (port of #302) 2024-11-30 08:52:19 +08:00
Elihuso Quigley
057b3b53e2 [F] Fix build 2024-11-22 15:06:13 +08:00
Elihuso Quigley
3a96fe8561 [+] Add watermelon cream lozenges for meme 2024-11-22 15:00:42 +08:00
seth
4ea0a4a9dc
fix: run neowofetch directly on unix
The script should contain a shebang, so no need to spawn a subshell for
it
2024-10-24 15:21:41 -04:00
Teoh Han Hui
0ca67a5608
Set foreground colors for the newly added distro logos 2024-08-30 00:31:18 +08:00
Bailey Kasin
e04ef3b0fd
Add note of where polyam colours were pulled from
Co-authored-by: Teoh Han Hui <teohhanhui@gmail.com>
2024-08-29 01:27:22 -07:00
Bailey Kasin
a51a19658a
Add missing upstream flags
Signed-off-by: Bailey Kasin <baileykasin@gmail.com>
2024-08-28 23:37:20 -07:00
Teoh Han Hui
474f744bc6
Default to fastfetch if it is installed
Otherwise fall back to neofetch.
2024-08-19 00:58:24 +08:00
Teoh Han Hui
7c139595a6
Use fastfetch as fallback on platforms other than *nix
* Use fastfetch on Android (Termux)
2024-08-10 14:37:17 +08:00
Teoh Han Hui
13e29325b9
Use "alternate screen" for Pride month animation
This removes the need to clear screen at each frame, which fixes the
screen flickering.
2024-07-30 21:23:40 +08:00
Teoh Han Hui
00369355e6
Fix vertical fore-back coloring when span is empty
e.g. back-to-back color codes, or color code at end of line
2024-07-28 06:40:46 +08:00
Teoh Han Hui
2865ee7131
Add more fg distros 2024-07-28 05:42:47 +08:00
Teoh Han Hui
bcdc720d8a
Track only fg color indices in ascii art; the rest are bg colors
* Fix vertical fore-back coloring when there are non-ASCII chars
* Allow 0-width / 0-height ascii art (again)

Co-authored-by: Luna <contact@luna.computer>
2024-07-28 02:35:32 +08:00
Teoh Han Hui
6ccf0d9c31
Put fore-back color indices in ascii art structs
* Support multiple color indices for fore-back
2024-07-27 04:36:05 +08:00
Teoh Han Hui
4c72ed6d79
Use structs to represent ascii art in different states of processing
Stop passing raw strings around, as that's error prone.
2024-07-27 01:35:04 +08:00
Teoh Han Hui
28f98a40fb
Use checked arithmetic
This hurts readability, but should be worth it for correctness...
2024-07-26 11:09:35 +08:00
Teoh Han Hui
a5913cc3d7
Fix nits 2024-07-25 06:36:43 +08:00
Teoh Han Hui
cbe176ff4e
Remove --c-overlay option
It no longer serves any purpose.
2024-07-25 05:00:12 +08:00
Teoh Han Hui
c2795125d2
Fix all the line iterators
Use `str::lines` for proper line splitting.
2024-07-25 03:53:40 +08:00
Teoh Han Hui
f47561c947
Clean up pride_month.rs 2024-07-24 22:36:10 +08:00
Cinna Davis
89e5342614
FIxed most bugs, should be working fine now? 2024-07-24 21:57:54 +08:00
Cinna Davis
4e3ec2604a
created --june pride month animation! still needs some work though. changed cargo toml a bit too and I might have done something wrong. 2024-07-24 21:57:53 +08:00
Teoh Han Hui
a7c277cb76
Move create_config back to hyfetch.rs
p/s: sorry...
2024-07-22 17:40:29 +08:00
Teoh Han Hui
c2586212d6
Remove fastfetch-old backend
fastfetch version < 1.8.0 is very old at this point. Even EPEL 8 is
on 1.12.2
2024-07-22 16:44:53 +08:00
Teoh Han Hui
fe7d902dac
Add macchina backend
* Remove `qwqfetch` TODOs as that project is unmaintained
2024-07-21 23:56:46 +08:00
Teoh Han Hui
c7295ebed8
Add debug in recolor_ascii to see fields from tracing::instrument 2024-07-21 00:54:13 +08:00
Teoh Han Hui
683d1fc2ec
Move create_config to Config::create_config 2024-07-20 23:45:57 +08:00
Teoh Han Hui
c80a6185fc
Handle name clashes in ascii distro patterns 2024-07-20 19:17:25 +08:00
Teoh Han Hui
13ead437ec
Implement select_backend and save config 2024-07-20 17:51:50 +08:00
Teoh Han Hui
14ff66b836
Support foreground-background for vertical color alignment 2024-07-19 23:29:42 +08:00
Teoh Han Hui
0c7c43d71c
Merge pull request #31 from teohhanhui/riir
Fix stray newlines
2024-07-19 01:26:30 +08:00
Teoh Han Hui
2613471978
Merge pull request #28 from luna-1024/riir-fix-escaped-backslashes
Fix escaped backslashes in output ascii art by unescaping them
2024-07-19 01:23:31 +08:00
Teoh Han Hui
a558cf7ac9
Fix stray newlines 2024-07-19 01:19:42 +08:00
Luna
cd1858134c Fix escaped backslashes in output ascii art by unescaping them 2024-07-18 10:12:03 -07:00
Teoh Han Hui
e25684cfd8
Use rainbow preset for color testing 2024-07-18 08:07:23 +08:00
Teoh Han Hui
d8f3302b89
Implement "check term size" and select_color_mode 2024-07-17 22:38:29 +08:00
Teoh Han Hui
66b08f7a2e
Implement selection of color alignment 2024-07-16 10:03:49 +08:00
Teoh Han Hui
19e3b382b4
Use same-file only on Windows 2024-07-14 22:39:42 +08:00
SpringMaple
6e28482706 Fix git-bash finding in Windows not working properly 2024-07-14 19:34:58 +08:00
Teoh Han Hui
a5de091883
Implement select_lightness 2024-07-14 04:59:37 +08:00
Teoh Han Hui
da5f6ef655
Switch to terminal-colorsaurus 2024-07-13 23:37:41 +08:00
Teoh Han Hui
e2d538df1f
Attempt to better support fallback executable paths on Windows 2024-07-13 16:52:19 +08:00
Teoh Han Hui
d11f6f0a9f
Use selected backend to get distro name 2024-07-13 04:07:31 +08:00
Teoh Han Hui
114de9be12
Prompt for preset selection 2024-07-12 22:42:58 +08:00