You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My windows foo may be a bit weak, but installation and execution of Complexity is done from the command line. While this isn't inherently a bug, the creation of an exe (or batch file) or two that would allow a windows user to install and use complexity without having to manually type the directories every time, at the least, or even seeing the command prompt/terminal, at best, would be awesome.
A batch file would likely require typing at least the target project directory. A GUI (perhaps in C++) could let the user choose the file and directory using an explorer prompt.
My windows foo may be a bit weak, but installation and execution of Complexity is done from the command line. While this isn't inherently a bug, the creation of an exe (or batch file) or two that would allow a windows user to install and use complexity without having to manually type the directories every time, at the least, or even seeing the command prompt/terminal, at best, would be awesome.
A batch file would likely require typing at least the target project directory. A GUI (perhaps in C++) could let the user choose the file and directory using an explorer prompt.
My findings on the installation process can be found in the notes section here: https://github.com/nekocoder/complexity
My sample batch file, in the files folder, is my crude first attempt at a model for a command line solution.
The text was updated successfully, but these errors were encountered: