You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename Mode is really cool and powerful, specially when it's mixed with multi cursor capabilities of Sublime. It would be even cooler if we could rename with a simple template that could be interpolated in python when committing the rename action. something like this:
myfile-${i}-${d}-${t}.ext
where: ${i} : an index auto-incrementing number ${d}: date ${t}: time ${name}: previous file name
It's just an idea.
The text was updated successfully, but these errors were encountered:
aziz
changed the title
Renaming based on template e.g myfile-${n}-${d}-${t}.ext
Renaming based on template e.g myfile-${i}-${d}-${t}.ext
Jan 25, 2015
Rename Mode is really cool and powerful, specially when it's mixed with multi cursor capabilities of Sublime. It would be even cooler if we could rename with a simple template that could be interpolated in python when committing the rename action. something like this:
where:
${i}
: an index auto-incrementing number${d}
: date${t}
: time${name}
: previous file nameIt's just an idea.
The text was updated successfully, but these errors were encountered: