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

https://github.com/shresht7/scan

A simple pager command-line application. Like `more` or `less`.
https://github.com/shresht7/scan

Last synced: 4 months ago
JSON representation

A simple pager command-line application. Like `more` or `less`.

Awesome Lists containing this project

README

          

# `scan`

A simple pager command-line application. Like `more` or `less`.

## 📘 Usage

Read from a file or pipe something in from stdin

```sh
scan src/main.rs
```

```sh
git log | scan
```

### Full Help Message

```sh
# TODO: Help Message
```

---

## 📄 License

This project is licensed under the [MIT License](./LICENSE).