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

Auto complete #1

Open
Jzarecta opened this issue Aug 28, 2013 · 1 comment
Open

Auto complete #1

Jzarecta opened this issue Aug 28, 2013 · 1 comment

Comments

@Jzarecta
Copy link

Would be nice to have an auto-completion so I can press tab and get the command. Using readline this can be achieved with a list and a double conditional.
http://stackoverflow.com/posts/7821956/revisions

@merlink01 merlink01 reopened this Sep 1, 2013
@merlink01
Copy link
Owner

Readline support is already implemented, but because stdout is trashed by pybitmessage I have to pipe stdout to a stringio file.

That's why autocompletion is not running at the moment.

If all messages from stdout are converted to the logging module it will run correct.

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