Yuki Kurosawa
d2dfd950a3
Update KSLinux detection due to kpt and kpm command is removed ( #395 )
...
* Update KSLinux detection due to kpt and kpm command is removed
* Fix Bugs
2025-04-06 01:03:39 -04:00
Paul
45ee7e199e
Fix unwanted space in Python version ( #401 )
...
Before:
```
Python: Python 3.13.2 [Clang 16.0.0 ]
```
After:
```
Python: Python 3.13.2 [Clang 16.0.0]
```
2025-04-06 01:02:46 -04:00
Azalea Gui
2cfea54a88
[+] Cisgender flag for #386
...
Okay I think if I added this, someone will ask about the straight flag again.
In terms of historical context, the cisgender flag has been used neutrally, and it has not been used as a symbol of dismissal like the straight flag did. While some people question whether it's necessary to have a pride flag for the majority identity that do not face discrimination, its existence isn't perceived as offensive by the LGBTQ+ community. So I judged it would be harmless to add the cisgender flag, while adding the straight flag would be harmful.
2025-02-16 17:41:21 -05:00
Alice
0cc6ddbca8
[PR] Auto detect light/dark mode, changing the theme accordingly ( #380 )
...
* disable clippy lint
* fmt
* move detect bg into a function
* auto detect light/dark opt
* auto detect dark cli opt
* optional light-dark
* cli opt
* nicer looking output
* [-] Revert code style changes
* [-] Revert code style changes
* [-] Revert code style changes
* [-] Revert
* make the default theme dark
---------
Co-authored-by: Azalea <22280294+hykilpikonna@users.noreply.github.com>
2025-02-16 16:58:45 -05:00
Streaksu
8a536c30f0
[PR] Separate Gloire from Ironclad ( #388 )
2025-02-15 09:08:03 -05:00
Un1q32
5c24bd443a
[PR] fix cpu fetching code for leopard and tiger ( #387 )
...
* fix cpu fetching code for leopard and tiger
* some 10.5 systems have this sysctl, just check if it exists like this
2025-02-15 09:03:48 -05:00
Un1q32
e691b2d9da
[PR] fix memory code for old macOS versions ( #389 )
...
* fix memory code for old macOS versions
* don't print memory at all here, instead of just printing zeros
2025-02-15 10:48:21 +08:00
Ameyama Izumi
5ec7b4f01a
[+] Add Kessoku Band flag for meme ( #384 )
...
* [+] Add Kessoku Band flag for meme
* [F] Fix key
---------
Co-authored-by: Azalea <22280294+hykilpikonna@users.noreply.github.com>
2025-01-19 05:55:17 +08:00
Azalea
f38b754783
[F] Port fix #383 to rust
2025-01-18 16:51:17 -05:00
jjanzen
211beb7b6a
Limit permutations to 1000 ( #383 )
...
limit permutations to 1000
Co-authored-by: jjanzen <jjanzen@jjanzen.ca>
2025-01-19 03:08:12 +08:00
Azalea
02c64ef281
[F] Fix #379
2025-01-06 04:53:25 -05:00
Azalea
4e9c510240
[F] Fix #378
2025-01-06 04:47:46 -05:00
zenobit
d6b559fb40
[F] am count packages fix ( #375 )
2025-01-04 03:16:00 +08:00
Azalea Gui
9806ced8b2
[F] Fix windows build
2024-12-22 08:25:13 -05:00
Azalea Gui
982ac52c69
[O] Better pathfinding
2024-12-22 08:14:24 -05:00
Azalea Gui
f9c9a92048
[O] Write neofetch file instead of finding path
2024-12-22 06:56:55 -05:00
Azalea Gui
b8e5dadd78
[O] Use include_str instead of hardcoding
2024-12-22 06:38:40 -05:00
Azalea Gui
287921439d
[U] Update readme
2024-12-22 06:34:09 -05:00
Azalea Gui
e8e0a58e4b
[U] Update builder script
2024-12-22 06:23:55 -05:00
Azalea Gui
3a80670491
[F] Fix version detection
2024-12-22 06:23:17 -05:00
Azalea Gui
8cc06c02b5
[F] Fix entry
2024-12-22 06:19:24 -05:00
Azalea Gui
48f52be2d3
[F] Fix windows build
2024-12-22 05:55:38 -05:00
Azalea Gui
b009342d78
[F] Fix osx build strip issue
2024-12-22 05:53:46 -05:00
Azalea Gui
8e4b57e33a
[F] Fix rust musl build segfault
2024-12-22 05:53:28 -05:00
Azalea Gui
9a9101a9a3
[+] Rust entrypoint in pypi
2024-12-22 04:59:40 -05:00
Azalea Gui
90d12d9385
[+] OSXCross rust build
2024-12-22 04:47:16 -05:00
Azalea Gui
ca74acbafb
[O] Build rust using musl static
2024-12-22 04:22:52 -05:00
Azalea Gui
afd9ad33d4
[F] Fix rust builder
2024-12-22 01:39:13 -05:00
Azalea
cafa3ff752
[+] Rust builder?
2024-12-22 01:09:44 -05:00
Azalea
a0db219ba3
[+] Rust launcher
2024-12-22 00:27:22 -05:00
Azalea
89cced9950
[F] Fix rust windows build
2024-12-22 00:27:10 -05:00
Azalea
1ff4b12f19
[F] Fix windows
2024-12-22 00:26:55 -05:00
Azalea Gui
4f8ddd1c22
[O] Shorten code for #372
2024-12-21 21:40:06 -05:00
Azalea
7a42824883
[PR] #370 from teohhanhui/rust-catchup
...
Port missed changes from the Python version
2024-12-21 21:31:01 -05:00
Azalea
916f7274df
[PR] #372 from ctcl-bregis: n/p for next/previous shorthand
...
One-letter page selection and page number roll over on Rust version
2024-12-21 21:30:27 -05:00
ctcl-bregis
79fc190013
shorthand next and prev and page number roll over
2024-12-16 19:51:46 -05:00
Azalea Gui
e78d95e573
[U] Bump version to 2.0.0
2024-12-10 08:56:33 -05:00
Azalea Gui
943503004d
[+] Add print_font_logo CLI option
2024-12-10 08:54:32 -05:00
Azalea Gui
deb2bddbe1
[+] Font logo
2024-12-10 08:54:10 -05:00
Azalea
15fabbdb1a
[PR] #371 from bertronika/fast-rpm: Speed-up rpm total package count
...
neofetch: Speed-up rpm total package count
2024-12-10 04:04:16 -05:00
Nejc Bertoncelj
df71b0132a
neofetch: Speed-up rpm total package count
...
Skipping package digest and signature verification yields a significant
speed-up when counting total packages.
Idea taken from rpm's bash-completion script.
2024-11-30 20:27:13 +01: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
Azalea
bb260890c5
Merge pull request #369 from LS-KR/master
...
[+] Add watermelon cream lozenges flag for meme
2024-11-22 02:46:58 -05: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