335 Commits

Author SHA1 Message Date
fa1f013640 fix(ci): add libpci-dev for zig build
All checks were successful
Release / build (push) Successful in 37s
v0.25.0
2026-02-24 17:18:23 +00:00
c14e14fc6c fix(ci): add libpci-dev for zig build 2026-02-24 17:18:13 +00:00
2854d2a922 ci: add release workflow for x86_64 builds
Some checks failed
Release / build (push) Failing after 19s
2026-02-24 16:57:29 +00:00
utox39
8bd839a567 chore: update .gitignore 2026-02-10 16:28:26 +01:00
utox39
7c7b214c1d build: add default.nix 2026-02-10 16:24:11 +01:00
utox39
41af324564 docs(README): update README 2025-12-21 02:29:06 +01:00
utox39
366cd7b497 docs(README): update README 2025-12-21 02:26:38 +01:00
utox39
d85ae15fe6 build(build.yml): add a new path 2025-12-15 23:41:40 +01:00
utox39
19edc21b89 build(build.yml): bump zig version to 0.15.2 2025-12-15 23:40:07 +01:00
utox39
d50ccb06b1 build(build.yml): bump to macos-15 x86_64 2025-12-15 23:37:26 +01:00
utox39
c8fb8d6a3e Merge pull request #30 from utox39/feat-linux/packages
Feat linux/packages
2025-12-15 23:33:33 +01:00
utox39
df0f21bc48 docs: update README 2025-12-15 23:29:33 +01:00
utox39
8258df5aae docs: update README 2025-12-15 23:26:49 +01:00
utox39
937746ad50 build: bump version to 0.25.0 2025-12-15 23:16:16 +01:00
utox39
6ca8dcf334 perf(linux-packages): improve nix packages counting speed by adding a cache system 2025-12-15 23:12:44 +01:00
utox39
87d31a9112 refactor(linux-packages): switch Flatpak package counting to filesystem-based method 2025-12-14 20:19:54 +01:00
utox39
c867ea69c6 feat(linux-packages): add packages count 2025-12-14 02:28:52 +01:00
utox39
29d5bb1d98 refactor(linux-packages): change a comment 2025-12-14 02:09:50 +01:00
utox39
a88aab97ff feat(linux-packages): add xbps packages count 2025-12-14 02:08:27 +01:00
utox39
2de0d6ec09 feat(linux-packages): add pacman packages count 2025-12-09 21:24:24 +01:00
utox39
6f4e4eb044 refactor(utils): move countEntries from macos utils in common utils 2025-12-09 19:35:10 +01:00
utox39
a64db7a7d3 feat(linux-packages): add dpkg packages count 2025-12-09 18:25:57 +01:00
utox39
e2cbda50c1 fix(linux-packages): fix a memory leak caused by the child process writing to stderr 2025-12-09 18:25:40 +01:00
utox39
51de84d210 refactor(linux-packages): rename countFlatpaks to countFlatpakPackages 2025-12-06 23:17:24 +01:00
utox39
b9dc58fabe feat(linux-packages): add Nix packages count 2025-12-06 19:28:12 +01:00
utox39
2dfcadf413 feat(linux-packages): add flatpak packages count 2025-12-06 19:27:16 +01:00
utox39
2ea3adef12 build: add shell.nix 2025-11-15 16:06:25 +01:00
utox39
b4b92abcb5 docs(README): update README 2025-10-17 19:20:06 +02:00
utox39
3847bc247a build: bump version to 0.24.2 v0.24.2 2025-10-15 21:39:58 +02:00
utox39
784d52eac4 Merge pull request #28 from utox39/build/add-more-paths
build(build.yml): add more paths
2025-10-15 21:38:25 +02:00
utox39
f78406448a build(build.yml): add more paths 2025-10-15 21:37:54 +02:00
utox39
50b592b125 Merge pull request #27 from utox39/build/fix-paths
build(build.yml): fix paths
2025-10-15 21:34:16 +02:00
utox39
7faff1e70d build(build.yml): fix paths 2025-10-15 21:33:29 +02:00
utox39
c17b97608c Merge pull request #26 from utox39/refactor/use-utils-read-file
refactor(linux-wm): use utils.readFile
2025-10-15 21:29:24 +02:00
utox39
1e1ad7be17 feat(linux-wm): use utils.readFile 2025-10-15 21:25:29 +02:00
utox39
429c0f89b9 Merge pull request #25 from utox39/build/workflow-paths
build(build.yml): add paths
2025-10-15 20:33:45 +02:00
utox39
ad0617a7e5 build(build.yml): add paths 2025-10-15 20:32:12 +02:00
utox39
df75b0fdb5 docs(README): update README 2025-10-15 20:26:40 +02:00
utox39
89f68fe674 chore: add CONTRIBUTING.md 2025-10-15 20:22:31 +02:00
utox39
89dfeca508 docs(README): update README v0.24.1 2025-10-15 15:00:45 +02:00
utox39
a72ede5259 build: bump minimum zig version to 0.15.2 2025-10-15 15:00:19 +02:00
utox39
7254bda609 build: bump version to 0.24.1 2025-10-15 14:59:31 +02:00
utox39
d8ddd4a18e Merge pull request #24 from kirillrdy/main
Use the new `std.fs.File.read` function.
2025-10-15 14:46:02 +02:00
Kirill Radzikhovskyy
948554d022 The std.fs.File.Reader.read function was removed in Zig v0.15.2. 2025-10-15 10:31:33 +11:00
utox39
a9bb9cdeaf docs(README): update README 2025-10-11 18:21:20 +02:00
utox39
8132b0fc04 build: bump version to 0.24.0 v0.24.0 2025-10-11 17:45:15 +02:00
utox39
d5bb5b19c5 Merge pull request #23 from utox39/refactor/use-new-fs-reader
Refactor: use the new fs reader
2025-10-11 17:42:01 +02:00
utox39
1d7a175d29 feat(ascii): read the ascii art file in read-only mode 2025-10-08 22:23:36 +02:00
utox39
61ceb027a6 refactor(linux): use utils.readFile to read the files 2025-10-08 22:13:23 +02:00
utox39
3e55f6a973 refactor(ascii): use utils.readFile to read the ascii art file 2025-10-08 22:12:17 +02:00