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

Load http-console commands on startup #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ptdorf
Copy link

@ptdorf ptdorf commented Dec 20, 2012

This patch allows you to place http-console commands on a .http-console
file and run them on startup. The three locations checked are, in order:

1. /etc/.http-console
2. $HOME/.http-console
3. $PWD/.http-console

Commands found in later files overwrite previous ones.

@unbalancedparentheses
Copy link

@ptdorf will first update the old code and resolve some issues. then i will check this and merge it.

@ptdorf
Copy link
Author

ptdorf commented Feb 24, 2014

@pyotrgalois This pull request was cleanly rebased.

@unbalancedparentheses
Copy link

@ptdorf cool, thanks. give me a few days that i have to check pull requests related with bug fixes and nodejs version. then i will check this :)

This patch allows you to place http-console commands on a .http-console
file and run them on startup. The three locations checked are, in order:

    1. /etc/.http-console
    2. $HOME/.http-console
    3. $PWD/.http-console

Commands found in later files overwrite previous ones.
@unbalancedparentheses unbalancedparentheses removed their assignment Feb 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants