hickory icon indicating copy to clipboard operation
hickory copied to clipboard

Feature Request: allow for command line input

Open koaning opened this issue 3 years ago • 3 comments

At the moment the command line only allows you to pass a python file. The merit to this is that things remain simple. But one might wonder, could we also run anything that the command line could run?

That way hickory could also be used to run;

  • scripts from non-python languages
  • jupyter notebooks
  • docker containers

The API might still allow it via something like;

hickory schedule "docker run ..." --every=1hour
hickory schedule "jupyter nbconvert notebook.ipynb" --every=1hour

If this is out of scope of the library I understand. There's merit to keeping a tool small.

koaning avatar Aug 20 '20 08:08 koaning

Assign it to me i will add it @koaning @maxhumber

rexdivakar avatar Oct 18 '20 00:10 rexdivakar

From my end: go for it! But I think @maxhumber is the one with assignment privileges.

koaning avatar Oct 18 '20 06:10 koaning

@rexdivakar I’m in the midst of this myself. And I’m getting to your PRs that you’ve submitted! (They’ll be in before the end of Hacktoberfest, don’t worry! I’ve just been super busy with work)

maxhumber avatar Oct 18 '20 11:10 maxhumber