Commit Graph

30 Commits

Author SHA1 Message Date
Adrian Groh
fed3a6d95d
feat(logos): add Bazzite logo (#39)
closes #38

* Add bazzite logo

* Fix bazzite os detection

* Add bazzite to logo lists

* chore(logos): re-render all logos

* chore(logos): re-render all logos

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-06 08:19:40 +01:00
77004a6cff
fix: do not display "Unknown" in os name
closes #37
2024-02-03 20:08:08 +01:00
ac52b2cab6
chore: fix clippy warnings
Some checks failed
CI / ${{ matrix.name }} (${{ matrix.target }}) (false, Linux x86_64, ubuntu-latest, true, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (false, Windows x86_64, windows-latest, true, x86_64-pc-windows-gnu) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (false, macOS x86_64, macos-latest, true, x86_64-apple-darwin) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (true, Android, ubuntu-latest, true, aarch64-linux-android) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (true, FreeBSD, ubuntu-latest, true, x86_64-unknown-freebsd) (push) Has been cancelled
CI / render (push) Has been cancelled
2023-10-13 12:14:55 +02:00
62be00b3b9
feat: add support for custom logos at runtime
Some checks failed
CI / ${{ matrix.name }} (${{ matrix.target }}) (false, Linux x86_64, ubuntu-latest, true, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (false, Windows x86_64, windows-latest, true, x86_64-pc-windows-gnu) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (false, macOS x86_64, macos-latest, true, x86_64-apple-darwin) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (true, Android, ubuntu-latest, true, aarch64-linux-android) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (true, FreeBSD, ubuntu-latest, true, x86_64-unknown-freebsd) (push) Has been cancelled
closes #33
This allows to use the `PF_CUSTOM_LOGOS` option to load a file
containing pfetch logos
2023-07-07 16:23:29 +02: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
Silas Groh
7a898206fa
fix: use short forms for colors below 8 (#31)
closes #30
2023-06-02 13:57:08 +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
7f8e997b8d
feat: add alternative rpm package count method (for OpenSUSE)
This enables package count on openSUSE, although very slow
more info: https://github.com/Macchina-CLI/libmacchina/issues/154
closes #25
2023-04-14 13:34:34 +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
0ab0e5243f
fix(lib): never show TEMPLATE_VERSION_ID in os name
This appears when running pfetch-rs in a podman Arch Linux container
2023-04-08 18:52:51 +02:00
5cd50fa11d
fix(main): disable line wrap for pfetch output
related issue: #16
2023-03-16 13:57:04 +01:00
1a18897723
fix(lib): fix Bedrock Linux not being detected
closes #17
2023-03-16 12:58:17 +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
RubixDev
e62cfdfff3
feat: add DietPi logo and support all 256 ANSI colors 2023-02-25 21:24:57 +01:00
39785f1911
feat: use libmacchina package count for Windows and BSD 2023-02-24 20:03:45 +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
fc665ce956 fixed issue(im dumb) 2023-02-19 20:41:32 +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
TheHolyTachanka
1fb960c1c6 added flag to disable nix 2023-02-19 18:42:50 +02:00
tony
abc6e91a38 Change dotenv to dotenvy as dotenv is not maintained anymore 2023-02-18 14:50:16 +01:00
7377504ed6
fix(lib): fix macos package count
use libmacchina to count macos packages
2023-02-17 14:42:13 +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