Posts tagged “cli”
2026
CLI for Your Notes in The Archive – Automated Zettelkasten (Usage) for Programmers
Exposing your notes with a CLI can help LLM’s and you both to discover connections. The tool I wrote for The Archive essentially offers a YAML API for my Zettelkasten.
2025
Working with Process Pipe and Its 64KiB Limit
Piping data from your Swift program to another program, or receiving large amounts of data from standard input, can be prone to errors, freezing your program. Here is how to do it safely.