You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It’s a golang written binary that allows users to write golang ( ish ) scripts
it can be easily compiled into xbar as it’s just golang.
Why ?
It’s easy to add tengo to xbar and it provides a cross platform scripting language, which can make it easier for users that might not have ruby or python installed .
There is a tengo cli also
tengo scripts can also be compiled to binaries which maybe has sone merit
it also formalises the inputs and outputs to and from a script and so would allow parametric scripts for xbar . You might have a script but you want it to lookup 2 different things on the internet . With parametrische the 2 input properties could be inputted by xbar . Xbar could have a simple kv or SQLite store or even just a json file for storing these inputs .
So it makes it much easier for users that want parametrics.
I know this is a little bit off base but I am curious if you find this useful ?
please feel free to ask me questions if my explanation is not clear
The text was updated successfully, but these errors were encountered:
https://github.com/d5/tengo
It’s a golang written binary that allows users to write golang ( ish ) scripts
it can be easily compiled into xbar as it’s just golang.
Why ?
It’s easy to add tengo to xbar and it provides a cross platform scripting language, which can make it easier for users that might not have ruby or python installed .
There is a tengo cli also
tengo scripts can also be compiled to binaries which maybe has sone merit
it also formalises the inputs and outputs to and from a script and so would allow parametric scripts for xbar . You might have a script but you want it to lookup 2 different things on the internet . With parametrische the 2 input properties could be inputted by xbar . Xbar could have a simple kv or SQLite store or even just a json file for storing these inputs .
So it makes it much easier for users that want parametrics.
I know this is a little bit off base but I am curious if you find this useful ?
please feel free to ask me questions if my explanation is not clear
The text was updated successfully, but these errors were encountered: