FileManager
FileManager copied to clipboard
⚡️ A Sublime Text 3 package to help with file (duplicate, move, create...) ⚡️
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`
https://github.com/math2001/FileManager/blob/d7e4ff5944df4b661126a15c3df51bd85960fc84/sublimefunctions.py#L35-L41 Maybe this feature should be removed all together anyway (ref #53)
There should be a list of tips and tricks or like popular settings/mappings that people use. It probably should be in the readme. - [ ] create new file from...
I'm really suprised that I haven't seen any bug with tab completion. I guess not many people know about it. Regardless, it should be tested properly. It's gonna be a...
It would be very convenient if there was an opportunity to add a folder to the project.
Simply typing `$` in the open/create file input field gives the infinite loop message. Seems like it happens because `transform_aliases` is being called after every key press (to show the...
Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 1.6.1 to 10.0. Release notes Sourced from pymdown-extensions's releases. 10.0 Break: Snippets: snippets will restrict snippets to ensure they are under the base_path preventing snippets relative to...
### What This adds support for Bash like expansion for the Create command. It uses FacelessUsers bracex library which supports bash like expansion.
Quite a lot of features are now redundant (ignoring ST3). Should probably consider what is actually useful and keep just that.