Commit Graph

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