 |
BashStyle-NG |
| version 7.0 |
| 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.0 |
7.0:
"Nemesis"
configure:
- s/SMOOTBLUE/SMOOTHBLUE/g'
Makefile.in:
- also output info for clean rule
- don't exit with 1 when gconfd-2 is not killable
- colorfull output for all rules
- also update the icon-cache when uninstalling
translations/bs-ng-de.po:
- updated german translation
system/themes/vector-rc:
- use timecolor for time
- use fontcolor for time/date separator
- display the ip address
system/themes/elite-rc
- use timecolor for time
- use fontcolor for time/date separator
- also display seconds
- also display uptime
- use [] instead of ()
system/themes/minimal-rc
- fixed a small typo
python-gtk/bashstyle.in:
- updated custom prompt-builder (vector)
- updated custom prompt-builder (elite)
- class is BSNG7 now
bs-ng-doc/img/*.png:
- updated doc images
bs-ng-doc/img-style/*.png:
- updated all theme preview images
bs-ng.desktop.in:
- updated description and version
terminfo-example.txt:
- added an example file for terminfos
bs-ng-doc/*.html:
- fixed size of the quirk preview (chapter 1)
- added note on how to include scripts in the prompts (chapter 8)
system/misc/completions-rc:
- the bash-completion is not available on all
- systems, so provide completions on our own
system/misc/alias-rc:
- add ll as alias for "ls -l"
- add la as alias for "ls -A"
- add --group-directories-first to all ls aliases
|
|
|