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

Skill should be able to call an command line programm - in best case keep stdio/stdout open #1428

Open
Kulbartsch opened this issue Dec 31, 2019 · 1 comment

Comments

@Kulbartsch
Copy link

Feature Request:

Actual Behaviour

Currently it's possible to call a web API (see Turorial Level 11):

{
  "url":"http://api.loklak.org/api/search.json?q=$1$",
  "path":"$.statuses"
}

Requested Behaviour

It would be cool to alternatively call a local command line program, maybe like this:

{
  "exec":"fortune -m *$1$",
  ...
}

Additionally it would be very useful to use a a command line program interactively, sending requests to stdin and accepting answers via stdout without terminating the program during the use of a skill.

@parikshitgupta1
Copy link
Member

#issue104

Susi Server

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

2 participants