aristocratos/btop

[REQUEST] Process command prefix/regex filtering

Open

#1,054 建立於 2025年3月1日

在 GitHub 查看
 (2 留言) (12 反應) (0 負責人)C++ (1,011 fork)batch import
featuregood first issue

倉庫指標

Star
 (32,227 star)
PR 合併指標
 (平均合併 22天 4小時) (30 天內合併 25 個 PR)

描述

Is your feature request related to a problem? Please describe. On NixOS, process commands are always very long because everything is located in the Nix store under a cryptographically-hashed prefix (see screenshot). Even at a very high resolution (3840x1600 in my case) with btop maximized, and the left panel hidden, it's impossible to see the full command much of the time.

Describe the solution you'd like I'd like to be able to specify a prefix (maybe regex) to exclude some parts of the process command. For example, instead of /nix/store/<long string>/bin/.firefox-wrapped --name firefox, I could configure it to just show bin/firefox-wrapped --name firefox.

Describe alternatives you've considered Using a different distro would solve this but I don't wanna.

Additional context Image

貢獻者指南