rmyorston / busybox-w32

WIN32 native port of BusyBox.
https://frippery.org/busybox
Other
674 stars 124 forks source link

`ps`: command column could have more space #358

Closed naksyl closed 8 months ago

naksyl commented 1 year ago

Comparing to posix win32 executables tends to have longer names. Acceptable solutions:

$ ps -o comm | grep -v 'exe$' | awk 'length() >= 15' | sort | uniq
AggregatorHost.
ApplicationFram
CAudioFilterAge
FileSyncHelper.
GameBarFTServer
IntelCpHDCPSvc.
IntelCpHeciSvc.
LocationNotific
Memory Compress
NVDisplay.Conta
OneApp.IGCC.Win
PresentationFon
RstMwService.ex
RtkBtManServ.ex
RuntimeBroker.e
SearchIndexer.e
SearchProtocolH
SecurityHealthS
ShellExperience
StartMenuExperi
SynTPEnhService
SystemSettings.
SystemSettingsB
TextInputHost.e
UserOOBEBroker.
WidgetService.e
WindowsTerminal
[System Process
backgroundTaskH
igfxCUIService.
msedgewebview2.

edit: [ typo in [System Process? - oh I get it no place for ]

rmyorston commented 1 year ago

Sounds reasonable. I've increased the buffer to 32 characters.

You know where to find the prereleases, I expect.

naksyl commented 1 year ago

You know where to find the prereleases, I expect.

Yes, actually I am trying to write a script which replace running busybox (old trick with rename exe + exec not sure if it can work yet) with bleeding edge - kind of busybox --update