Summary
Automatically expand items in the tree, based on a criteria.
CLI flag
Example: to auto-expand when a process has network activity, or mutates the file system.
Expandables:
file:<FileOps> where FileOps is a union of: create, read, update, destroy.
proc:<ProcOps> where ProcOps is a union of create, error, exit, spawn child.
net:<NetOps> where NetOps is a union of connect, read, write
Default: file:cud,proc:e,net:crw
Menu toggle
A View submenu:
View
> Auto Expand >
File >
Proc >
Net >
Where File, Proc, Net are submenus with toggles.
Summary
Automatically expand items in the tree, based on a criteria.
--expandflag with array of expand criteriaCLI flag
Example: to auto-expand when a process has network activity, or mutates the file system.
Expandables:
file:<FileOps>where FileOps is a union of:create,read,update,destroy.proc:<ProcOps>where ProcOps is a union ofcreate,error, exit,spawn child.net:<NetOps>where NetOps is a union ofconnect,read,writeDefault:
file:cud,proc:e,net:crwMenu toggle
A View submenu:
Where File, Proc, Net are submenus with toggles.