An open API service indexing awesome lists of open source software.

https://github.com/ghostdevv/search


https://github.com/ghostdevv/search

Last synced: 13 days ago
JSON representation

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
```