-
Notifications
You must be signed in to change notification settings - Fork 28
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
Smaller improvements, fixes #5 #4
Conversation
added two more commits to clean up stuff a bit more. |
Looks great! I didn't know about the bug where |
Added more comments to clarify what the program is doing, as well as add more variables, to make the bash script more flexible, allowing users to only change one variable instead of manually changing all instances of the hardcoded path.
Add more comments & more variables
it's technically not a bash script.
Implemented in commit b699a1f advice of @sayan01 in c765563#r45525422 |
@AlexBocken please check my latest PR, you have accidentally pointed the config directory to "/tmp/redyt" instead of pointing the cache directory there. |
Good catch! sorry about that. fixed it. Edit: bruh, I think that's enough for today. typos after typos from my side. |
Heh, don't worry. |
Sorry for being late. I want to merge this but .. It's having some merge conflicts. I will take some time. I have my exams going so .. pretty busy these days. |
Ah sorry I think that was an issue from my side. It should work now, right? |
The filename expansion doesn't work for me since the newest merge. Might be because I'm using
dash
as mysh
instead of the default ofbash
as it is for most distros.All in all just smaller improvements, I think the commit messages should be pretty self-explanatory. I think the only issue that could arise might be the
chmod +x
i did. Lemme know if i should remove that last commit.3bdb2e1 fixes the issue mentioned in #3 (comment) ( #5 )