a command line tool to interact with the utils of cpp tbx
I want the ability to use the meta_utils because then I could possibly modify classes in a text file through this which would be VERY powerful. I want the ability to generate a constructor automatically based on a class, it can be interactive as well. I want the ability to take a header file or any file and then list out where each function starts etc and I can look at that file and get to where I want, its like the minimap in ides but just for me I want the ability to run functions that extract matching lines from files or also ones where we can extract particular matchesin on each line like grep/awk etc, but we get to use the c++ regex syntax everywhere