Skip to content

Releases: step-/yad

0.42.81 Fatdog64 900 alpha

04 Jul 19:53
Compare
Choose a tag to compare

0.42.78 bug fix

30 Apr 12:04
Compare
Choose a tag to compare

0.42.77

21 Apr 15:54
Compare
Choose a tag to compare

0.42.73

09 Feb 13:03
Compare
Choose a tag to compare

0.42.43

24 Apr 06:52
Compare
Choose a tag to compare
  • Fix notebook tabs are too small (thanks JakeSFR)

--

0.42.42

28 Oct 21:05
Compare
Choose a tag to compare
  • Fix two regressions in single-progress dialog.
  • Document the three ways one can create pulsating progress bars.
  • Candidate 2 for Fatdog64-812 release.

0.42.39

13 Mar 12:53
Compare
Choose a tag to compare

0.42.16

17 Sep 19:25
Compare
Choose a tag to compare
16 Fix --back and --fore in GtkSourceView builds.

Cheat sheet about how options interplay in GtkSourceView-enabled builds

**SYNTAX HIGHLIGHT A SHELL SCRIPT file.sh**

- yad --text-view --lang=sh < file.sh
- yad --text-view --lang=sh --filename=file.sh
- yad --text-view --filename.sh

In the last line, the correct filename EXTENSION, ".sh" must be given to
get syntax highlighting.  Use --lang if the correct extension can't be
given.

Any of the above commands can also take option --theme but if neither
--lang nor --filename are given, --theme by itself is ignored.

**CHANGE TEXT BACKGROUND / FOREGROUND COLOR**

- yad --text-view --back=yellow --fore=red < file

Do not pass any of --lang or --filename otherwise yad will ignore
--back and --fore and attempt to syntax highlight the input text.