Commit Graph

122 Commits

Author SHA1 Message Date
Gobidev
c3ea78cb98
feat: add option to skip count of nix packages (#2, #10)
BREAKING CHANGE: function `total_packages` now requires the argument `skip_slow: bool`
Add option to skip nix packages being counted. This can be enabled with `PF_FAST_PKG_COUNT`
2023-02-19 20:00:50 +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
Gobidev
4a9a00a195
chore(deps): use dotenvy instead of dotenv
Change dotenv to dotenvy as dotenv is not maintained anymore
2023-02-18 15:02:47 +01:00
tony
abc6e91a38 Change dotenv to dotenvy as dotenv is not maintained anymore 2023-02-18 14:50:16 +01:00
cdea34d669
docs(readme): add binary installation option to README.md 2023-02-17 15:13:01 +01:00
6f95a26d6d
chore(release): prepare for v0.1.1
Some checks failed
CI / ${{ matrix.name }} (${{ matrix.target }}) (false, Linux x86_64, ubuntu-latest, true, x86_64-unknown-linux-gnu) (push) Has been cancelled
Release / ${{ matrix.name }} (${{ matrix.target }}) (target/x86_64-apple-darwin/release/pfetch, false, macOS x86_64, macos-latest, pfetch-macos-x86_64, true, x86_64-apple-darwin) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (true, Linux armv7, ubuntu-latest, true, armv7-unknown-linux-gnueabihf) (push) Has been cancelled
CI / ${{ matrix.name }} (${{ matrix.target }}) (true, NetBSD, ubuntu-latest, true, x86_64-unknown-netbsd) (push) Has been cancelled
Release / Generate Changelog (push) Has been cancelled
Release / ${{ matrix.name }} (${{ matrix.target }}) (target/aarch64-linux-android/release/pfetch, true, Android, ubuntu-latest, pfetch-android-aarch64, true, aarch64-linux-android) (push) Has been cancelled
Release / ${{ matrix.name }} (${{ matrix.target }}) (target/aarch64-unknown-linux-musl/release/pfetch, true, Linux musl aarch64, ubuntu-latest, pfetch-linux-musl-aarch64, true, aarch64-unknown-linux-musl) (push) Has been cancelled
Release / ${{ matrix.name }} (${{ matrix.target }}) (target/armv7-unknown-linux-gnueabihf/release/pfetch, true, Linux ARMv7, ubuntu-latest, pfetch-linux-gnueabihf-armv7, true, armv7-unknown-linux-gnueabihf) (push) Has been cancelled
Release / ${{ matrix.name }} (${{ matrix.target }}) (target/x86_64-unknown-freebsd/release/pfetch, true, freeBSD x86_64, ubuntu-latest, pfetch-freebsd-x86_64, true, x86_64-unknown-freebsd) (push) Has been cancelled
Release / ${{ matrix.name }} (${{ matrix.target }}) (target/x86_64-unknown-linux-gnu/release/pfetch, false, Linux GNU x86_64, ubuntu-latest, pfetch-linux-gnu-x86_64, true, x86_64-unknown-linux-gnu) (push) Has been cancelled
Release / ${{ matrix.name }} (${{ matrix.target }}) (target/x86_64-unknown-linux-musl/release/pfetch, true, Linux musl x86_64, ubuntu-latest, pfetch-linux-musl-x86_64, true, x86_64-unknown-linux-musl) (push) Has been cancelled
Release / ${{ matrix.name }} (${{ matrix.target }}) (target/x86_64-unknown-netbsd/release/pfetch, true, NetBSD x86_64, ubuntu-latest, pfetch-netbsd-x86_64, true, x86_64-unknown-netbsd) (push) Has been cancelled
2023-02-17 14:44:48 +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
3311e623a3
chore(check): change linux x86 target to gnu 2023-02-17 14:10:47 +01:00
242fafc97f
chore: add git-cliff configuration 2023-02-17 14:09:02 +01:00
6eb7c7d0e8
fix(check): correct wrong target name 2023-02-17 14:07:06 +01:00
2e9f0f3105
ci: add github workflows for tests and releases 2023-02-17 14:05:28 +01:00
a1a6fa53be
Add funding info 2023-02-16 18:22:28 +01:00
a73700924b
Add AUR installation method 2023-02-16 16:47:38 +01:00
ff6990b899
Add pfetch-extractor LICENSE 2023-02-16 16:25:23 +01:00
4645b697d6
Add pfetch-extractor version 2023-02-16 16:17:53 +01:00
0c9c35b971
Initial commit 2023-02-16 16:16:19 +01:00