How can I open all files in a directory with exalted text 2?

I use windows and have successfully added an exalted value to PATH. It seems that commands like -b to open in the background do not work for any reason. My question is how to open a directory using the subl./dir command and open each file separately? Now he adds it to the project, and I would prefer to just open each file separately.

+5
source share
1 answer

You can try

> subl dir/*

Alternatively, you can open the project in a directory > subl dirand then install the EnhancedSidebar package in an elevated form. This allows you to select multiple files by right-clicking them and clicking on the link. Hope this is what you are looking for.

+8

All Articles