prism4time / timeStamp_ST

A simple python timestamp plugin for Sublime Text3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timeStamp-ST

A simple timestamp plugin for Sublime Text 3

Use

  • installing
    1. in windows,copy 'timestamp.py' to C:\Users<YourUserName>\AppData\Roaming\Sublime Text 3\Packages\User
    2. in Sublime,open 'Preferences -> key bindings',by default the right column should show user's customized key binding settings.Copy the content in 'Default(Windows).sublime-keymap' to the right column.
  • use 'ctrl + F5' for inserting the current time(this usage is similar to notepad on windows )
  • for testing and debugging,you can use console in the Sublime Text 3 and refer the documentation for Sublime Text 3.

REF

About

A simple python timestamp plugin for Sublime Text3.

License:MIT License


Languages

Language:Python 100.0%