Skip to content

gise88/get-shit-done

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

get-shit-done

get-shit-done is an easy to use command line program that blocks websites known to distract us from our work.

After cloning this repository, put it in your $PATH and ensure it is executable.

Execute it as root because it modifies your hosts file and restarts your network daemon.

To get-shit-done

sudo get-shit-done work

To no longer get-shit-done

sudo get-shit-done play

$siteList

Add or remove elements of this array for sites to block or unblock.

~/.get-shit-done.ini

Make this a json format dictionary. Use{"sites": ["blah.com",""]} or if you want to override the list of sites in the program use {"siteList": ["blah.com",""]}

$restartNetworkingCommand

Update this variable with the path to your network daemon along with any parameters needed to restart it.

$hostsFile

Update this variable to point to the location of your hosts file. Make sure it is an absolute path.

About

Fork that uses json format for the ini file .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Shell 2.5%