All Projects → djadmin → copy-host

djadmin / copy-host

Licence: MIT License
Chrome extension to copy hostname of the current tab to your clipboard.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to copy-host

nanobox-rails
Quickly set up a Ruby on Rails app on Nanobox, the ideal platform for developers. With Nanobox, Rails app developers can set up instant, isolated development environments that can be shared among team members. Rails apps created using Nanobox can be automatically deployed to AWS, Azure, Google Cloud, and other cloud hosts without the need for de…
Stars: ✭ 19 (+5.56%)
Mutual labels:  developer-tools
hubi
Humanitarian ubiquitous language helper
Stars: ✭ 17 (-5.56%)
Mutual labels:  developer-tools
Mac-OS-Setup-Applications
👾 All I need to setup a new Mac and the applications I use everyday as a Web Developper
Stars: ✭ 96 (+433.33%)
Mutual labels:  developer-tools
replay-csharp
An editable C# REPL (Read Eval Print Loop) powered by Roslyn and .NET Core
Stars: ✭ 69 (+283.33%)
Mutual labels:  developer-tools
legesher
Because language shouldn't be a barrier to code
Stars: ✭ 29 (+61.11%)
Mutual labels:  developer-tools
AutoBrew
AutoBrew: Homebrew deployments made easy
Stars: ✭ 71 (+294.44%)
Mutual labels:  developer-tools
ethernal-cli
CLI to sync transactions and Truffle artifacts with Ethernal.
Stars: ✭ 14 (-22.22%)
Mutual labels:  developer-tools
bom
JENKINS-47498: allow plugin dependencies to be specified via BOM
Stars: ✭ 26 (+44.44%)
Mutual labels:  developer-tools
dotfiles
My personal app/env configs and dotfiles.
Stars: ✭ 27 (+50%)
Mutual labels:  developer-tools
mockify
Easy, configurable API mocking you can change on-the-fly
Stars: ✭ 83 (+361.11%)
Mutual labels:  developer-tools
android-trinity
android-trinity is tiny proactive framework with much of the scaffolding code required to start a new Android Application.
Stars: ✭ 44 (+144.44%)
Mutual labels:  developer-tools
wordup-code
Visual Studio Code extension for wordup that makes it easy to develop, manage and export WordPress plugins or themes.
Stars: ✭ 12 (-33.33%)
Mutual labels:  developer-tools
mixed-content-scanner-cli
A cli tool to check your site for mixed content
Stars: ✭ 82 (+355.56%)
Mutual labels:  developer-tools
devbuddy
Setup your projects in a consistent way. Help other devs onboard easily!
Stars: ✭ 49 (+172.22%)
Mutual labels:  developer-tools
approveapi-go
A Go library for using ApproveAPI
Stars: ✭ 16 (-11.11%)
Mutual labels:  developer-tools
laminas-developer-tools
Module for developer and debug tools for use with laminas-mvc applications.
Stars: ✭ 19 (+5.56%)
Mutual labels:  developer-tools
TyStrings
strings file tool for iOS / macOS developers
Stars: ✭ 15 (-16.67%)
Mutual labels:  developer-tools
alfred
(v0.2) Even Batman needs a little help. Task runner. Automator. Build system.
Stars: ✭ 62 (+244.44%)
Mutual labels:  developer-tools
nanobox-engine-nodejs
Engine for running Node.js apps on Nanobox
Stars: ✭ 16 (-11.11%)
Mutual labels:  developer-tools
tbot
Automation/Testing tool for Embedded Linux Development
Stars: ✭ 54 (+200%)
Mutual labels:  developer-tools

Copy Host Build Status

Copy Host allows you to copy hostname of the current tab to your clipboard.

Install

Screenshot

Why?

Chrome in some cases, prepend http:// to the URL when you try to copy. I constantly copy URL from the browser to shell and it makes me crazy. To avoid that, I built this very simple Chrome extension to get only the hostname of the website you are currently browsing. Also, made it a lot easier to copy the hostname with just a shortcut key, i.e., Alt + C.

For example, if you try to copy the URL https://www.google.com from the browser and try to ping using a shell, it doesn't work.

ping www.google.com works perfectly and 'Copy Host' makes it easy to do that.

Installation

Copy Host is available on Chrome Web Store. No additional permissions are required to install.

Keyboard Shortcut

Alt + C can be used to copy the hostname to your clipboard directly.

Screenshot

Screenshot

Development

  1. Clone this repo git clone https://github.com/djadmin/copy-host

  2. Make your changes.

  3. To test, go to: chrome://extensions, enable Developer mode and load src as an unpacked extension.

Contributing

Todo

  • Configurable Keyboard Shortcut
  • Option to Disable Popup

Issues

Feel free to submit issues and feature requests.

License

Copyright (c) 2017 Dheeraj Joshi Licensed under the MIT 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].