utox39
|
3e2e340b5a
|
feat: add locale info
|
2025-03-18 10:28:12 +01:00 |
|
utox39
|
6ec1a50908
|
feat(macos): add locale info
|
2025-03-18 10:27:56 +01:00 |
|
utox39
|
72a272cf3e
|
feat(linux): add terminal info
|
2025-03-17 01:17:48 +01:00 |
|
utox39
|
9a9661d6bd
|
feat(linux): add net info
|
2025-03-17 01:14:42 +01:00 |
|
utox39
|
5c4dbbcef2
|
feat(linux): add os info
|
2025-03-17 01:09:46 +01:00 |
|
utox39
|
d0d9881561
|
feat(linux): add kernel info
|
2025-03-17 00:50:53 +01:00 |
|
utox39
|
561db69a55
|
refactor(macos): rename the CoreFoundation import from c_core_foundation to c_cf
|
2025-03-15 01:55:23 +01:00 |
|
utox39
|
879d65098e
|
build: remove lib creation
|
2025-03-13 14:25:22 +01:00 |
|
utox39
|
e3e4f528e7
|
style(macos): remove commented out code
|
2025-03-13 14:19:23 +01:00 |
|
utox39
|
c8717db61e
|
docs(README): add title
|
2025-03-13 02:12:36 +01:00 |
|
utox39
|
5c126c3207
|
refactor(macos): use errdefer to deallocate in case of error instead of doing it manually
|
2025-03-13 02:11:08 +01:00 |
|
utox39
|
4db102c08c
|
fix(macos): fix segmentation fault
|
2025-03-13 02:04:52 +01:00 |
|
utox39
|
1f53298b31
|
feat: add net info
|
2025-03-13 01:42:53 +01:00 |
|
utox39
|
7655af8fe5
|
feat(macos): add net info
|
2025-03-13 01:42:39 +01:00 |
|
utox39
|
028814dcd3
|
feat: add kernel info
|
2025-03-12 23:09:30 +01:00 |
|
utox39
|
6b2810a9a1
|
feat(macos): add kernel info
|
2025-03-12 23:09:05 +01:00 |
|
utox39
|
ecbd26cd98
|
style(macos): remove commented out code
|
2025-03-12 01:12:35 +01:00 |
|
utox39
|
f34ba63c81
|
refactor: minor changes
|
2025-03-12 01:00:26 +01:00 |
|
utox39
|
5d26493067
|
perf(macos): remove the tagged union and use an optional insted
|
2025-03-12 00:59:54 +01:00 |
|
utox39
|
68b735179d
|
feat: add swap info
|
2025-03-12 00:20:24 +01:00 |
|
utox39
|
d38cb7b413
|
feat(macos): add swap info
|
2025-03-12 00:19:53 +01:00 |
|
utox39
|
7de1c620b5
|
feat: add os info
|
2025-03-10 23:11:02 +01:00 |
|
utox39
|
4a05196764
|
feat(macos): add os info
|
2025-03-10 23:10:43 +01:00 |
|
utox39
|
f9aa1d3007
|
feat: add terminal info
|
2025-03-10 16:17:09 +01:00 |
|
utox39
|
b7139da103
|
feat(macos): add terminal info
|
2025-03-10 16:16:55 +01:00 |
|
utox39
|
fe19dd100b
|
refactor(macos): minor changes
|
2025-03-09 21:30:01 +01:00 |
|
utox39
|
613d3f503d
|
feat: add disk info
|
2025-03-09 21:22:20 +01:00 |
|
utox39
|
3506e0db7f
|
feat(macos): add disk info
|
2025-03-09 21:21:53 +01:00 |
|
utox39
|
92b348924e
|
feat(linux): add ram info
|
2025-03-08 21:51:04 +01:00 |
|
utox39
|
417604a5ee
|
chore: add README
|
2025-03-07 19:56:01 +01:00 |
|
utox39
|
62fcba9a69
|
refactor(macos)!: change std.mem.page_size to std.heap.page_size_min because of zig v0.14.0
|
2025-03-07 16:04:08 +01:00 |
|
utox39
|
78ad6fd841
|
build: update build.zig.zon for zig v0.14.0
|
2025-03-07 15:31:27 +01:00 |
|
utox39
|
128f482a9b
|
feat(linux): add cpu info
|
2025-03-06 17:51:22 +01:00 |
|
utox39
|
88f0063cc4
|
feat(linux): add shell info
|
2025-03-06 14:55:36 +01:00 |
|
utox39
|
5fecd2df1b
|
chore(macos): rename a variable
|
2025-03-06 14:49:21 +01:00 |
|
utox39
|
bf9a15a76a
|
build: link libc for linux
|
2025-03-06 14:45:58 +01:00 |
|
utox39
|
0e9474ee8f
|
feat(linux): add uptime
|
2025-03-06 14:44:40 +01:00 |
|
utox39
|
8237f3edd5
|
chore(macos): rename a variable
|
2025-03-06 14:26:55 +01:00 |
|
utox39
|
2484a2b3ef
|
chore: minor changes
|
2025-03-04 09:50:09 +01:00 |
|
utox39
|
873644a2ec
|
feat: add ram usage percentage
|
2025-03-04 01:47:45 +01:00 |
|
utox39
|
156bf14369
|
feat(macos): add ram usage percentage
|
2025-03-04 01:47:26 +01:00 |
|
utox39
|
5c0ff8fd3f
|
fix(macos): fix the calculation of ram usage
|
2025-03-04 01:46:29 +01:00 |
|
utox39
|
4444e9292c
|
feat: add ram info
|
2025-03-03 12:40:36 +01:00 |
|
utox39
|
953369e948
|
style(macos): remove a blank line
|
2025-03-03 12:40:01 +01:00 |
|
utox39
|
b93b3c2e78
|
feat(macos): add ram info
|
2025-03-03 12:38:57 +01:00 |
|
utox39
|
436d643f23
|
chore: remove a magic number
|
2025-03-03 01:37:13 +01:00 |
|
utox39
|
aff0106ed2
|
chore: add LICENSE
|
2025-03-03 01:18:07 +01:00 |
|
utox39
|
6adf8effcb
|
build: link CoreFoundation and IOKit frameworks on macOS
|
2025-03-03 01:09:03 +01:00 |
|
utox39
|
232fa771cd
|
feat: add gpu info
|
2025-03-03 01:02:24 +01:00 |
|
utox39
|
24923b5b11
|
feat(macos): add gpu info
|
2025-03-03 01:01:54 +01:00 |
|