Repositories
python-killswitch
-
Cloning this repository:
git clone git://gitorious.org/python-killswitch/python-killswitch.git python-killswitch cd python-killswitch
Add this repository as a remote to an existing local repository:
git remote add python-killswitch git://gitorious.org/python-killswitch/python-killswitch.git git fetch python-killswitch git checkout -b my-local-tracking-branch python-killswitch/master_or_other_branch
killswitch-applet
killswitch-applet is a small application sitting in the system tray providing the possibility to manage all the killswitches found in the system. In this context, “managing” means enabling or disabling certain killswitches. This is especially useful if you have multiple killswitches like bluetooth, WWAN or WLAN.
-
Cloning this repository:
git clone git://gitorious.org/python-killswitch/killswitch-applet.git killswitch-applet cd killswitch-applet
Add this repository as a remote to an existing local repository:
git remote add killswitch-applet git://gitorious.org/python-killswitch/killswitch-applet.git git fetch killswitch-applet git checkout -b my-local-tracking-branch killswitch-applet/master_or_other_branch

