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`.
- Host: GitHub
- URL: https://github.com/shresht7/scan
- Owner: Shresht7
- License: mit
- Created: 2024-10-19T19:44:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T12:20:07.000Z (over 1 year ago)
- Last Synced: 2025-02-14T02:49:12.430Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).