Word-by-word translation aligner tool
Curved connectors show word order changes better than linear interlinear text.
Export Apple SF Symbols as SVG
Extracts exact vector paths from private macOS APIs instead of tracing rasters.
macOS developers, designers, AI agent builders
SF Symbols App · react-sf-symbols · sf-symbols-svg
The vector paths come directly from macOS's symbol renderer. Internally it reaches a private ivar on NSSymbolImageRep to get the CUINamedVectorGlyph, draws into a CGPDFContext, then walks the PDF content stream back out as SVG `d` commands. The output matches what the system draws, rather than an approximation traced from rasters.
A few things about it:
- Every subcommand accepts `--json`, and `sfsym schema` returns a machine-readable description of the whole CLI. - Symbol enumeration reads the OS's Assets.car BOM tree, so the list of 8,300+ names stays current with macOS updates without a version table in the binary. - Each SVG `<path>` carries a `data-layer` attribute, so you can retheme in CSS without touching geometry.
It's been saving me a bunch of clicking. Please let me know if you have any other ideas for it.
Curved connectors show word order changes better than linear interlinear text.
Logo configurator for one company—useful internally, zero broader applicability.
Single-feature SVG polygon tool when Figma and Illustrator already do this.
WebRTC collaboration without server storage, but calendar tools are a solved category.
Clean CSV charting, but Datawrapper and Google Sheets already do this free.
Readable PostScript interpreter alternative to GhostScript, but GhostScript still faster.