Scripts listed here are a collection of Exaos’ daily life playing with computer. Wether or not they are useful, you can help me by commenting them.
A python script to choose and setup user’s environment while many versions of one application exists in your system. It depends on bash and python.
I have many repositories, most of them in git. It’s a burden to check them one by one. Here comes the scripts.
To manage my daily repositories using git. Now, there are two versions, python and bash. The python version is a try with python-git. The bash version works everyday.
To manage many monitored repositories in a directory through a config file
repos.yaml
. Two versions, python and lua, exists.
A try to merge functions in myrepos
and repos-up
. The config repos.yaml
is not the same with repos-up.py
.
git-fix-svn-tags.py
— change remote tags to local ones after command “git svn clone –stdlayout”.Usage: git-fix-svn-tags.py [-f] <path-in-git-svn>
fix_u8fn.py
— Fix Chinese filenames with bad encoding fetched by aMuleUsage: fix_u8fn.py [-f] [file] [path] [file] [...]