John Jenkins
John Jenkins
Taken from http://unix.stackexchange.com/questions/97920/how-to-cd-automatically-after-git-clone It may be a starting point. ``` git() { local tmp=$(mktemp) local repo_name if [ "$1" = clone ] ; then /usr/bin/git "$@" | tee $tmp repo_name=$(awk...
Altho it would add to more complex stuff. It would be nice to be able to specifiy the colors used in such output.
A completely optional config would be wonderful for this idea.
@jetm the pkgbuild for sift (not the bin version) needs a little bit to make it work. adding to the build() function after the cd line: export GOPATH="$srcdir" go get...
@jetm well the catch here is exporting the go path (even some users set this in their env already) might cause some aur stuff to build for folks. But we...
@jingweno @astubbs I've created a ppa for ccat, will only do stable releases for it. If it's to everyone's liking it can be added to readme (I can make PR...
AUR maintainer here, if anything needs to be fixed or done better hit me up.
I understand "Chunk Progress States" makes use of 0-4 to display its state. Is there any method or plans to allow you to change the numbers used with other chars?
@MoSal That's awesome, thank you.
@vorell Seems like a silly response/question.But have you tried: `http_proxy = "http://[email protected]:[email protected]:6060"`