4 lines
171 B
Bash
4 lines
171 B
Bash
#!/bin/bash
|
|
# org roam ui
|
|
squint screenshot --selector '.force-graph-container' http://localhost:35901/ --out-file "./documents/screenshots/org_roam_ui.jpg" --single-page
|