$ sudo apt install guile-3.0
From the command line:
$ sudo apt install guile-3.0-doc
$ info --vi-keys guile # to use vim keybindings in info
h: Show shortcuts.[and]: Go to the previous/next node.gandG: Go to the start/end of the document.Tab: Jump to hyperlinks (in order).Alt-gand': Follow the hyperlink, and return to where we were.jandk: Scroll one line down/up.uandd: Scroll half a page up/down./<text>: Search for occurrences of text.nandN: Jump to the next/previous occurrence.
- Run TinyScheme from terminal:
gimp-console -b -. - PDB (Procedure Database): internal registry of all Gimp functions that can be called.
- E.g.:
(gimp-image-scale image new-width new-height) - Image: While gimp image (canvas, layers...).
- Drawable: Usually one layer (active one).
- Browse plugins:
$ apt-get source gimp
$ cd <gimp>/plug-ins/script-fu
- Functions
(script-fu ...): for registering plugins.