ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

DNS Lookups

by rcaldwel ALL

Sublime Text DNS query plugin

Details

  • 2019.01.17.17.38.20
  • github.​com
  • github.​com
  • 8 years ago
  • 7 hours ago
  • 14 years ago

Installs

  • Total 1K
  • Win 478
  • Mac 396
  • Linux 126
Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25
Windows 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

DNS

A Sublime Text plugin for doing inline DNS lookups.

Installation

Package Control

Install Package Control. DNS Lookups will show up in the package list. This is the recommended installation method.

Manual installation

Go to the “Packages” directory (Preferences / Browse Packages…). Then clone this repository:

git clone git://github.com/rcaldwel/dns

Usage

To use select a IP or a hostname. Activate the plugin by the key bindings or the command pallet. Command pallet commands are prefixed with dns.

In order to do multiple at once make sure you split your selection into lines first.

Default key bindings:

OSX: cmd+r, cmd+i (name to IP) cmd+r, cmd+i (IP to name)

Win/Linux: ctrl+r, ctrl+i (name to IP) ctrl+r, ctrl+i (IP to name)

Information

Source: https://github.com/rcaldwel/dns

Authors: Roger Caldwell