Monday, June 3, 2013

Android App: Brightness Shortcut

A useful app for android user to switch their screen brightness through shortcuts.


  
   
The most cool thing is that you can have shortcuts "Previous Brightness" and "Next Brightness", which allows you to switch the brightness with gestures (linked to shortcuts) in launchers.

Click here to visit the app page in Google Play!

Free version also available!


Sync multiple git repo at once

Use the following command in Linux will do the job:  ls -d RepoNames* | xargs -I{} git -C {} pull