An open API service indexing awesome lists of open source software.

https://github.com/niku/pebbles-productivity10x-switch_hosts

For up productivity 10x, deny needless host at work.
https://github.com/niku/pebbles-productivity10x-switch_hosts

Last synced: 1 day ago
JSON representation

For up productivity 10x, deny needless host at work.

Awesome Lists containing this project

README

          

# Pebbles::Productivity10x::SwitchHosts

For up productivity 10x, deny needless host at work.

## Installation

$ gem install pebbles-productivity10x-switch_hosts

## Usage

execute as Administrator

$ pebbles-productivity10x-switch_hosts deny

or use sudo (because this script copies `hosts` file)

$ sudo pebbles-productivity10x-switch_hosts deny

and re-open your browser, access twitter.com

If you back to free access,

$ pebbles-productivity10x-switch_hosts allow

and re-open your browser.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request