|
|
||
|---|---|---|
| .github/workflows | ||
| .husky | ||
| build | ||
| docs/images | ||
| frontend | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| README_zh.md | ||
| app.go | ||
| cmd_nonwindows.go | ||
| cmd_windows.go | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| open_directory.go | ||
| wails.json | ||
README.md
README (English)
中文: README (中文)
How to use
Make sure git is installed on your computer.
Download the application, open it, and let your creativity flow! Generating a repository may take a while. After generation, copy the repository folder and enter it to continue.
Windows/Linux
Download and run the application directly.
macOS
Since this application is not yet signed, you may encounter security restrictions on first launch. Follow these steps to resolve:
cd the-directory-where-green-wall.app-is-located
sudo xattr -cr ./green-wall.app
sudo xattr -r -d com.apple.quarantine ./green-wall.app
Tip: You don't need to execute all of these commands. Try them in order from top to bottom, and stop once one resolves the issue.
Warning: The commands will not automatically launch the application. You need to manually double-click the app to start it (the commands only modify file attributes).
Quick Tips
- Right-clicking during the painting process can switch between the brush and the eraser.
Next steps
- Log in to your GitHub account and create an empty remote repository (do not select README, .gitignore or License).
- From the generated repository directory run the following commands to push your local repo to the remote:
git remote add origin <remote-repo-url>
git branch -M main
git push -u origin main
Note: After pushing, GitHub may take anywhere from 5 minutes to two days to show the contribution on your profile. You can make the repository private and enable contributions from private repositories in your GitHub contribution settings so others can't see the repo contents but your contribution activity will still be counted.
Rendering
Development Guide
-
Environmental Preparation
Install Go 1.23+
Install Node.js (v22+)
Install Git
-
Install dependent tools
go install github.com/wailsapp/wails/v2/cmd/wails@v2.10.2 -
Project operation
Clone the repository and enter the directory:
git clone https://github.com/zmrlft/GreenWall.git cd GreenWallInstall front-end dependencies:
cd frontend && npm installStart the development environment
wails devConstruction
wails buildOutput path: build/bin/
Future features
We may add support for creating repositories in custom languages. For example, if you want a Java repository, the tool would generate one and it would be reflected in your GitHub language statistics.
Star History
Disclaimer
This project is provided for educational, demonstration, and research purposes related to GitHub contribution mechanics. Misuse (for example to falsify job applications) is the user's responsibility.






