Color Scripts Collection

User avatar
stark
MILF
Posts: 521
Joined: Sat Sep 27, 2014 6:38 pm
Location: Arpanet
Contact:

Color Scripts Collection

Unread post by stark » Sat Nov 22, 2014 10:52 am

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
Last edited by stark on Sat Feb 07, 2015 5:33 pm, edited 6 times in total.
If you can do it go ahead and do it, if you can't do it then don't even criticize it. - gingerdesu

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5877
Joined: Tue Sep 03, 2013 7:05 am

Re: Color Scripts Collection

Unread post by GekkoP » Sat Nov 22, 2014 11:04 am

Thanks, stark, nice collection.

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

User avatar
stark
MILF
Posts: 521
Joined: Sat Sep 27, 2014 6:38 pm
Location: Arpanet
Contact:

Re: Color Scripts Collection

Unread post by stark » Sat Nov 22, 2014 11:06 am

Thanks GekkoP :)

Actual Credit goes to the Authors of the respective Scripts.
If you can do it go ahead and do it, if you can't do it then don't even criticize it. - gingerdesu

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5877
Joined: Tue Sep 03, 2013 7:05 am

Re: Color Scripts Collection

Unread post by GekkoP » Sat Nov 22, 2014 11:08 am

I edited my post above. ;)

User avatar
stark
MILF
Posts: 521
Joined: Sat Sep 27, 2014 6:38 pm
Location: Arpanet
Contact:

Re: Color Scripts Collection

Unread post by stark » Sat Nov 22, 2014 11:13 am

Contributions Already ? :D Thanks so much i'm going to add them :)
If you can do it go ahead and do it, if you can't do it then don't even criticize it. - gingerdesu

User avatar
stark
MILF
Posts: 521
Joined: Sat Sep 27, 2014 6:38 pm
Location: Arpanet
Contact:

Re: Color Scripts Collection

Unread post by stark » Sat Nov 22, 2014 11:28 am

Alright panes and crunch added with respective scrots :) Thanks alot GekkoP
If you can do it go ahead and do it, if you can't do it then don't even criticize it. - gingerdesu

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: Color Scripts Collection

Unread post by dkeg » Sat Nov 22, 2014 2:45 pm

ha, good idea stark. Thanks for putting it together and sharing.

Work hard; Complain less

User avatar
stark
MILF
Posts: 521
Joined: Sat Sep 27, 2014 6:38 pm
Location: Arpanet
Contact:

Re: Color Scripts Collection

Unread post by stark » Sat Nov 22, 2014 4:35 pm

Thanks dkeg :) All the scrots are using your awesome Browntown colorscheme!
If you can do it go ahead and do it, if you can't do it then don't even criticize it. - gingerdesu

User avatar
Dr_Chroot
Alfalfa
Posts: 1100
Joined: Mon Jun 09, 2014 9:49 pm
Location: among the sagebrush
Contact:

Re: Color Scripts Collection

Unread post by Dr_Chroot » Sat Nov 22, 2014 6:07 pm

Haha, thanks Chef Stark! I'm pulling the pork... err... git repo now ;) it smells fantastic
Fight internet censorship.
EFF | Tor Project | Bitcoin

"There have been times throughout American history where what is right is not the same as what is legal. Sometimes to do the right thing you have to break the law." - Edward Snowden

User avatar
stark
MILF
Posts: 521
Joined: Sat Sep 27, 2014 6:38 pm
Location: Arpanet
Contact:

Re: Color Scripts Collection

Unread post by stark » Sat Nov 22, 2014 6:19 pm

Good to hear Dr_chroot, now you can bloat your scrots to the fullest ;)
If you can do it go ahead and do it, if you can't do it then don't even criticize it. - gingerdesu

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Color Scripts Collection

Unread post by machinebacon » Sun Nov 23, 2014 10:48 am

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
..gnutella..

User avatar
stark
MILF
Posts: 521
Joined: Sat Sep 27, 2014 6:38 pm
Location: Arpanet
Contact:

Re: Color Scripts Collection

Unread post by stark » Sun Nov 23, 2014 2:13 pm

@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.
If you can do it go ahead and do it, if you can't do it then don't even criticize it. - gingerdesu

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Color Scripts Collection

Unread post by machinebacon » Mon Nov 24, 2014 1:21 am

Do as you wish :)
..gnutella..

User avatar
stark
MILF
Posts: 521
Joined: Sat Sep 27, 2014 6:38 pm
Location: Arpanet
Contact:

Re: Color Scripts Collection

Unread post by stark » Tue Nov 25, 2014 2:14 pm

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
If you can do it go ahead and do it, if you can't do it then don't even criticize it. - gingerdesu

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Color Scripts Collection

Unread post by machinebacon » Tue Nov 25, 2014 3:01 pm

you are of course free to fork our xcolors (.Xresources and framebuffer colors) from https://github.com/linuxbbq/xcolors
..gnutella..

User avatar
stark
MILF
Posts: 521
Joined: Sat Sep 27, 2014 6:38 pm
Location: Arpanet
Contact:

Re: Color Scripts Collection

Unread post by stark » Tue Nov 25, 2014 5:11 pm

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 :)
If you can do it go ahead and do it, if you can't do it then don't even criticize it. - gingerdesu

User avatar
stark
MILF
Posts: 521
Joined: Sat Sep 27, 2014 6:38 pm
Location: Arpanet
Contact:

Re: Color Scripts Collection

Unread post by stark » Sat Feb 07, 2015 4:39 pm

Updated the links due to change of a shorter username ;)

Edit: dkeg saved me from another epic disaster, Thanks for noticing and notifying dkeg!
If you can do it go ahead and do it, if you can't do it then don't even criticize it. - gingerdesu

Post Reply