sublimetext - Deleting a file in sublime text 3 using the python command line -
i'm using sublime text 3 , wanted find way delete file/folder using command line easier development/ faster development.
i've installed advance_new_file can create files , folders using shortcut key ctrl
+ alt
+ n
. it's pretty smooth. cannot find way delete files.
there command line tool in st3 , pressing ctrl
+ ` open command line. there shortcut on deleting files without having me use mouse?
it opens python interpreter
. delete file, have import os
or subprocess
module , invoke rm
command.
if using linux, in luck. install guake: http://guake.org/.
these 2 keystrokes: f12 , alt+tab allow tasks without mouse quickly.
Comments
Post a Comment