Commit graph

6749 commits

Author SHA1 Message Date
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
bdd03a34af
Merge remote-tracking branch 'origin/master' into riir 2024-07-20 23:52:36 +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
Azalea
6564ca72c2
[PR] #325 from nekopsykose: Remove setuptools
remove unneeded setuptools dependency
2024-07-20 18:45:54 +08:00
Teoh Han Hui
2a8cd48674
Merge pull request #33 from teohhanhui/riir
Implement select_backend and save config
2024-07-20 17:57:13 +08:00
Teoh Han Hui
13ead437ec
Implement select_backend and save config 2024-07-20 17:51:50 +08:00
Teoh Han Hui
8edb50c4d8
Merge pull request #32 from teohhanhui/riir
Support foreground-background for vertical color alignment
2024-07-19 23:34:25 +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
0a31cd0817
Merge pull request #29 from teohhanhui/riir
Use rainbow preset for color testing
2024-07-18 08:09:35 +08:00
Teoh Han Hui
e25684cfd8
Use rainbow preset for color testing 2024-07-18 08:07:23 +08:00
Teoh Han Hui
de43bf74a9
Merge pull request #27 from teohhanhui/riir
Implement "check term size" and select_color_mode
2024-07-17 22:43:31 +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
5517283fb2
Merge pull request #26 from teohhanhui/riir
Implement selection of color alignment
2024-07-16 10:07:44 +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
Teoh Han Hui
e10bdac351
Merge pull request #25 from springmaple/riir
Fix git-bash finding in Windows not working properly
2024-07-14 19:58:19 +08:00
SpringMaple
6e28482706 Fix git-bash finding in Windows not working properly 2024-07-14 19:34:58 +08:00
Teoh Han Hui
198742e15b
Merge pull request #24 from teohhanhui/riir
Implement select_lightness
2024-07-14 05:02:33 +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
dbecd3d705
Merge pull request #23 from teohhanhui/riir
Attempt to better support fallback executable paths on Windows
2024-07-13 16:58:25 +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
8514629960
Merge pull request #22 from teohhanhui/riir
Use selected backend to get distro name
2024-07-13 04:12:31 +08:00
Teoh Han Hui
d11f6f0a9f
Use selected backend to get distro name 2024-07-13 04:07:31 +08:00
Teoh Han Hui
d79196a7fc
Merge pull request #21 from teohhanhui/riir
Prompt for preset selection
2024-07-12 22:44:32 +08:00
Teoh Han Hui
114de9be12
Prompt for preset selection 2024-07-12 22:42:58 +08:00
Teoh Han Hui
4861744b50
Merge pull request #20 from teohhanhui/riir
[WIP] Implement `--config` option
2024-07-12 19:17:06 +08:00
Teoh Han Hui
66b57cfea6
[WIP] Implement --config option 2024-07-12 19:06:13 +08:00
Teoh Han Hui
ca583bddcb
Merge pull request #19 from teohhanhui/riir
Support fastfetch backend
2024-07-11 22:28:09 +08:00
Teoh Han Hui
965b009bc7
Support fastfetch backend 2024-07-11 19:44:07 +08:00
psykose
5b759e0986 remove unneeded setuptools dependency
this was added back in 2b5ef302a5
when pkg_resources was used, but that is no longer used since
5c34876c53
2024-07-11 06:10:19 +02:00
Teoh Han Hui
3cc26d7dd9
Fix wrong line length counting of ascii art
Count Unicode grapheme clusters instead of bytes.
2024-07-11 00:35:11 +08:00
Teoh Han Hui
85a85ad4d3
Merge pull request #18 from teohhanhui/riir
Tie fore-back to distro ascii instead of config
2024-07-10 23:58:43 +08:00
Teoh Han Hui
f3b1840e92
Tie fore-back to distro ascii instead of config 2024-07-10 23:53:39 +08:00
Teoh Han Hui
d773c69918
Merge pull request #17 from teohhanhui/riir
Run neofetch using git bash on Windows
2024-07-09 01:36:51 +08:00
Teoh Han Hui
290da7c363
Fix path normalization on Windows 2024-07-09 01:35:31 +08:00
Teoh Han Hui
fa66bb486b
Run neofetch using git bash on Windows 2024-07-08 15:50:12 +08:00
Teoh Han Hui
1239e86d1a
Merge pull request #16 from teohhanhui/riir
Finish implementation of recolor_ascii
2024-07-08 03:46:13 +08:00
Teoh Han Hui
66491a4e73
Implement recoloring of ascii art using "custom" colors 2024-07-08 03:40:58 +08:00
Teoh Han Hui
c100ca52a6
Implement recoloring of ascii art that don't use fore-back 2024-07-08 02:04:45 +08:00
Teoh Han Hui
46b618252f
Merge pull request #15 from teohhanhui/riir
Implement recolored ascii output
2024-07-07 04:47:25 +08:00
Teoh Han Hui
be70233b03
Implement recolored ascii output 2024-07-07 04:39:41 +08:00
Teoh Han Hui
ff46c8f4ca
Merge pull request #14 from teohhanhui/riir
Add more scaffolding
2024-07-03 23:57:18 +08:00
Teoh Han Hui
59213687fb
Add more scaffolding 2024-07-03 23:53:25 +08:00
Teoh Han Hui
475b10ba07
Merge pull request #13 from teohhanhui/riir
Apply lightness to preset color profile
2024-07-03 05:51:11 +08:00