https://github.com/janlelis/nomore
Blocks your computer from accessing domains on the internet
https://github.com/janlelis/nomore
cli-command productivity ruby-cli
Last synced: about 1 month ago
JSON representation
Blocks your computer from accessing domains on the internet
- Host: GitHub
- URL: https://github.com/janlelis/nomore
- Owner: janlelis
- License: mit
- Created: 2014-09-11T08:08:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-11T08:12:30.000Z (over 11 years ago)
- Last Synced: 2025-12-04T13:27:34.895Z (4 months ago)
- Topics: cli-command, productivity, ruby-cli
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# nomore
Quickly rewrites a domain to 127.0.0.1 in your /etc/hosts file, so you can concentrate better.
## Disclaimer
Use at your own risk. No tests and /etc/hosts is an important file for your system.
## Install
Make sure you Ruby setup is also working for root. Then do
$ sudo gem install nomore
## Usage
### Disable a domain
$ sudo nomore twitter.com
### Restore everything after your work is done (optionally takes a domain name)
$ sudo nomorework
## Copyright
Copyright (c) 2014 Jan Lelis. MIT-LICENSE.