https://github.com/ghostdevv/search
https://github.com/ghostdevv/search
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostdevv/search
- Owner: ghostdevv
- Created: 2022-04-17T12:03:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-16T19:57:59.000Z (4 months ago)
- Last Synced: 2025-11-16T21:21:47.659Z (4 months ago)
- Language: TypeScript
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Search
A CLI and API for searching that has built-in commands. Originally inspired by
[alii/search](https://github.com/alii/search).
## Installation
### Grab the binary
```bash
curl -sL -o search https://github.com/ghostdevv/search/releases/latest/download/search-linux-amd64 \
&& chmod +x search \
&& sudo mv -f search /usr/local/bin \
&& sudo chown root:root /usr/local/bin/search
```
### Service
```bash
curl -sL -o "$HOME/.config/systemd/user/search.service" 'https://raw.githubusercontent.com/ghostdevv/search/main/search.service' \
&& systemctl --user daemon-reload \
&& systemctl --user enable search --now
```