-
Notifications
You must be signed in to change notification settings - Fork 119
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 xonsh shell in dynamic #125
Comments
Hi, I would like to work on this issue. Could you please give some head start? |
Go ahead buddy @sudojarvis |
@GouravSardana gitsome uses xonsh shell. I have to do a similar thing right? |
Do we have to do it from scratch or we can merge it from xonsh. |
@sudojarvis That’s correct gitsome uses the xonsh shell. |
@GouravSardana could you please assign the issue to me under GSSOC'22. |
Np. Work on this issue. Don’t worry about assigning the issues. I’ll take care of that |
Kazam_screencast_00018.mp4@GouravSardana Till now it is auto-completing, what I typed previously. But I have used code from gitsome. Is this fine? |
@sudojarvis Is this using XONSH ? I couldn't see this going to the xonsh terminal just like in gitsome.
|
@GouravSardana yes, to 1st two questions. And updated the video watch from 2:35. |
|
Okay but i think this autocomplete should work based on both things. One is history and other is args. |
@sudojarvis Any update ? |
We have to make autocomplete feature for dynamic. To make it work we need to create a xonsh shell. Still confused ?
Ref to this - xonsh
How does it actually works?
When a user types dynamic. It will redirect to a different shell on the same terminal and we can use autocomplete in that shell because our normal terminal doesn't allow you to autocomplete.
Ref first 1 sec of GIF [When he type gitsome, Another shell got popup [still confused? Tried installing gitsome in local and type gitsome in terminal]]-
Credit for xonsh - xonsh
Credit for Gitsome - Gitsome
The text was updated successfully, but these errors were encountered: