Commit Graph

  • 2e50240bb1 Merge pull request #1275 from vandabbin/fix-escapes Jakob P. Liljenberg 2025-10-12 16:01:38 +02:00
  • 83aa6ffed8 fix arrow keys that send 'O' instead of '[' Barry Van Deerlin 2025-09-28 19:29:26 -07:00
  • a207f579c9 Merge pull request #1282 from Twopic2/fix-loongarch-cpu-freq Jakob P. Liljenberg 2025-10-12 15:57:37 +02:00
  • 9a97cb76a3 fixed conditional statement to cpufreq.peek() == 'c' || cpufreq.peek() == 'C twopic2 2025-10-05 15:46:20 -07:00
  • df1d8c746e Fix CPU frequency detection for LoongArch CPUs twopic2 2025-10-05 01:18:05 -07:00
  • d7902f418d Merge pull request #1277 from emiliopedrollo/main Jakob P. Liljenberg 2025-10-12 15:44:20 +02:00
  • 040171400a feat: Introduce cpu frequency display modes Emilio B. Pedrollo 2025-09-30 15:28:42 -03:00
  • 4f661d5404 Merge pull request #1268 from goddamnparticle/fix/issue-1245 Jakob P. Liljenberg 2025-10-12 15:30:06 +02:00
  • c17ecb4a9a Merge branch 'main' into fix/issue-1245 goddamnparticle 2025-10-10 16:22:57 +03:00
  • 845d2cb066 Revert "Use /sys/dev/block/MAJOR:MINOR instead of /sys/block/NAME for disk I/O" Steffen Winter 2025-10-08 13:08:01 +02:00
  • 1c6413db04 feature: add process renice functionality Yusuf Salk 2025-10-06 23:54:22 +03:00
  • 184a59fa0e Skip 'H' and 'HX' suffix in AMD cpu name trimming (#1272) Gerald Chen 2025-10-04 03:21:16 +08:00
  • 7c29dc00a7 Add zh_TW localization to the XDG desktop entry 林博仁(Buo-ren Lin) 2025-09-22 01:51:57 +08:00
  • 17aa6c810b Fix incorrect list item paragraph indentation in the README 林博仁(Buo-ren Lin) 2025-09-22 02:08:01 +08:00
  • 09f2530f81 Add additional metadata to the snap distribution 林博仁(Buo-ren Lin) 2025-09-21 16:06:59 +08:00
  • f8e18efe3d Fix missing application entry in the snap distribution 林博仁(Buo-ren Lin) 2025-09-21 15:35:36 +08:00
  • 8b2ed8a713 Fix incorrect YAML indentation depth in the Snapcraft project file 林博仁(Buo-ren Lin) 2025-09-21 16:15:53 +08:00
  • a1099d075f v1.4.5 Bug fixes v1.4.5 aristocratos 2025-09-19 22:29:22 +02:00
  • 21ca9093af Bump bundled fmt to 12.0.0 Steffen Winter 2025-09-18 11:55:42 +00:00
  • bdddfc46a2 Enable vim movement in help menu (#1242) Anton Melnikov 2025-09-10 17:49:55 +02:00
  • e51f5c202f Remove reduntant symbols in tree view (#948) Denis Mikhaylik 2025-09-10 18:20:16 +03:00
  • 666dffc6f2 Use /sys/dev/block/MAJOR:MINOR instead of /sys/block/NAME for disk I/O CountBleck 2025-09-02 16:21:27 -07:00
  • db34cb55a4 Don't terminate on GPU access failure Steffen Winter 2025-07-10 12:35:05 +02:00
  • fac4a704ec Merge pull request #1233 from Tom94/fix-setcap Jakob P. Liljenberg 2025-08-19 17:18:36 +02:00
  • 8f7f79b48a fix: setcap cap_dac_read_search was overriding cap_perfmon Thomas Müller 2025-08-19 09:53:12 +02:00
  • 750a1d3a46 Fix musl builds missing artifacts aristocratos 2025-08-17 11:36:53 +02:00
  • 492bb27277 chore(deps): update actions/checkout action to v5 renovate[bot] 2025-08-17 08:14:54 +00:00
  • f185d4aef1 chore(deps): update actions/checkout action to v5 renovate[bot] 2025-08-17 08:28:42 +00:00
  • 9d3b6450c6 Update README.md Jakob P. Liljenberg 2025-08-17 10:20:09 +02:00
  • a99f8ba1f0 Merge pull request #1227 from Tom94/cpu-power-usage Jakob P. Liljenberg 2025-08-17 10:14:34 +02:00
  • db0514fa32 feat: display CPU power draw & fix GPU+load avg overwriting core info Thomas Müller 2025-08-16 17:10:13 +02:00
  • b864dcdf68 refactor: remove reduntant casts and avoid conversions Steffen Winter 2025-08-06 13:10:42 +02:00
  • 4f5abbb3eb Revert unnecessary locale changes and remove debug line. aristocratos 2025-08-11 14:45:26 +02:00
  • a05192fc4a fix: disable locale when writing config file Steffen Winter 2025-07-28 01:47:51 +02:00
  • 014614b448 Add Gotham theme Justin Rebelo 2025-07-30 13:54:31 -07:00
  • 65c7d0b814 Update CODE_OF_CONDUCT.md Jakob P. Liljenberg 2025-07-29 14:04:58 +02:00
  • 5977402723 Merge pull request #1165 from sam-kirby/feat/encdec Jakob P. Liljenberg 2025-07-28 14:52:13 +02:00
  • 185d61d1aa match formatting for units Sam Kirby 2025-05-25 03:04:55 +01:00
  • d1b391b2fb fix layout issue when enc/dec meters are unavailable Sam Kirby 2025-05-25 02:58:10 +01:00
  • 6f85037cb0 disable encode/decode monitoring on AMD and Intel GPUs Sam Kirby 2025-05-25 02:41:22 +01:00
  • b79e487804 impl encode/decode monitoring for Nvidia Sam Kirby 2025-05-24 17:55:11 +01:00
  • 18cb61b7d6 Add utilisation meters for GPU hardware video encoder and decoder Sam Kirby 2025-05-24 17:54:10 +01:00
  • 38c2523ed1 Merge pull request #1197 from RadsammyT/battery-ttf Jakob P. Liljenberg 2025-07-28 14:43:29 +02:00
  • 011861fe96 linux-batt: Battery Time-to-full RadsammyT 2025-07-20 17:52:56 -04:00
  • b26f9a0f3f Merge pull request #1203 from imwints/push-xqnrmnqkwryn Jakob P. Liljenberg 2025-07-28 14:41:07 +02:00
  • 26dd6e1beb Convert ascii escape codes in mountpoint names before reading statvfs. Steffen Winter 2025-07-28 01:20:23 +02:00
  • 7149b35398 Merge pull request #1198 from entropylost/fix/preset-gpu Jakob P. Liljenberg 2025-07-28 14:40:04 +02:00
  • 17127e2ee6 Fix presets erroring with gpu* usage. ReversedGravity 2025-07-24 12:27:55 -04:00
  • fc713adf4d Merge pull request #1205 from godalming123/main Jakob P. Liljenberg 2025-07-28 14:35:20 +02:00
  • cedf805e84 Clarify where btop loads themes from godalming123 2025-07-28 13:13:44 +01:00
  • 276d68aed6 Update "cpu responsive" to "cpu direct" in README.md (#1199) Adam Spiers 2025-07-27 23:25:10 +01:00
  • 86ec5fd062 Changed decimal points to always be dots regardless of locale, issue #1183 aristocratos 2025-07-18 00:20:18 +02:00
  • b3356354a4 Fix --tty/--no-tty flag having no effect Steffen Winter 2025-07-04 11:42:36 +02:00
  • 3c39088292 Update README.md (#1194) Managor 2025-07-12 13:34:20 +03:00
  • 1e8f7dd3ff docs: spelling and formatting fixes in README.md (#1182) Anthony D'Atri 2025-07-04 07:03:47 -04:00
  • 762d0b4bb4 Reduce noise in Github templates Steffen Winter 2025-07-02 12:30:51 +02:00
  • 0f398abd64 v1.4.4 Bug fixes v1.4.4 aristocratos 2025-07-03 22:53:42 +02:00
  • dec33b445a Fix auto-detection of CPU temp on Ampere boards (#1185) Rebecca Cran 2025-07-02 03:48:28 -06:00
  • be845e693a ci: update openbsd 7 runners to 7.7 Steffen Winter 2025-06-26 12:36:29 +02:00
  • a871a908fc ci: update freebsd 14 runners to 14.3 Steffen Winter 2025-06-26 12:34:33 +02:00
  • 1c2ab3f5b5 Merge branch 'main' of github.com:aristocratos/btop aristocratos 2025-06-14 18:36:43 +02:00
  • 589c133fb3 Fixed floating_humanizer() to work correctly when numeric delimiter isn't a dot. aristocratos 2025-06-14 18:36:39 +02:00
  • 1b0b89212e Add command line option to set an inital filter Steffen Winter 2025-05-13 20:39:02 +02:00
  • 27f11e4bc6 CMake: Create a library target for intel_gpu_top code Steffen Winter 2025-06-02 20:21:03 +02:00
  • 1d0db23eeb CMake: Don't drop LTO silently Steffen Winter 2025-06-02 19:55:54 +02:00
  • d429bcfe82 Exit gracefully if integer conversion in CLI parser fails Steffen Winter 2025-06-01 23:42:47 +02:00
  • 6d4bcacfee Make 100ms the minimal refresh rate Steffen Winter 2025-06-01 17:35:11 +02:00
  • 61fbc11044 CI: Disable recursive cloning in workflows Steffen Winter 2025-05-23 23:46:15 +02:00
  • a7bf6831be CMake: Remove compiler warning options Steffen Winter 2025-05-23 23:49:33 +02:00
  • 42fac76af9 Fix wrong use of too in terminal size error message (#1166) MrCocoNuat 2025-05-27 08:03:10 +00:00
  • cfe075e649 Make the disk filter description more clear (#1077) Tim Strijdhorst 2025-05-23 23:57:56 +02:00
  • a6ab8f6f97 Lock/unlock config to avoid infinite recursion (#1031) Jacek Wieczorek 2025-05-23 14:34:04 +02:00
  • 92f127ec71 Remove unused .gitmodules file Steffen Winter 2025-05-11 14:03:42 +02:00
  • d758fc8dc6 Fix incorrect positioning and start symbol of second title introduced in 2538d89ed9 xDMPx 2025-05-13 00:06:09 +02:00
  • ffcd064a36 Fix dangling reference warnings for GCC 13 and later aristocratos 2025-05-11 01:07:52 +02:00
  • 3f1ccd9f6c v1.4.3 Bug fixes v1.4.3 aristocratos 2025-05-10 13:02:34 +02:00
  • 9bd618fd0e Sync CMake.gitignore template Steffen Winter 2025-05-03 15:57:58 +02:00
  • d000384a41 Ignore incomplete filter regex Steffen Winter 2025-05-03 14:16:45 +02:00
  • b44f87a426 Remove redundant optimization flag Steffen Winter 2025-05-03 00:25:37 +02:00
  • f1c1e737d0 Enable additional checks in libc++ with the new hardening mode Steffen Winter 2025-05-03 00:33:25 +02:00
  • c3b225f536 Revert e266ccd which broke str_to_upper() and str_to_lower() aristocratos 2025-05-03 13:25:46 +02:00
  • 99dac3eb76 Merge pull request #1131 from imwints/push-lnqkzlnpzpqs Jakob P. Liljenberg 2025-05-01 22:35:44 +02:00
  • 274d0c78e5 v1.4.2 Bug fixes v1.4.2 aristocratos 2025-05-01 22:24:11 +02:00
  • f1482fe87e Fix process arguments appearing outside proc box by replacing ASCII control codes with blankspace, issue #1080 aristocratos 2025-05-01 21:59:49 +02:00
  • 6459c6470b ci: run cmake workflows on changes to the cmake module folder Steffen Winter 2025-05-01 21:02:23 +02:00
  • f46a133a0c Merge pull request #1130 from imwints/push-pqvlpwzmzlyu Jakob P. Liljenberg 2025-05-01 20:42:32 +02:00
  • 2538d89ed9 perf: use string view everywhere Steffen Winter 2025-05-01 17:42:51 +02:00
  • c52b2c4c93 perf: avoid copies by moving string into struct Steffen Winter 2025-05-01 17:42:51 +02:00
  • 99713316e8 perf: avoid copies with capture-by-reference Steffen Winter 2025-05-01 17:42:51 +02:00
  • eb7970ad89 refactor: use algorithm from <ranges> Steffen Winter 2025-05-01 17:42:51 +02:00
  • e266ccdc99 refactor: remove unnecessary lamda Steffen Winter 2025-05-01 17:42:51 +02:00
  • c7e76900ff perf: use smaller enum base type Steffen Winter 2025-05-01 17:42:51 +02:00
  • fd35ac1b61 Update flags in help message and README Tom Webber 2025-05-01 13:33:03 +02:00
  • a5b01c1ac3 Fix wrong naming in documentation and error messages for force-utf argument Tom Webber 2025-04-30 14:59:05 +02:00
  • d3e16cb8e3 Respect the cli flags debug and force utf Steffen Winter 2025-05-01 18:22:00 +02:00
  • 70223c8c1c Remove unused variable Steffen Winter 2025-05-01 18:20:44 +02:00
  • 7fde3b0612 Flatten cmake module path Steffen Winter 2025-05-01 16:19:32 +02:00
  • 9df491eff7 CMake: Remove option to use mold Steffen Winter 2025-05-01 16:23:48 +02:00
  • bbae1460a8 Some spelling + grammar fixes :) Raymont Qin 2025-02-24 07:42:47 +13:00
  • adce088bc9 Update Terminus font link Raymont Qin 2025-02-24 07:41:53 +13:00