Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

look into integrating the interactive Python shell with the api #16

Open
TheFriendlyCoder opened this issue Apr 23, 2018 · 0 comments
Open

Comments

@TheFriendlyCoder
Copy link
Owner

It would be nice if we could leverage the Python runtime, including it's native interactive shell, to expose even more powerful options to users of the Friendly Shell. For example, suppose someone wanted to construct some complex logic using Python native scripts, and then use the result from that as a parameter to another Friendly Shell command, something like this:

> py {
... python code here to query and remote server and return it's dynamic IP address
}
> connect_server($LAST_OUTPUT)

Where LAST_OUTPUT refers to the results produced by the py task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant