n3ko Posted February 25, 2021 Share Posted February 25, 2021 New to alfred. It seems that there's no api document about how to interact with alfred in programming language. But i would like to make a new framework like alfy, which will be writter in rust. How do i find any document about this? Link to comment
deanishe Posted February 25, 2021 Share Posted February 25, 2021 55 minutes ago, n3ko said: It seems that there's no api document about how to interact with alfred in programming language It's standard POSIX APIs, with Alfred understanding a bit of JSON on STDOUT. See "Advanced workflow topics" at the bottom of this page. n3ko 1 Link to comment
nikivi Posted February 25, 2021 Share Posted February 25, 2021 Can checkout https://github.com/lilyball/alfred-rs and https://github.com/spamwax/alfred-workflow before writing a new alfred library in Rust. n3ko 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now