desktop/bashish: Update README.
This commit is contained in:
parent
813f7fd5cc
commit
c065cfddcd
|
@ -1,8 +1,9 @@
|
||||||
bashish (theme enviroment for text terminals).
|
bashish (theme enviroment for text terminals).
|
||||||
|
|
||||||
Bashish is a theme enviroment for text terminals. It can change colors, font,
|
Bashish is a theme enviroment for text terminals. It can change
|
||||||
transparency and background image on a per-application basis. Additionally
|
colors, font, transparency and background image on a per-application
|
||||||
Bashish supports prompt changing on common shells such as bash, zsh and tcsh.
|
basis. Additionally Bashish supports prompt changing on common shells
|
||||||
|
such as bash, zsh and tcsh.
|
||||||
|
|
||||||
Bashish runs on most terminal emulators available.
|
Bashish runs on most terminal emulators available.
|
||||||
|
|
||||||
|
@ -12,17 +13,19 @@ Bashish is great for people who:
|
||||||
* Want to configure the apperance of the terminal.
|
* Want to configure the apperance of the terminal.
|
||||||
* Want informative titles based on the command arguments.
|
* Want informative titles based on the command arguments.
|
||||||
* Need different fonts for different applications - eg. Chinese, Japanese,
|
* Need different fonts for different applications - eg. Chinese, Japanese,
|
||||||
OEM Terminal fonts.
|
OEM Terminal fonts.
|
||||||
* While many of these features would be simple to implement as aliases or shell
|
* While many of these features would be simple to implement as aliases or
|
||||||
scripts, the tricky part where Bashish excels is that it does not affect the
|
shell scripts, the tricky part where Bashish excels is that it does not
|
||||||
enviroment noticeably.
|
affect the enviroment noticeably.
|
||||||
|
|
||||||
As an example, Bashish provides themes even if the themed application is run
|
As an example, Bashish provides themes even if the themed application is run
|
||||||
in a pipe, this without affecting the pipe at all.
|
in a pipe, this without affecting the pipe at all.
|
||||||
|
|
||||||
Additionally there is no need to rewrite your aliases or functions since Bashish
|
Additionally there is no need to rewrite your aliases or functions since
|
||||||
provides theming through shell script wrappers.
|
Bashish provides theming through shell script wrappers.
|
||||||
|
|
||||||
To enable Bashish, simply run " bashish ", press ENTER key and hit Ctrl+C to quit.
|
To enable Bashish, simply run " bashish ", press ENTER key and hit Ctrl+C
|
||||||
|
to quit.
|
||||||
|
|
||||||
To choose another theme, see the theme list with: " bashish list " and to enable new theme simply run " bashish theme_name ".
|
To choose another theme, see the theme list with "bashish list" and to
|
||||||
|
enable a new theme simply run "bashish theme_name".
|
||||||
|
|
Loading…
Reference in New Issue