Skip to content

filipelinhares/timenow-sublime

Repository files navigation

tn - timenow

Sublime Text plugin to insert timestamp, date, time and datetime.

Install

  1. Open packagecontrol.io - (ctrl or ) + + p
  2. Type Timenow
  3. ✅ Installed!

Usage

EditTimenow

Timenow usage

Custom formats

PreferencesPackage SettingsTimenowSettings User

{
  "date_format":     "%Y-%m-%d",
  "time_format":     "%H:%M:%S",
  "datetime_format": "%Y-%m-%d %H:%M",
  "stamp_format":    "%y%m%d%H%M%S"
}

Custom key bindings

PreferencesKey Bindings

Add your key binding in the Default (Windows).sublime-keymap--User like this.

[
    {"keys": ["ctrl+t"], "command": "tn_date"}
]

(change ctrl to super when you use OSX)

Commands: tn_date tn_stamp tn_time tn_datetime

License

filipe - WTFPL

About

🕰 Easily insert current stamp, time, date and datetime in Sublime Text

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages