Seekpeek is a simple open-source browser built in C, designed to run on Linux systems primarily. The browser provides basic functionality for browsing HTML websites.
- GTK4
- Lexbor
- Libcurl
- Clone the repository:
git clone https://github.com/0xdeadbeer/seekpeek
- Change directory into the Seekpeek directory:
cd seekpeek
- Build and run the code:
make all
- CTRL+L: Switch to the next tab
- CTRL+H: Switch to the previous tab
- CTRL+T: Spawn new tab
- CTRL+W: Close the current tab
- CTRL+P: Focus on the urlbar
Contributions to Seekpeek are more than welcome! To contribute, please fork the repository and create a pull request with your changes or submit an issue.
Seekpeek is licensed under the GNU General Public License v3.0. See the LICENSE
file for more information.