 |
BashStyle-NG |
| version 7.0alpha2 |
| About BashStyle-NG |
A Graphical Tool for styling the BASH
BashStyle-NG is a graphical Tool for changing the Bash's behaviour and look'n'feel. Aswell as Readline's, Nano's and Vim's.
It shipps a huge scriptchain, that is used by the styles shipped with BS-NG, but can also be used separately.
Since v6.3 you have the opportunity to create your own prompts. For important notes on how to do so, refer back to the documentation.
If you don't understand an option or something does not work as expected read the documentation. It's installed in /usr/share/doc/bashstyle-ng/index.html ( /usr is default but may vary if you passed an other prefix to configure).
Currently BS-NG shipps 15 pre-defined Styles for your prompt. Most of them can be modified via the Custom Prompt Builder.
If you want to save your current configuration and want to re-import it later (or for using it on a different user/machine) you can do so via the Profiler.
Looking for Prompts!
If you have an idea for a prompt (or made one on your own) you can leave a comment.
Same for options, which are currently not available.
Looking for Translators!
If you are willing to translate BS-NG into another language then English or German, send me a mail.
If you don't know how to translate - no problem! Just leave a comment about that in your mail and I'll instruct you.
SVN ACCESS:
You can get the latest in-development version by running:
svn co http://bashstyle-ng.googlecode.com/svn/trunk bashstyle-ng
Once you've done the initial checkout you can use svn up to update the svn.
Use svn log to see the full ChangeLog or svn log --limit [number] for a limited number of entries
NOTE:
If there have been changes to any of the *.in files re-run configure, to make sure the changes take effect!
Requirements:
- gawk
- bash
- gconf
- ncurses
- python-gtk2
- python-glade2
- python-gconf
Installation:
Debian and Co.:
dpkg -i [ or if you're using my repo: sudo apt-get install bashstyle-ng ]
Else:
./configure
make
su -c "make install" [ or ] sudo make install
Requirements
This application requires GTK+ version 2.12.x.
Other dependencies include: Required: python 2.4+,pygtk 2.4+, pyglade 2.4+, bash 3.0+, sed, coreutils, gconf
Optional: psyco, /dev/random
Recommended: bc, less |
| Latest Version: 7.0alpha2 |
7.0a2:
"Summer of Love"
configure:
- don't check for uptime twice
- add check for urandom
- some minor output tweaking
makefile.in:
- make building of the debian package work again
- hicolor theme is in /usr so don't use PREFIX here
doc/*:
- completely revised the documentation
- updated images
- added image for the vim page
- added entries for the vim options
- added image for the nano page
- added entries for the nano options
- description for readline -> editing-mode was missing
- color the headings for better readability
system/misc/random-rc:
- if /dev/random is not there, try /dev/urandom
mkrelease:
- include the new files
support/bs-ng-profiler:
- Don't check if the key's value is NULL, instead check if the
- key is part of the given profile (belongs to the fix for bug #32)
system/nx-rc.in:
- only source color-rc if needed
system/nx-rc.in ::
system/misc/nano-rc ::
support/bs-ng-profiler ::
python-gtk/bashtyle.in ::
glade-xml/bashtyle7.glade ::
mkrelease ::
gconf-schemas/bashstyle.schemas:
- Merged NanoCFG
|
|
|