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

Adding tab autocomplete feature #13

Closed
wants to merge 2 commits into from

Conversation

SuchismitaDhal
Copy link

Fixes #2
Made certain changes to the way input is taken with the help of GNU readline library
Read more about it here and here
Autocompletes inline when there is only one matching directory. If there are multiple matching directory, it lists them
Since we need to link the libaray during compilation, run gcc chell.c -lreadline -o chell and then ./chell

@Satharus
Copy link
Owner

Satharus commented Oct 3, 2020

Hello! Thanks a lot for your help.

As explained in #9
I am trying to keep dependencies to a minimum with this project, GNU Readline is an external dependency.

@Satharus Satharus closed this Oct 3, 2020
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

Successfully merging this pull request may close these issues.

Add tab auto-completion
2 participants