-
-
Notifications
You must be signed in to change notification settings - Fork 36
Added Auto completion to clipse #177
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
base: main
Are you sure you want to change the base?
Conversation
|
Hi @Rishik-Y, Firstly, thank you for your kind words and my apologies for not getting back to you sooner on this. This looks like a great contribution, I'm really thankful for your work here! I'm trying to test this locally, have installed the libs and built a new executable but can't get it to auto-complete. E.g. when typing thank you |
|
Hello @savedra1, 👋 if i am correct, you might be using Just for testing and checking purpose: As far as i know, For arch-linux or many other linux-distro should work automatically following the Documentation provided by the complete package developer. Here is the commands from yesterday me who copied and pasted in current: Updated: When running Same for When pressing And assuming your input being wrong In-case you are wondering, However the output will be very messy and stuck in the terminal until you do Here is the example: If you type something else or anything it will simply loop not allowing you to do anything until you end up closing the terminal. If for some reason you are unable to run it, Thanks! 😄 PS: Sorry for making this comment huge, |
Hello👋
First and foremost, thanks for making clipse!
Loving how it works and looks. Its great!
(Thought i should mention it since the developer deserves some praise)
As for the commit,
I have added a small feature where the clipse will autocomplete in the terminal like most bash command scripts..
I just added this mainly for dumbasses like me who were trying to search how to clear the history by doing various ways like
clipse-trashorclipse-removeMain motive: I had gotten stuck in a scenario where clipse was giving me blank black screen when opening terminal which i was facing during this issue, probably related to this bug #164 but i couldnt figure out what the commands were to reset/clear the clipse..
Thankfully i did found out later that the commands are laid out in the readme itself unlike many other programs
readmeAnyway I am quite the newbie tbh,
So do modify the code or correct me by finding the mistakes if you find any!