Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
HOME.BIN
=============
SYNOPSIS
Utilities for making computering more tolerable
INSTALL
go get github.com/wnh/home.bin/...
TOOLS
swd
Short working Directory
Prints the current working directory with all but the last path
element shortened to the first character.
Ex: ~/src/github.com/wnh/home.bin -> ~/s/g/w/home.bin
gitst
Print git branch for the current directory for use in your path
mk
Walk up the directory tree until a 'Makefile' is found and
execute make in that directory using the given arguments.
inplace
Run a command that operates on stdin/stdout and run it on a
file in place
dstatus
Statusbar generator for dwm window manager
Linux only