mirror of
https://github.com/mickael-menu/zk
synced 2024-11-07 15:20:21 +00:00
681 B
681 B
Automating frequent tasks
zk
was designed with automation in mind and strive to be a good Unix citizen. As such, it offers a number of ways to interface with other programs:
- write command aliases for repeated complex commands
- call
zk
from other programs - send notes for processing by other programs
- create a note with initial content from a standard input pipe
If you find out that zk
does not behave as expected or could communicate better with other programs, please post an issue.