FileManager icon indicating copy to clipboard operation
FileManager copied to clipboard

Create multiple files like in shell

Open kud opened this issue 6 years ago • 1 comments

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

kud avatar Aug 29 '19 13:08 kud

See PR #58

TerminalFi avatar Jan 15 '20 04:01 TerminalFi