https://github.com/jorsn/searchmux
simple and stupid search engine multiplex server in bash, e.g. for bang syntax
https://github.com/jorsn/searchmux
bang-syntax kiss search-engine searx
Last synced: 2 months ago
JSON representation
simple and stupid search engine multiplex server in bash, e.g. for bang syntax
- Host: GitHub
- URL: https://github.com/jorsn/searchmux
- Owner: jorsn
- License: agpl-3.0
- Created: 2020-03-22T19:33:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T21:09:57.000Z (about 5 years ago)
- Last Synced: 2024-12-26T22:27:40.706Z (4 months ago)
- Topics: bang-syntax, kiss, search-engine, searx
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SearchMux
search engine multiplex server, e.g. for bang syntax
## Installation
Copy `searchmux` to a directory listed in `PATH`.
Dependencies are bash and sed.
## Usage
On a server with an open port, e.g. localhost:1492, run
```sh
$ searchmux 1492
```and point your browser to and enjoy.
## Configuration
Please run
```sh
searchmux --help`
```and look into `searchmux`.
## License
Copyright (C) 2020 Johannes Rosenberger
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a [copy](LICENSE) of the GNU Affero General Public License
along with this program. If not, see .