All Projects â†’ akalongman â†’ sublimetext-stringutilities

akalongman / sublimetext-stringutilities

Licence: MIT license
Sublime Text 2/3 plugin for string manipulations

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to sublimetext-stringutilities

uef-lib
Useful Erlang Functions Library
Stars: ✭ 14 (-82.72%)
Mutual labels:  datetime, html-entities
Colorhighlight
🎹 Lightweight Color Highlight colorizer for Sublime Text
Stars: ✭ 76 (-6.17%)
Mutual labels:  sublime-text, rgb
utools-recent-projects
uTools 插件, ćż«é€ŸæŸ„èŻąæœ€èż‘æ‰“ćŒ€çš„éĄč盼
Stars: ✭ 84 (+3.7%)
Mutual labels:  sublime-text
sublimetext-autobackups
Sublime Text 2/3 Auto backups plugin
Stars: ✭ 70 (-13.58%)
Mutual labels:  sublime-text
nepali utils
A pure dart package with collection of Nepali Utilities like Date converter, Date formatter, DateTime, Nepali Numbers, Nepali Unicode, Nepali Moments and many more.
Stars: ✭ 22 (-72.84%)
Mutual labels:  datetime
DateTimeRange
DateTimeRange is a Python library to handle a time range. e.g. check whether a time is within the time range, get the intersection of time ranges, truncating a time range, iterate through a time range, and so forth.
Stars: ✭ 79 (-2.47%)
Mutual labels:  datetime
exalt
A Sublime Text plugin for validating and formatting XML documents
Stars: ✭ 22 (-72.84%)
Mutual labels:  sublime-text
datetime
A Go (golang) library for parsing most ISO8601 timestamps
Stars: ✭ 24 (-70.37%)
Mutual labels:  datetime
ColorHelper
No description or website provided.
Stars: ✭ 34 (-58.02%)
Mutual labels:  rgb
masterkeys-linux
MasterKeys SDK for Linux
Stars: ✭ 22 (-72.84%)
Mutual labels:  rgb
esp rgbww firmware
Firmware for esp_rgbww_controller (https://github.com/patrickjahns/esp_rgbww_controller) based on Sming framework
Stars: ✭ 21 (-74.07%)
Mutual labels:  rgb
SaneSnippets
Sublime Text snippets optimized for humans, not robots
Stars: ✭ 59 (-27.16%)
Mutual labels:  sublime-text
node-red-contrib-string
Provides a string manipulation node with a chainable UI based on the concise and lightweight stringjs.com.
Stars: ✭ 15 (-81.48%)
Mutual labels:  string-manipulation
sublime-meetio-theme
The most powerful and adaptive theme for Sublime Text 3
Stars: ✭ 71 (-12.35%)
Mutual labels:  sublime-text
sublime-angular-material-snippets
Angular Material Design snippets plugin for Sublime Text 2/3
Stars: ✭ 25 (-69.14%)
Mutual labels:  sublime-text
vue3-date-time-picker
Datepicker component for Vue 3
Stars: ✭ 157 (+93.83%)
Mutual labels:  datetime
zephir-sublime
Sublime Text syntax highlighting for for Zephir
Stars: ✭ 41 (-49.38%)
Mutual labels:  sublime-text
Cake
Yummy syntax theme for Atom, Brackets, Sublime Text and Visual Studio Code
Stars: ✭ 47 (-41.98%)
Mutual labels:  sublime-text
sublime-font-cycler
Quickly cycle between your favorite fonts in Sublime Text with the press of a key
Stars: ✭ 19 (-76.54%)
Mutual labels:  sublime-text
mqtt-dmx-controller
A simple ArtNet / DMX Controller with MQTT Interface 💡🎬
Stars: ✭ 48 (-40.74%)
Mutual labels:  rgb

SublimeText - StringUtilities

StringUtilities is a Sublime Text 3 plugin, which adds to the editor useful string functions like:

  • Convert Tabs to Spaces
  • Convert Spaces to Tabs
  • Convert Spaces to Non-Breaking Spaces
  • Convert Chars to Html Entities
  • Convert Html Entities to Chars
  • Convert Camel Case <-> Underscores
  • Convert Single Quotes To Double
  • Convert Double Quotes To Single
  • Encode as URL Notation
  • Decode from URL Notation
  • Convert To Unicode Notation
  • Convert From Unicode Notation
  • Convert To Base64
  • Convert From Base64
  • Convert To Hex
  • Convert From Hex
  • Convert HTML Color From Hex To RGB
  • Convert HTML Color From RGB To Hex
  • Calculate Selection MD5
  • Calculate Selection SHA1
  • Convert Unixtime <-> Datetime
  • Insert Current Datetime
  • Generate Password (6 char)
  • Generate Password (8 char)
  • Generate Password (12 char)
  • Generate Password (16 char)
  • Generate Password (32 char)
  • Generate Password (40 char)
  • Generate Password (64 char)
  • Insert Internal IP Address
  • Insert External IP Address
  • Pretify JSON String

Sponsors

No sponsors yet.. :(

If you like the software, don't forget to donate to further development of it!

PayPal donate button

Installation

  • Install Package Manager.
  • Use Cmd+Shift+P or Ctrl+Shift+P then Package Control: Install Package.
  • Look for StringUtilities and install it.

If you prefer to install manually, install git, then:

Clone the repository in a subfolder "StringUtilities" in your Sublime Text "Packages" directory:

git clone https://github.com/akalongman/sublimetext-stringutilities "<Sublime Text 3 Packages folder>/StringUtilities"

The "Packages" directory is located at:

  • Linux: ~/.config/sublime-text-2/Packages/
  • OS X: ~/Library/Application Support/Sublime Text 2/Packages/
  • Windows: %APPDATA%/Sublime Text 2/Packages/

Or enter

sublime.packages_path()

into the console (Ctrl-`).

Usage

  • Right click on editor window (first select text if function is convert type) and select String Utilities menu item.

Todo

  • Add some missed functions

Libraries

  • dateutil by Gustavo Niemeyer is used for adding extensions to the standard python 2.3+ datetime module.. PSF License
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].