All Projects → eshengsky → Hostsdock

eshengsky / Hostsdock

Licence: mit
🎉 Store, manage and switch your hosts quickly.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hostsdock

lily
Hosts管理工具,双击切换立即生效,告别重启浏览器! Hosts manager takes effect immediately on switch
Stars: ✭ 69 (-27.37%)
Mutual labels:  switch, hosts
Ioabstraction
Library for Arduino and mbed that abstracts pins and i2c expanders (8574, 23017), supports AVR and I2c AT24 EEPROMs, Rotary encoders, fully debounced switches and simple task management.
Stars: ✭ 84 (-11.58%)
Mutual labels:  switch
Vggradientswitch
一个渐变效果的Switch
Stars: ✭ 48 (-49.47%)
Mutual labels:  switch
Soundswitch
C# application to switch default playing device. Download: https://soundswitch.aaflalo.me/
Stars: ✭ 1,190 (+1152.63%)
Mutual labels:  switch
Adblock Nocoin List
Block lists to prevent JavaScript miners
Stars: ✭ 1,083 (+1040%)
Mutual labels:  hosts
Switch Lan Play
Make you and your friends play games like in a LAN.
Stars: ✭ 1,197 (+1160%)
Mutual labels:  switch
Ahb3lite interconnect
AHB3-Lite Interconnect
Stars: ✭ 36 (-62.11%)
Mutual labels:  switch
Homebridge Cmd4
CMD4 Plugin for Homebridge - Supports ~All Accessory Types & now all Characteristics too
Stars: ✭ 92 (-3.16%)
Mutual labels:  switch
Hode
hode is a rewrite of the engine used in the game Heart of Darkness made by Amazing Studio.
Stars: ✭ 81 (-14.74%)
Mutual labels:  switch
Coolhosts
一键替换安卓的hosts文件
Stars: ✭ 72 (-24.21%)
Mutual labels:  hosts
Pharaohstroy
A maplestory IDE which can develop the multi-platform maplestory game
Stars: ✭ 69 (-27.37%)
Mutual labels:  switch
Vpn
ShadowSocks 翻墙(收费服务器:120元/年,1T流量,可看1080p视频。需要的可以联系微信:Dumin2712220318 )
Stars: ✭ 58 (-38.95%)
Mutual labels:  hosts
Rusted Switch
Nintendo Switch Homebrew with Rust 🦀
Stars: ✭ 75 (-21.05%)
Mutual labels:  switch
Esp8266 Wifi Socket
Custom SW for the OBI "Wifi Stecker Schuko"
Stars: ✭ 55 (-42.11%)
Mutual labels:  switch
Daynightswitch
a cute day night switch for android
Stars: ✭ 88 (-7.37%)
Mutual labels:  switch
Google Access Helper
谷歌访问助手破解版
Stars: ✭ 7,640 (+7942.11%)
Mutual labels:  hosts
Zwtopselectvcview
快速导入多个控制器,通过顶部选择菜单切换控制器,实现一个页面多个控制器切换处理.(It's an so easy way to add your all kinds of childControllers into superViewController, then you can slide around or just click on the topButton which is automatically building in the topView to switch your childViewController.)
Stars: ✭ 61 (-35.79%)
Mutual labels:  switch
Whistle
HTTP, HTTP2, HTTPS, Websocket debugging proxy
Stars: ✭ 9,683 (+10092.63%)
Mutual labels:  hosts
Mobile Hosts
HOSTS files converted or sourced from various filter lists to prevent ads and tracking.
Stars: ✭ 91 (-4.21%)
Mutual labels:  hosts
Python Hosts
a hosts file manager library written in python
Stars: ✭ 90 (-5.26%)
Mutual labels:  hosts

HostsDock

中文文档

🎉 Store, manage and switch your hosts quickly. Especially suitable for developers who need to switch frequently between development, test and production environment. Based on Node.js and Electron.

https://eshengsky.github.io/HostsDock/

UI review

image

Features

  • Support for both local and remote scheme.
  • Support for hosts syntax highlighting.
  • Provide search and replace functions.
  • Click on the line number can quickly select the entire line.
  • Click on the the '#' button before line number can quickly comment/uncomment.
  • Original folding syntax, using #region and #endregion can create a folding hosts block.
  • Support for testing ips in hosts with ping command.
  • The program will automatically call CMD (or terminal) to refresh the hosts so that the changes will take effect immediately.
  • Support system tray to quickly switch hosts.
  • Multi-language support (English, Simplified Chinese, traditional Chinese).

Compatibility

Support OS X, Windows and Linux platform, see more details in Supported Platforms.

🎁 Download

Quick start

Firstly be sure you have installed Node.js and NPM successfully.

Install bower global

$ npm install -g bower

Install dependency

$ npm install
$ bower install

Start app

$ npm start

To start app with debug model, use:

$ npm run dev

Enjoy it! 😄

How to package

We use electron-packager package the application to facilitate the distribution of it.

Install electron-packager global

$ npm install -g electron-packager

Package app

After finished all operations in Quick start, go into the app folder, execute:

$ npm run package

Attentions

  • During packing electron-packager will download all required files and cache them in ~/.electron folder(user/your_user_name/.electron in Windows), it may be very slow, I suggest you to manually download them into the folder through some download tool (the required files see Electron Release).
  • Packing Darwin app in Windows may fail (even if there is no error, packaged application may also be unable to run in OS X), there seems no nice solution now, I suggest you to package Darwin app on non-Windows platform. See more details in Issue 164.

License

The MIT License (MIT)

Copyright (c) 2017 Sky

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].