GiacomoLaw / Keylogger

A simple keylogger for Windows, Linux and Mac
https://simple-keylogger.github.io/
MIT License
2.06k stars 617 forks source link

a feature i wanna add #153

Closed yo-aiv1 closed 7 months ago

yo-aiv1 commented 7 months ago

Hi, i wanna ask if this feature will get accepted before i add it. i wanna add args for the program instead of defining visibility... so the user can pass args to the keylogger instead of editing the source code, also they will be default options in case the user didnt pass any args, and also cleaning the project and rewriting some comments in a better way while keeping the meaning, also an arg for the user if wanna add it to the startup folder so it'll run everytime the computer turns on. I just wanted to ask before doing anything, because i wanna contribute to this project not to just fork and keep it for myself. if you have any changes to those things i wanna do, please feel free to say it.

mydarkthawts commented 7 months ago

Hi @yo-aiv1 I was also working on this so we would all love to see your contributions! Would save me the trouble. Been a busy work week and not a chance to get back to the enhancements and cleanups.

I look forward to seeing the pull request!

mydarkthawts commented 7 months ago

What I currently have going is argc and argv checks and passing them through with if's to call functions vs having them done pragmatically. An if doesn't exist will just set default values.

It works, just want to clean it up before submitting a pull.

yo-aiv1 commented 7 months ago

@mydarkthawts hi, if you already finished it, no need for me to do it, just push yours