https://github.com/vovayatsyuk/sublime-ip-address
Plugin for Sublime Text to detect IP address
https://github.com/vovayatsyuk/sublime-ip-address
ip-address sublime-text-3
Last synced: about 1 year ago
JSON representation
Plugin for Sublime Text to detect IP address
- Host: GitHub
- URL: https://github.com/vovayatsyuk/sublime-ip-address
- Owner: vovayatsyuk
- Created: 2014-04-19T19:54:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-09-13T14:02:06.000Z (almost 7 years ago)
- Last Synced: 2025-05-20T21:37:59.392Z (about 1 year ago)
- Topics: ip-address, sublime-text-3
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sublime Ip Address
Get your external IPv4 and IPv6 addresses directly inside SublimeText editor.
## Installation
1. Click _Tools > Command Pallette_
2. Call "Package Control: Install Package" command
3. Find and Install `IpAddress` plugin
## Usage
1. Click _Tools > Command Pallette_ (Cmd+Shift+P / Ctrl+Shift+P)
2. Type "Ip Address" and use one of available commands:
- Insert IPv4
- Insert IPv6
- Copy IPv4 to clipboard
- Copy IPv6 to clipboard
- Refresh IP
## Keyboard Shortcuts
1. Click _Preferences > Key Bindings_
2. Add the following line into your keymap file:
```
{ "keys": ["ctrl+alt+i", "ctrl+alt+p"], "command": "insert_ip_address" }
```
Available command names:
```
insert_ip_address
insert_ipv6_address
set_clipboard_ip_address
set_clipboard_ipv6_address
refresh_ip_address
```