Package for some useful tools for Sublime Text
Package for some useful tools for Sublime Text
To install UniQTools, Install Package Control First. See: https://packagecontrol.io/installation
Then after restarting, run “Package Control: Add Repository” command, and enter https://github.com/marcobalk/UniQTools at the prompt.
Last but not least run “Package Control: Install Package” command, find and install UniQTools
plugin.
- PHP Serialize
- PHP Unserialize
- Alnum
- Add DateTime Stamp
- Add Date Stamp
- Add Time Stamp
With Alnum you can generate 25 character long code (default setting). Because of its length the generated code is always unique. The first character is always a letter so it can be used as an identifier. Works with multi-cursor; replaces your selection (if any).
- use
ctrl+A
(Mac) orctrl+3
(Windows/Linux) to generate an Alnum - or open your context menu and go to 'UniQ Tools' -> 'Alnum'
{
"Alnum" : {
"length": 25, // minimum 1
}
}
Some examples of generated codes:
jswohz0qui6k22bh2h9tlsp6v
rwwihh635gbaktr42pmt4tp10
zsh6diohtbh02z9mzgzuouthp
vmgrcpxgonz7578lld1mty9n2
mub7qhdixtbbh3ured2snlbo7
- Any bugs about UniQTools please feel free to report here.
- And you are welcome to fork and submit pullrequests.
The code is available at github project under MIT licence.