-
Notifications
You must be signed in to change notification settings - Fork 0
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
GUI #1
Comments
If I had to make edits to the scripts and/or add new ones, should I commit them to main or gui? Just so I don't mess up git history |
Do not touch the gui branch. Create your own branch, and after making changes, merge it into main. |
Also in the future write scripts in python to ensure cross-platform, as I do here https://github.com/moto-penangf/fuckyoumoto/tree/gui/src-tauri/scripts |
Good to know! I'm way more familiar with python than bash, this makes things easier. Soon I'll edit the clean logs utility to use functions so that it's usable in other python files like you did in there |
Nice! |
I want to make a full-fledged GUI on Tauri.
I will develop it in a separate branch gui
The text was updated successfully, but these errors were encountered: