Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
104 commits
Select commit Hold shift + click to select a range
bf2c3c5
Parse CLI options, including presets
teohhanhui Jun 26, 2024
39b44ad
Merge pull request #1 from teohhanhui/riir
teohhanhui Jun 26, 2024
3b94b94
Merge remote-tracking branch 'origin/master' into riir
teohhanhui Jun 26, 2024
4f9e6de
Add xenogender preset
teohhanhui Jun 26, 2024
2904451
Parse the rest of the CLI options
teohhanhui Jun 27, 2024
ae1f6a2
Get distro name from neofetch
teohhanhui Jun 27, 2024
e3b220a
Switch to tracing
teohhanhui Jun 27, 2024
974c451
Fix distro overriding
teohhanhui Jun 27, 2024
6e0e3fd
Merge pull request #2 from teohhanhui/riir
teohhanhui Jun 27, 2024
7c874a8
Enable color output in bpaf
teohhanhui Jun 27, 2024
1160193
Generate distros.rs on build
teohhanhui Jun 28, 2024
9278035
Merge pull request #3 from teohhanhui/riir
teohhanhui Jun 29, 2024
474c339
Set default-run in Cargo.toml
teohhanhui Jun 29, 2024
fd413ca
Add some more scaffolding
teohhanhui Jun 29, 2024
274440e
Merge pull request #4 from teohhanhui/riir
teohhanhui Jun 29, 2024
955046c
[rust] implement list_distros match_condition method in rust
venketaa Jun 29, 2024
517dde4
Merge pull request #5 from Venketaramana/riir
teohhanhui Jun 29, 2024
c1b3091
Clean up build.rs
teohhanhui Jun 29, 2024
4f1efbc
Merge pull request #8 from teohhanhui/riir
teohhanhui Jun 29, 2024
d1d99da
Implement neofetch_util functions
teohhanhui Jun 29, 2024
a0856aa
Merge pull request #11 from teohhanhui/riir
teohhanhui Jun 29, 2024
86e442b
Parse config
teohhanhui Jun 30, 2024
3c355f5
Merge pull request #12 from teohhanhui/riir
teohhanhui Jun 30, 2024
b0737a3
Apply lightness to preset color profile
teohhanhui Jul 2, 2024
475b10b
Merge pull request #13 from teohhanhui/riir
teohhanhui Jul 2, 2024
5921368
Add more scaffolding
teohhanhui Jul 3, 2024
ff46c8f
Merge pull request #14 from teohhanhui/riir
teohhanhui Jul 3, 2024
be70233
Implement recolored ascii output
teohhanhui Jul 6, 2024
46b6182
Merge pull request #15 from teohhanhui/riir
teohhanhui Jul 6, 2024
c100ca5
Implement recoloring of ascii art that don't use fore-back
teohhanhui Jul 7, 2024
66491a4
Implement recoloring of ascii art using "custom" colors
teohhanhui Jul 7, 2024
1239e86
Merge pull request #16 from teohhanhui/riir
teohhanhui Jul 7, 2024
fa66bb4
Run neofetch using git bash on Windows
teohhanhui Jul 8, 2024
290da7c
Fix path normalization on Windows
teohhanhui Jul 8, 2024
d773c69
Merge pull request #17 from teohhanhui/riir
teohhanhui Jul 8, 2024
f3b1840
Tie fore-back to distro ascii instead of config
teohhanhui Jul 10, 2024
85a85ad
Merge pull request #18 from teohhanhui/riir
teohhanhui Jul 10, 2024
3cc26d7
Fix wrong line length counting of ascii art
teohhanhui Jul 10, 2024
965b009
Support fastfetch backend
teohhanhui Jul 11, 2024
ca583bd
Merge pull request #19 from teohhanhui/riir
teohhanhui Jul 11, 2024
66b57cf
[WIP] Implement `--config` option
teohhanhui Jul 12, 2024
4861744
Merge pull request #20 from teohhanhui/riir
teohhanhui Jul 12, 2024
114de9b
Prompt for preset selection
teohhanhui Jul 12, 2024
d79196a
Merge pull request #21 from teohhanhui/riir
teohhanhui Jul 12, 2024
d11f6f0
Use selected backend to get distro name
teohhanhui Jul 12, 2024
8514629
Merge pull request #22 from teohhanhui/riir
teohhanhui Jul 12, 2024
e2d538d
Attempt to better support fallback executable paths on Windows
teohhanhui Jul 13, 2024
dbecd3d
Merge pull request #23 from teohhanhui/riir
teohhanhui Jul 13, 2024
da5f6ef
Switch to terminal-colorsaurus
teohhanhui Jul 13, 2024
a5de091
Implement select_lightness
teohhanhui Jul 13, 2024
198742e
Merge pull request #24 from teohhanhui/riir
teohhanhui Jul 13, 2024
6e28482
Fix git-bash finding in Windows not working properly
springmaple Jul 14, 2024
e10bdac
Merge pull request #25 from springmaple/riir
teohhanhui Jul 14, 2024
19e3b38
Use same-file only on Windows
teohhanhui Jul 14, 2024
66b08f7
Implement selection of color alignment
teohhanhui Jul 14, 2024
5517283
Merge pull request #26 from teohhanhui/riir
teohhanhui Jul 16, 2024
d8f3302
Implement "check term size" and select_color_mode
teohhanhui Jul 17, 2024
de43bf7
Merge pull request #27 from teohhanhui/riir
teohhanhui Jul 17, 2024
e25684c
Use rainbow preset for color testing
teohhanhui Jul 18, 2024
0a31cd0
Merge pull request #29 from teohhanhui/riir
teohhanhui Jul 18, 2024
cd18581
Fix escaped backslashes in output ascii art by unescaping them
luna-1024 Jul 17, 2024
a558cf7
Fix stray newlines
teohhanhui Jul 18, 2024
2613471
Merge pull request #28 from luna-1024/riir-fix-escaped-backslashes
teohhanhui Jul 18, 2024
0c7c43d
Merge pull request #31 from teohhanhui/riir
teohhanhui Jul 18, 2024
14ff66b
Support foreground-background for vertical color alignment
teohhanhui Jul 19, 2024
8edb50c
Merge pull request #32 from teohhanhui/riir
teohhanhui Jul 19, 2024
13ead43
Implement select_backend and save config
teohhanhui Jul 20, 2024
2a8cd48
Merge pull request #33 from teohhanhui/riir
teohhanhui Jul 20, 2024
c80a618
Handle name clashes in ascii distro patterns
teohhanhui Jul 20, 2024
683d1fc
Move create_config to Config::create_config
teohhanhui Jul 20, 2024
bdd03a3
Merge remote-tracking branch 'origin/master' into riir
teohhanhui Jul 20, 2024
c7295eb
Add debug in recolor_ascii to see fields from tracing::instrument
teohhanhui Jul 20, 2024
fe7d902
Add `macchina` backend
teohhanhui Jul 21, 2024
632296d
Merge pull request #34 from teohhanhui/riir
teohhanhui Jul 21, 2024
c258621
Remove `fastfetch-old` backend
teohhanhui Jul 22, 2024
a7c277c
Move `create_config` back to hyfetch.rs
teohhanhui Jul 22, 2024
4e3ec26
created --june pride month animation! still needs some work though. c…
Jul 21, 2024
89e5342
FIxed most bugs, should be working fine now?
Jul 24, 2024
f47561c
Clean up pride_month.rs
teohhanhui Jul 24, 2024
370b56c
Merge pull request #35 from 1337isnot1337/riir
teohhanhui Jul 24, 2024
c279512
Fix all the line iterators
teohhanhui Jul 24, 2024
fe7ed92
Merge pull request #37 from teohhanhui/riir
teohhanhui Jul 24, 2024
cbe176f
Remove `--c-overlay` option
teohhanhui Jul 24, 2024
f976781
Merge pull request #38 from teohhanhui/riir
teohhanhui Jul 24, 2024
a5913cc
Fix nits
teohhanhui Jul 24, 2024
28f98a4
Use checked arithmetic
teohhanhui Jul 26, 2024
55b0eed
Merge pull request #39 from teohhanhui/riir
teohhanhui Jul 26, 2024
4c72ed6
Use structs to represent ascii art in different states of processing
teohhanhui Jul 26, 2024
2f18cc2
Merge pull request #40 from teohhanhui/riir
teohhanhui Jul 26, 2024
6ccf0d9
Put fore-back color indices in ascii art structs
teohhanhui Jul 26, 2024
52844b5
Merge pull request #41 from teohhanhui/riir
teohhanhui Jul 26, 2024
bcdc720
Track only fg color indices in ascii art; the rest are bg colors
teohhanhui Jul 27, 2024
faa7ab2
Merge pull request #42 from teohhanhui/riir
teohhanhui Jul 27, 2024
2865ee7
Add more fg distros
teohhanhui Jul 27, 2024
0036935
Fix vertical fore-back coloring when span is empty
teohhanhui Jul 27, 2024
13e2932
Use "alternate screen" for Pride month animation
teohhanhui Jul 30, 2024
ebd2535
Merge pull request #43 from teohhanhui/riir
teohhanhui Jul 30, 2024
7c13959
Use fastfetch as fallback on platforms other than *nix
teohhanhui Aug 10, 2024
474f744
Default to fastfetch if it is installed
teohhanhui Aug 18, 2024
a51a196
Add missing upstream flags
Aug 28, 2024
e04ef3b
Add note of where polyam colours were pulled from
catumin Aug 29, 2024
b33b266
Merge pull request #44 from BKasin/riir
teohhanhui Aug 29, 2024
b2f7a3c
Merge remote-tracking branch 'origin/master' into riir
teohhanhui Aug 29, 2024
0ca67a5
Set foreground colors for the newly added distro logos
teohhanhui Aug 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
243 changes: 234 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading