0.1.1 • Published 8 years ago
vs-solution-opener-cli v0.1.1
Visual studio solution opener
This is a cli implementation of the repository opener found in the github app.
The tool will search for .sln
files and give options to open any that are found.
Handy when working from the command line.
Usage
$ vs
Options
-h, --help
- Display help info.
-d, --directory
- The directory to search for .sln
files.
-m, --openMultiple [true|false]
- Show multi select list when multiple .sln
files are found.
To do
- Improve performance for searching large directories
- Improve matching pattern to exclude folders that will obviously not contain
.sln
files e.g/bin
,/obj
,.git
etc