URL Filter is a desktop application designed to filter and process URLs, logs, and credentials. The application supports multiple input formats and is built as a personal proof of concept using the Svelte framework.
go install github.com/wailsapp/wails/v2/cmd/wails@latest
git clone https://github.com/AverageBoxEnjoyer/Urlfilter
cd Urlfilter
cd frontend
npm install
cd ..
go mod download
wails dev
This command will start the application in development mode with hot reloading.
wails build
This command will generate an executable in the build
folder.
Urlfilter/
├── frontend/ # Svelte source code
├── build/ # Build files
├── main.go # Main entry point
├── app.go # Application logic
├── go.mod # Go dependencies
└── wails.json # Wails configuration
If you find any issues or have suggestions to improve the project, please create an issue in the repository.
This project is open source and available for use and modification. Users are free to modify and edit the code according to their needs.
The author is not responsible for any use or misuse of this software. Each user is responsible for their own use of the application.