| Crates.io | peek-cli |
| lib.rs | peek-cli |
| version | 0.1.12 |
| created_at | 2025-11-06 18:47:20.066317+00 |
| updated_at | 2025-11-07 15:14:55.399131+00 |
| description | A fast CLI tool to open files and directories in your default browser |
| homepage | |
| repository | https://github.com/lyznne/peek |
| max_upload_size | |
| id | 1920113 |
| size | 89,282 |
peek-cli lets you open any file directly in your default web browser from the terminal. It’s lightweight, blazingly fast, and perfect for developers who want quick file previews without the bloat.
cargo install peek-cli
git clone https://github.com/lyznne/peek.git
cd peek
cargo build --release
yay -S peek-cli
peek-windows-x86_64.zip from releasespeek.exe to a folder already in PATH (e.g., C:\Windows\System32)peek <file> from any terminalpeek <file-path>
peek --help
Examples:
peek #open current dir
peek README.md
peek index.html
peek ./docs/guide.pdf
To contribute or customize peek-cli, clone the repo and build:
git clone https://github.com/lyznne/peek.git
cd peek
cargo run -- <file>
Pull requests are welcome! If you have suggestions or bug reports, please open an issue.
Licensed under the MIT and Apache-2.0 licenses. See LICENSE for more information.