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

Extra features #5

Open
mattdesl opened this issue Feb 6, 2015 · 2 comments
Open

Extra features #5

mattdesl opened this issue Feb 6, 2015 · 2 comments

Comments

@mattdesl
Copy link
Contributor

mattdesl commented Feb 6, 2015

I have three features I miss from Beefy:

  • auto portfinding instead of erroring out if 9966 is taken
  • an --open command to launch the URL in your browser
  • a --dir to set the base for the entries (from path) and the serving directory (i.e. for image paths)

I've already implemented these in my own little tool. Basically wondering whether you'd be interested in having these PR'd to wzrd CLI (but not the API itself). Or, whether you'd prefer these things to just go in another module.

@max-mapper
Copy link
Owner

portfinding and --dir are fine, but I am weary of the --open one because it's a tricky cross platform problem. How did you implement that?

@mattdesl
Copy link
Contributor Author

mattdesl commented Feb 6, 2015

Could use open or opn but I agree it's tricky and a bit more prone to error.

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