Page 1 of 1

Color Scripts Collection

Posted: Sat Nov 22, 2014 10:52 am
by stark
Hello Everyone,

Some Color Scripts scattered around the web in one place.If you have created or found any new script(s) then you can share it by making a Pull Request or using a pastebin of your choice and paste the link here or create a New Issue in the repo, I will add it as soon as possible :)

Color Scripts at GitHub

Download:

Git:

Code: Select all

git clone https://github.com/gstk/Color-Scripts
or

Wget:

- Tarball

Code: Select all

wget -qO- ow.ly/IFgBT | tar xz
- Zip

Code: Select all

wget -qO- ow.ly/IFguE | bsdtar -xvf-
You can use Sprunge (a command line pastebin) to share your script:

example:

Code: Select all

cat /path/to/myscript | curl -F 'sprunge=<-' http://sprunge.us

Re: Color Scripts Collection

Posted: Sat Nov 22, 2014 11:04 am
by GekkoP
Thanks, stark, nice collection.

I got these two:
panes - http://pastebin.com/zq9JDkee
crunch - http://pastebin.com/LB00xsQa

Re: Color Scripts Collection

Posted: Sat Nov 22, 2014 11:06 am
by stark
Thanks GekkoP :)

Actual Credit goes to the Authors of the respective Scripts.

Re: Color Scripts Collection

Posted: Sat Nov 22, 2014 11:08 am
by GekkoP
I edited my post above. ;)

Re: Color Scripts Collection

Posted: Sat Nov 22, 2014 11:13 am
by stark
Contributions Already ? :D Thanks so much i'm going to add them :)

Re: Color Scripts Collection

Posted: Sat Nov 22, 2014 11:28 am
by stark
Alright panes and crunch added with respective scrots :) Thanks alot GekkoP

Re: Color Scripts Collection

Posted: Sat Nov 22, 2014 2:45 pm
by dkeg
ha, good idea stark. Thanks for putting it together and sharing.

Re: Color Scripts Collection

Posted: Sat Nov 22, 2014 4:35 pm
by stark
Thanks dkeg :) All the scrots are using your awesome Browntown colorscheme!

Re: Color Scripts Collection

Posted: Sat Nov 22, 2014 6:07 pm
by Dr_Chroot
Haha, thanks Chef Stark! I'm pulling the pork... err... git repo now ;) it smells fantastic

Re: Color Scripts Collection

Posted: Sat Nov 22, 2014 6:19 pm
by stark
Good to hear Dr_chroot, now you can bloat your scrots to the fullest ;)

Re: Color Scripts Collection

Posted: Sun Nov 23, 2014 10:48 am
by machinebacon
Superb collection, thanks stark for sharing :)

A mod of color-test (called colorview) that is just narrower.

Code: Select all

#!/bin/bash
T='*'   # The test text

echo -e "\n             40m 41m 42m 43m\
 44m 45m 46m 47m";

for FGs in '    m' '   1m' '  30m' '1;30m' '  31m' '1;31m' '  32m' \
           '1;32m' '  33m' '1;33m' '  34m' '1;34m' '  35m' '1;35m' \
           '  36m' '1;36m' '  37m' '1;37m';
  do FG=${FGs// /}
  echo -en " $FGs \033[$FG  $T  "
  for BG in 40m 41m 42m 43m 44m 45m 46m 47m;
    do echo -en "$EINS \033[$FG\033[$BG $T \033[0m";
  done
  echo;
done
echo

Re: Color Scripts Collection

Posted: Sun Nov 23, 2014 2:13 pm
by stark
@zazen23 Thanks :)

@machinebacon Awesome, Thanks for sharing :) I have added the previous color-view script from the xcolors repo so if you don't mind I'm renaming this script as colorview-slim.

Re: Color Scripts Collection

Posted: Mon Nov 24, 2014 1:21 am
by machinebacon
Do as you wish :)

Re: Color Scripts Collection

Posted: Tue Nov 25, 2014 2:14 pm
by stark
Updates:

Little bit housekeeping,added original Authors and source and more scripts :)

list of new additions:

arch
alpha
bars
blocks2
colorwheel
crunchbang
crunchbang-mini
darthvader
elfman
fade
ghosts
guns
hex
jangofett
monster
mouseface
mouseface2
rally-X
square
tanks
thebat
thebat2
tiefighter1
tiefighter1-no-invo
tiefighter2
zwaves

Re: Color Scripts Collection

Posted: Tue Nov 25, 2014 3:01 pm
by machinebacon
you are of course free to fork our xcolors (.Xresources and framebuffer colors) from https://github.com/linuxbbq/xcolors

Re: Color Scripts Collection

Posted: Tue Nov 25, 2014 5:11 pm
by stark
Thanks machinebacon :) I have cloned it and the scripts included with it are simply amazing and a huge time saver.
And all of you are (obviously) Welcome to fork this repo :D
If you guys modify any of the scripts then please, do share it :)

Re: Color Scripts Collection

Posted: Sat Feb 07, 2015 4:39 pm
by stark
Updated the links due to change of a shorter username ;)

Edit: dkeg saved me from another epic disaster, Thanks for noticing and notifying dkeg!