Commit Graph

34 Commits

Author SHA1 Message Date
utox39
7dba1c169c fix(macos): fix calculation for ram usage 2025-03-18 11:04:53 +01:00
utox39
6ec1a50908 feat(macos): add locale info 2025-03-18 10:27:56 +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
e3e4f528e7 style(macos): remove commented out code 2025-03-13 14:19:23 +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
7655af8fe5 feat(macos): add net info 2025-03-13 01:42:39 +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
5d26493067 perf(macos): remove the tagged union and use an optional insted 2025-03-12 00:59:54 +01:00
utox39
d38cb7b413 feat(macos): add swap info 2025-03-12 00:19:53 +01:00
utox39
4a05196764 feat(macos): add os info 2025-03-10 23:10:43 +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
3506e0db7f feat(macos): add disk info 2025-03-09 21:21:53 +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
5fecd2df1b chore(macos): rename a variable 2025-03-06 14:49:21 +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
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
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
24923b5b11 feat(macos): add gpu info 2025-03-03 01:01:54 +01:00
utox39
95540feb55 fix: fix incorrect size of cpu name 2025-03-01 18:47:29 +01:00
utox39
ea7c11ff78 feat(macos): add cpu info 2025-02-27 15:20:51 +01:00
utox39
13391e1ed1 chore(macos): remove commented line 2025-02-26 16:54:22 +01:00
utox39
c13601fca8 feat(macos): add shell info 2025-02-26 16:50:43 +01:00
utox39
51e7d3bd8c chore(macos): add comments 2025-02-24 10:36:38 +01:00
utox39
b163ec1d6b chore(macos): remove magic numbers in the getSystemUptime function 2025-02-24 01:22:50 +01:00
utox39
6a5203ab7e feat(macos): add uptime 2025-02-24 00:28:17 +01:00
utox39
e7af5f4d28 feat: add hostname info 2025-02-23 22:21:41 +01:00
utox39
9e5f5ef3cf chore: initial commit 2025-02-23 16:55:11 +01:00