https://github.com/nickvisionapps/spotlight
Find your favorite Windows spotlight images
https://github.com/nickvisionapps/spotlight
Last synced: about 1 year ago
JSON representation
Find your favorite Windows spotlight images
- Host: GitHub
- URL: https://github.com/nickvisionapps/spotlight
- Owner: NickvisionApps
- License: gpl-3.0
- Created: 2021-12-18T20:00:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T16:58:12.000Z (almost 2 years ago)
- Last Synced: 2024-08-12T23:55:12.055Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 20.6 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# Spotlight

[](https://hosted.weblate.org/engage/nickvision-spotlight/) ✨Powered by [Weblate](https://weblate.org/en/)✨
**Find your favorite Windows spotlight images**
## Features
- View all of Windows Spotlight's images stored locally on your machine
- Easily export them as an images on disk
- Use them as desktop wallpapers
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how can you help the project and how to provide information so we can help you in case of troubles with the app.
## Screenshots
Qt


## Building Manually
Spotlight uses `vcpkg` to manage its dependencies and `cmake` as its build system.
Ensure both `vcpkg` and `cmake` are installed on your system before building.
A C++20 compiler is also required to build Spotlight.
### Configuring vcpkg
1. Set the `VCPKG_ROOT` environment variable to the path of your vcpkg installation's root directory.
#### Windows
1. Set the `VCPKG_DEFAULT_TRIPLET` environment variable to `x64-windows`
1. Run `vcpkg install libnick libjpeg-turbo boost-gil qtbase qtsvg qttools`
### Building
1. First, clone/download the repo.
1. Open a terminal and navigate to the repo's root directory.
1. Create a new `build` directory and `cd` into it.
#### Windows
1. From the `build` folder, run `cmake .. -G "Visual Studio 17 2022"`.
1. From the `build` folder, run `cmake --build . --config Release`.
1. After these commands complete, Spotlight will be successfully built and its binaries can be found in the `org.nickvision.spotlight.winui/Release` folder of the `build` folder.
## Code of Conduct
This project follows the [GNOME Code of Conduct](https://conduct.gnome.org/).
