Skip to content

[Feature request]: Atuin support in schemesh #2688

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

Open
sshine opened this issue Apr 9, 2025 · 0 comments
Open

[Feature request]: Atuin support in schemesh #2688

sshine opened this issue Apr 9, 2025 · 0 comments

Comments

@sshine
Copy link

sshine commented Apr 9, 2025

Schemesh is a Unix shell and Lisp REPL, fused together

This is a tangent on:

I use Atuin for my ^R and up-arrow, and implementing support for that in schemesh is somewhat easier than making shell history search from scratch. The work for making schemesh support for atuin consists of extending the atuin init sub-command with:

atuin init [--disable-ctrl-r] [--disable-up-arrow] schemesh

which should provide a schemesh-compatible initialization.

It may be the case that schemesh needs minor adaptations to make this work (I don't think so), but the main work is a Chez Scheme snippet that gets printed when the above command is run, and binds certain command calls to ^R and up-arrow.

I will be happy to try to make this, if the maintainers are open to the contribution.

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