This is my workflow sheet (worksheet).
I just select a line and hit Cmd-Enter to perform any given action.
	-- ttcoder


# running tests, of increasing complexity
jam t1
jam t6
jam hog-demos.emu6
jam hog-broker.emu6
jam t7
jam t8
jam hog-deskbar.emu8  # prefix with this to also build registrar et al: BUILD_DISTRO=true
jam hog-ftppositive.emu8
jam t9

# running "benchmarks"
jam hog-bench.emu6

# tweak emulator UI
hey qemu-system-x86_64 set Frame of Window 0 to 'BRect(100.0, 0.0, 1123.0, 767.0)'


# SCM routine
fossil ext
fossil chan

# todo-list/dashboard
grep -r '///FIXME'  # incl. suffixed with "-2"
grep -r '///ToDo'   # incl. suffixed with "-2"
grep -r '///later'
grep -r '///'

# pikchr diagrams prototyping
open https://pikchr.org/home/pikchrshow
# 'live' pikchr prototyping
open https://fossil.wanderinghorse.net/home/pikchrshow

# "addr2line" look-ups made easy: e.g.
pc   0x10cb28f1   - 0x10ca0000 | cut -f2 -d 'x' | /usr/local/genode/tool/21.05/bin/genode-x86-addr2line -e /boot/dev_ge/ge23_11/hog/genode-haiku/ge-drivers/vfs_fuse_ntfs_tts/obj-HoG.x86_64/vfs_fuse.lib.so

