You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,6 +41,15 @@ The app requires the following permissions:
39
41
- Accessibility (for simulating keyboard events)
40
42
- Input Monitoring (for global hotkey)
41
43
44
+
### Setting up Permissions
45
+
46
+
1. Open System Preferences > Security & Privacy > Privacy
47
+
2. Enable permissions for:
48
+
- Screen Recording
49
+
- Accessibility
50
+
- Input Monitoring
51
+
3. Restart the app after granting permissions
52
+
42
53
## Development Status
43
54
44
55
This is an MVP (Minimum Viable Product) version that implements the basic functionality of capturing and sharing screenshots. Future versions will include:
@@ -49,5 +60,28 @@ This is an MVP (Minimum Viable Product) version that implements the basic functi
49
60
- Error handling
50
61
- Installer
51
62
- Auto-updates
52
-
- Multiple monitor support
53
-
- Custom screenshot area
63
+
64
+
## Contributing
65
+
66
+
We welcome contributions! Here's how you can help:
67
+
68
+
1. Fork the repository
69
+
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
70
+
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
71
+
4. Push to the branch (`git push origin feature/amazing-feature`)
72
+
5. Open a Pull Request
73
+
74
+
Please make sure to update tests as appropriate and follow the existing coding style.
75
+
76
+
## Bug Reports & Feature Requests
77
+
78
+
If you encounter any bugs or have ideas for new features, please [open an issue](https://github.com/bartwisch/windpix/issues).
79
+
80
+
## License
81
+
82
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
83
+
84
+
## Acknowledgments
85
+
86
+
- Thanks to the Windsurf team for inspiration and support
0 commit comments