ChrisYounger / config_explorer

Config viewer and file editor for Splunk. Based on VSCode.
GNU Affero General Public License v3.0
28 stars 7 forks source link

Ability to choose what conf to run a btool against #23

Closed MikeAnderson-E16247 closed 2 years ago

MikeAnderson-E16247 commented 2 years ago

Running a btool from the app is great, but it would be useful to choose which conf file it can be run against.

ChrisYounger commented 2 years ago

Hi Mike, are you able to provide more details on what you mean? Config Explorer already allows you to run btool on a specific file. You can right-click on any .conf file and it will provide an option to "run btool on this file". Secondly, you can click the little "light bulb" icon and this will show all the config files that exist, and allow you to run btool on any.

MikeAnderson-E16247 commented 2 years ago

That's what we needed, didn't know it existed. Thank you.