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

Hosts​Edit

Open and edit hosts file quickly

Details

  • 1.0.1
  • github.​com
  • github.​com
  • 11 years ago
  • 38 minutes ago
  • 12 years ago

Installs

  • Total 4K
  • Win 2K
  • Mac 1K
  • Linux 365
Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22
Windows 0 0 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 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 2
Mac 0 0 0 0 0 1 1 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 1 0 0 0 0 0 1 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 1 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Text 2: HostsEdit Plugin

Open your hosts file quickly and have syntax highlighting for it.

Usage

  • Simply hit Ctrl+Shift+H (on Windows and Linux) or ⌘+Shift+H (on OS X) to bring up your hosts file
  • Or you can open it via Command Palette, hit Ctrl+Shift+P and choose Open Hosts File

Installation

To install this plugin, you have two options:

  1. If you have Package Control installed, simply search for HostsEdit to install.

  2. Clone source code to Sublime Text packages folder.

Settings

This plugin has a three settings. If you create a file called SublimeHostsEdit.sublime-settings in your User package you can override them.

  • win_hosts_file_location: location of hosts file under Windows
  • unix_hosts_file_location: location of hosts file under Unix
  • osx_hosts_file_location: location of hosts file under OS X
{
   //PATH to `hosts` file depending on system
   "windows_hosts_file_location": "C:/Windows/System32/drivers/etc/hosts",
   "linux_hosts_file_location": "/etc/hosts",
   "osx_hosts_file_location": "/private/etc/hosts"
}