Skip to content

wrapper around wso2 carbon command line output to add a bit of colour in 256 colour linux terminal

License

Notifications You must be signed in to change notification settings

manuranga/colour-carbon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

colour-carbon

colour-carbon is a wrapper around wso2 carbon command line output to add a bit of colour in 256 colour linux terminals

Prerequisites

  • python 2.x
  • 256 colour supported terminal

Installation

clone colour-carbon git repo.

 me@lap:~$ cd  MY_CHECKOUTS
 me@lap:~/MY_CHECKOUTS$ git clone https://github.com/manuranga/colour-carbon.git

go to a carbon product home and run colour carbon from there

me@lap:~/MY_CHECKOUTS$ cd ~CARBON/wso2as-4.1.0
me@lap:~CARBON/wso2as-4.1.0$ python ~/MY_CHECKOUTS/colour-carbon/cc.py

Aliases

add folowing function to .bashrc for quick access

rr() {
  python ~/MY_CHECKOUTS/colour-carbon/cc.py $*
}

then you will be able to run colour carbon by just typeing rr inside product home

me@lap:~/MY_CHECKOUTS$ cd ~/CARBON/wso2as-4.1.0
me@lap:~/CARBON/wso2as-4.1.0$ rr

Screenshots

Start-up Exception

Roadmap

  • start runing form any dirctory in product
  • auto open browser when server starts up
  • adding support to OSGi console mode
  • support viewing log files
  • adding a config file to change colours ect.
  • start the server in background

githalytics.com alpha

About

wrapper around wso2 carbon command line output to add a bit of colour in 256 colour linux terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages