Subscripting and returning sys.status, sys.specs, and accts.balance should update the respective panes. #7
jckirton
started this conversation in
Bugs / Features / Ideas
Replies: 1 comment 1 reply
-
|
If added, there should be an option to disable updating, or invert the logic and have to specify it to update the panes, as data collection may happen in the background of some scripts and seeing these update may tip off a user. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If a script directly returns a call of
sys.status,sys.specs, andaccts.balance, it should update the respective panes in the UI.For example, a script that returns:
[#hs.sys.status(), #hs.sys.specs(), #hs.accts.balance()]would update all the panes.
The reason for this request is totally not because of my desire for a "startup" script that I run when I login to a user to update all the panes. No idea why you would think that.
Beta Was this translation helpful? Give feedback.
All reactions