Main menu customization settings (hide/show items)
Add a config option to hide/show main menu items according to user preference (saved in bruce.conf).
In my case i have these items i'd like to hide, since i don't have the modules required to use them: RFID, FM, NRF24, Connect.
This should help with the increasing number of items in the main menu making the navigation too slow.
It could also justify moving some items from the "Others" menu, like BadUSB as suggested here: https://github.com/pr3y/Bruce/issues/325 https://github.com/pr3y/Bruce/issues/123
Initial implementation added in https://github.com/eadmaster/Bruce/commit/81bb8fc5f6b9695c3278cc3e07513d9833f3eaa4
Possible future enhancements:
- add a submenu in "Config" to interactively choose the items to disable
- move the disabled items inside "Others", instead of hiding them
- add another array in
bruce.confto customize the menu items order (and/or implicitly disable them?)
Is this now implemented?,if yes how do I hide things
Manually edit 'bruce.conf'.
See the example in https://github.com/pr3y/Bruce/pull/500
Added on Beta (18/06/25)