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

Add contrib script nmcsh - simple namecoind readline wrapper #192

Merged
merged 1 commit into from
Jan 2, 2015

Conversation

mnp
Copy link
Contributor

@mnp mnp commented Nov 2, 2014

This provides history (Ctrl-p, Ctrl-n) command completion (TAB on an
incomplete command), argument help (TAB after a finished command),
and the other usual readline keys. See
http://tiswww.case.edu/php/chet/readline/rluserman.html for
details.

Before running this, make sure namecoind is in your $PATH and the
dameon is running.

This provides history (Ctrl-p, Ctrl-n) command completion (TAB on an
incomplete command), argument help (TAB after a finished command),
and the other usual readline keys. See
http://tiswww.case.edu/php/chet/readline/rluserman.html for
details.

Before running this, make sure namecoind is in your $PATH and the
dameon is running.
@phelixbtc
Copy link
Contributor

Has anyone tested this? Is it useful?

@mnp
Copy link
Contributor Author

mnp commented Dec 1, 2014

Ad-hoc testing. It's just a shell/wrapper so unit tests would be of
limited utility.

The usefulness is for (1) learning and (2) convenience. It is by no means
a core function. I suppose a bash completion file would serve similar
purpose partly.

On Mon, Dec 1, 2014 at 11:55 AM, phelixbtc notifications@github.com wrote:

Has anyone tested this? Is it useful?


Reply to this email directly or view it on GitHub
#192 (comment).

Mitchell Perilstein mitchell.perilstein@gmail.com
(484) 876-1444

@ryancdotorg
Copy link
Contributor

It's a contrib script, no real reason not to accept it.

@phelixbtc
Copy link
Contributor

It still needs to be safe to use. ACK

phelixbtc added a commit that referenced this pull request Jan 2, 2015
Add contrib script nmcsh - simple namecoind readline wrapper
@phelixbtc phelixbtc merged commit 6273022 into namecoin:namecoinq Jan 2, 2015
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

Successfully merging this pull request may close these issues.

3 participants