Repositories
-
colr
Easy terminal colors, with chainable methods.
-
whichfile
A command like `which` and `file`, that follows and reports all symlinks.
-
git-commands
A collection of git commands that help my workflow.
-
colrc
C library for terminal colors on linux.
-
easysettings
Easy Settings python module allows you to save and retrieve applications settings quickly and easily.
-
installer
Python installer that can be dropped into any project directory. Supports custom configuration through a JSON file.
-
glader
Generate python code from a glade file. Signals are automatically stubbed out with correct arguments.
-
requirementz
Check pip requirements against installed versions, and other related tools.
-
new
New file creator. Creates source files from templates, and opens them automatically.
-
ccat
Colorized cat command in Python. Uses Pygments to do automatic syntax highlighting.
-
apttool
Apt tool to search packages or package info and list various pieces of info about them.
-
wincnc-history
WinCNC history browser.
-
colr.sh
A bash library for terminal colors.
-
tigertamer
Convert Mozaik cut-lists (.dat) into TigerTouch-compatible cut-lists (.tiger).
-
stdinfile
Reads stdin, and creates a temporary file. For use with commands that don't accept stdin.
-
todo
A little todo app I wrote to remind myself of the things I'd like to do or learn about.
-
define
Get word definitions from the command-line, with possible spelling suggestions.
-
aliasmanager
Alias Manager, mange BASH alias/function scripts with a GUI. Easily integrate scripts into bashrc...
-
findfunc
Finds function definitions/signatures from the command line.
-
fmtblock
Format text into blocks with a maximum length for each line.
-
printdebug
A small debug printing module for Python. Recursively prints lists, tuples, and dicts. Can print a debug message that includes the file name, function name, and line number.
-
timeitcompare
Compare several code snippets with timeit, possibly with several interpreters.
-
outputcatcher
Catches/suppresses sys.stdout and sys.stderr output, and pipes stdin/stdout/stderr from processes.
-
wp_site
Django site for welbornprod.com...
-
rustplay
Rust playpen command. Evaluates rust code using play.rust-lang.org.
-
cedit
command-line tool that automatically uses gksudo,kdesudo,sudo or whatever you want when it is needed to open files with your editor. set your favorites, and never see another 'no permissions' error again.
-
hexchat-plugins
Useful HexChat/XChat plugins.
-
bashdebug
BASH script debugging tool.
-
pyvalbot
Python Evaluation Bot (using PyPy-Sandbox, Twisted, and Python 2.7)
-
timedop
Time python operations, or enforce a time limit on function calls.