Skip to content

essentialkaos/sublime-plugin-spec-changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Spec Changelog Plugin codebeat badge License

Simple plugin for Sublime Text 3 for adding changelog record header.

Installation

macOS

Open Terminal.app and do:

curl -OL# https://kaos.sh/sublime-plugin-spec-changelog/add_change_date.py
mv add_change_date.py "$HOME/Library/Application Support/Sublime Text/Packages/User/"

Windows

Press Win+R, type powershell and press Enter. Then do:

Invoke-WebRequest -Uri "https://kaos.sh/sublime-plugin-spec-changelog/add_change_date.py" -OutFile add_change_date.py
Move-Item -Force -Path add_change_date.py -Destination "$HOME\AppData\Roaming\Sublime Text\Packages\User\"

Configuration

  1. Go to PreferencesSettings;
  2. Add spec_author_name and spec_author_mail properties;
  3. Go to PreferencesKey Bindings;
  4. Add something like this:
[
  {"keys": ["ctrl+0"], "command": "prompt_add_change_date" }
]
  1. Press Ctrl+0 in your changelog section.

License

Apache License, Version 2.0

About

A simple plugin for Sublime Text 3/4 for adding changelog record header

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Languages