Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ishu3101/renamefile
A Sublime Text 2 Plugin that lets you easily rename currently opened files.
https://github.com/ishu3101/renamefile
python sublime-package sublime-text sublime-text-2 sublime-text-plugin
Last synced: 2 days ago
JSON representation
A Sublime Text 2 Plugin that lets you easily rename currently opened files.
- Host: GitHub
- URL: https://github.com/ishu3101/renamefile
- Owner: ishu3101
- License: mit
- Created: 2014-03-14T07:17:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T02:30:12.000Z (almost 9 years ago)
- Last Synced: 2024-11-06T19:14:46.717Z (about 2 months ago)
- Topics: python, sublime-package, sublime-text, sublime-text-2, sublime-text-plugin
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RenameFile
==========A Sublime Text 2 Plugin that lets you rename currently opened files.
Installation
============The plugin can be installed manually using one of the following
methods.Using Git
---------
Go to your Sublime Text Packages directory and clone the repository
using the command below:$ git clone https://github.com/ishu3101/RenameFile
Manual Download
---------------* Download the files using the .zip download option
* Unzip the files (and rename the folder to RenameFile if needed)
* Copy the folder to your Sublime Text Packages directoryUsage
-----Add the following to your `User Key Bindings` Preference file.
`{ "keys": ["f2"], "command": "rename_file", "args": { "paths": ["$file"] } }`
Now when you want to rename the currently opened file, press the key combination you entered above (`f2` in this example).