FileManager
FileManager copied to clipboard
Create multiple files like in shell
When creating files, it could be great to do something like:
/path/index.{js,css,html}
to create:
/path/index.js/path/index.css/path/index.html
See PR #58