BashColors Code
Brought to you by:
anhan10
| File | Date | Author | Commit |
|---|---|---|---|
| bashcfg.h | 2010-09-15 | anhan10 | [r1] test |
| langStr.h | 2010-09-15 | anhan10 | [r1] test |
| main.cpp | 2010-09-15 | anhan10 | [r1] test |
| readme.txt | 2010-09-15 | anhan10 | [r1] test |
BashColor (Perwoll) Colors your terminal! website: http://sourceforge.net/projects/bashcolors --------------------- compilation ------------------------------- Compile with `pkg-config --cflags gtk+-2.0 ` `pkg-config --libs gtk+-2.0 ` g++: g++ *.cpp -obashcolors `pkg-config --cflags gtk+-2.0 ` `pkg-config --libs gtk+-2.0 ` source files: langStr.h set the language of the compiled program (english / german) bashcfg.h Class for reading the HOME/.bashrc file ------------------------------------------------------------------ Tested with Ubuntu 10.04. When starting the program, a backup of HOME/.bashrc is created and copied to HOME/.bashrc_copy1. Till now the program only activates the bash colors. Version 0.09 - 13.11.2010