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

Sessionable shell history #14

Closed
lmorg opened this issue Jan 12, 2018 · 1 comment
Closed

Sessionable shell history #14

lmorg opened this issue Jan 12, 2018 · 1 comment

Comments

@lmorg
Copy link
Owner

lmorg commented Jan 12, 2018

The history writer is just a stdio interface so add a config option to alter the history endpoint.

lmorg added a commit that referenced this issue Jan 14, 2018
@lmorg
Copy link
Owner Author

lmorg commented Jan 14, 2018

To redirect shell history:

pipe: --create foo --file bar.txt
history-set-write-pipe: foo

Because it is a standard murex named pipe, you can also use other writers. eg

pipe: --create foo --tcp-dial localhost:8000
history-set-write-pipe: foo

...or even disable history logging entirely using the builtin null pipe

history-set-write-pipe: null

@lmorg lmorg closed this as completed Jan 14, 2018
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

1 participant