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

include cli? #2

Open
tmc opened this issue Jan 13, 2017 · 2 comments
Open

include cli? #2

tmc opened this issue Jan 13, 2017 · 2 comments

Comments

@tmc
Copy link

tmc commented Jan 13, 2017

seems like it'd be handy

@olebedev
Copy link
Owner

olebedev commented Jan 13, 2017

Sure, I've planned it to add.

I think the tool should do:

  • read from stdin or file and send the outout to the sdtout or file in various formats including custom templating(unix way)
  • serve HTTP request(rest api service)

@tmc, could you describe your use-case?

@ghost
Copy link

ghost commented Jan 13, 2017

Reading from flags can also be useful. Take GNU date for example:

date +%s -d 'tomorrow 9:00 am'
# Prints `1484398800` to stdout (i.e. 2017-01-14 09:00:00 in unix time).

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