https://github.com/TruncatedDinoSour/searx-cli
[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/searx-cli] SearX in the CLI
https://github.com/TruncatedDinoSour/searx-cli
cli linux searx
Last synced: 19 days ago
JSON representation
[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/searx-cli] SearX in the CLI
- Host: GitHub
- URL: https://github.com/TruncatedDinoSour/searx-cli
- Owner: TruncatedDinoSour
- License: other
- Archived: true
- Created: 2022-02-08T12:51:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T13:19:23.000Z (10 months ago)
- Last Synced: 2024-08-02T16:00:24.379Z (9 months ago)
- Topics: cli, linux, searx
- Language: Python
- Homepage: https://git.ari.lt/ari/searx-cli
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This repository has been migrated to the self-hosted ari-web Forgejo instance:
# Searx-cli> SearX in the CLI
# Installation
## Manual
```bash
sudo install -Dm0644 doc/sxcl.1 /usr/share/man/man1/sxcl.1
sudo mandb -qf /usr/share/man/man1/sxcl.1
sudo install -Dm755 src/sxcl /usr/local/bin
```## Packages
- Linux
- Gentoo linux: [app-misc/searx-cli::dinolay](https://ari-web.xyz/gentooatom/app-misc/searx-cli)# Configuration
Just edit `~/.config/searx_cli.ini` file, all documentation
in the `man` page.