|
|
6c591d2fd8
|
fix: use unicode-width to determine logo width
closes #68
|
2025-01-21 21:58:25 +01:00 |
|
|
|
d3ab51b0c3
|
fix: fix PF_COLOR=0 stripping too much
closes #60
|
2024-08-02 19:31:10 +02:00 |
|
|
|
a83e813933
|
fix: ignore invalid info values instead of crashing
closes #41
|
2024-02-13 09:02:47 +01:00 |
|
|
|
e09cc31f7d
|
refactor: outsource pfetch logo parser code to separate crate
This makes the parse_logo() function accessible at compile-time and
runtime
|
2023-07-05 19:00:25 +02:00 |
|
|
|
ea6b78db16
|
feat: add cpu name info option
|
2023-05-20 15:48:22 +02:00 |
|
|
|
a8b69d36ef
|
refactor: simplify code with .ok()
|
2023-05-20 15:44:03 +02:00 |
|
|
|
c7706ab56f
|
fix: fix panic when file specified in PF_SOURCE does not exist
closes #27
|
2023-04-14 13:01:28 +02:00 |
|
OldWorldOrdr
|
6ab6bbe8ac
|
feat: add help menu and -v argument to show version (#24)
* add a way to print version
* implement help menu
|
2023-04-14 12:55:59 +02:00 |
|
|
|
5cd50fa11d
|
fix(main): disable line wrap for pfetch output
related issue: #16
|
2023-03-16 13:57:04 +01:00 |
|
OldWorldOrdr
|
9f8b035d43
|
feat: add option to set title color to info name color (#15)
This can be done by setting `PF_COL3` to `COL1`
|
2023-03-15 20:35:36 +01:00 |
|
|
|
8c53f0111f
|
perf: prefer libmacchina readouts over dotenvy
|
2023-03-09 14:21:39 +01:00 |
|
|
|
ab02f3c39e
|
fix: fix os and host detection on Windows
|
2023-02-24 18:57:29 +01:00 |
|
|
|
40ed953f97
|
fix!: fix OS and host detection on macOS
|
2023-02-21 18:43:39 +01:00 |
|
TheHolyTachanka
|
8143dc9a4d
|
renamed skip_slow
|
2023-02-19 20:49:40 +02:00 |
|
TheHolyTachanka
|
c2b4ca43fd
|
fixed issue(again)
|
2023-02-19 20:42:11 +02:00 |
|
TheHolyTachanka
|
f0171701fa
|
Renamed skip_slow to skip_slow_package_managers
|
2023-02-19 20:40:26 +02:00 |
|
TheHolyTachanka
|
79f6aa4c57
|
remade the code to use dotenvy
|
2023-02-19 19:57:37 +02:00 |
|
tony
|
abc6e91a38
|
Change dotenv to dotenvy as dotenv is not maintained anymore
|
2023-02-18 14:50:16 +01:00 |
|
|
|
e92fba8d8d
|
fix: fix ASCII detection on MacOS (#4)
|
2023-02-17 14:26:53 +01:00 |
|
|
|
0c9c35b971
|
Initial commit
|
2023-02-16 16:16:19 +01:00 |
|