sk1418 / myScripts

some shellscripts, python scripts, small tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README.md was generated by shell script ./genReadme.sh

#myScripts ##python/

- cnProxy.py     ----------  fetch China (default top 5) Proxies from http://proxy-list.org/
- gbkUnzip.py    ----------  unzip zip file, convert GBK encoded filename into UTF8
- *gcal          ----------  [Deprecated] python script to convert Units, Currency using google service.
- *ytdl          ----------  [Deprecated] python script to download youtube video, supports different quality/format options

##shell/

- 256c.txt       ----------   let s:darkcolumn = "234"
- 256tohex.sh    ----------  get hex color format from 256 color, useful when writing vim color scheme
- 2py2.sh        ----------  set python2 as default python 
- backup.sh      ----------  tar based personal backup script
- borgBackup.sh  ----------  borg based personal backup script
- convideo       ----------  convert video file to avi (MPEG4) with customized scale
- dir2xml.sh     ----------  convert a directory tree structure to xml file.
- dvd.sh         ----------  convert DVD media to avi file
- extvideo.sh    ----------  extract video clip as avi (Mpeg4) from video file
- ffproxy.sh     ----------  read proxy from proxy-list.org and update a proxy.pac file. 
- matrixT.sh     ----------  Matrix transpose with Awk
- mvfile2dir.sh  ----------  create dir with same name as file, and mv file in. e.g. /foo/a.txt a.jpg -> /foo/a/a.txt, a.jpg
- mvs2t.sh       ----------  rename files (*.mobi) simplified Chinese -> traditional Chinese (UTF-8)
- net.sh         ---------- in_old=$(awk -v i="$1" '$1~i{print $2}' /proc/net/dev)
- pullall.sh     ----------  pull all the git repository under 'myCodes'
- recVideo.sh    ----------  capture video from webcam save as mp4 file
- recWin.sh      ----------  A wrapper of byzanz-record, to ease x-window recording.
- *setProxy.sh   ----------  [Deprecated] switch proxy settings, since python application [tinySwitch] (https://github.com/sk1418/tinyswitch) was build, this script is NOT used any longer.
- shadow.sh      ----------  add shadow to a png image
- suspend.sh     ----------  rebind usb ports and suspend system (sudo/root needed)
- syncMusic.sh   ----------  rsync music directory
- syncPhoto.sh   ----------  borg based backup photo
- tex2pdf.sh     ----------  Generating pdf from latex source file using xelatex.
- toggleTouchPad.sh ----------  Toggle touchpad

##system/

About

some shellscripts, python scripts, small tools


Languages

Language:Shell 75.0%Language:Python 25.0%