https://github.com/cablehead/og-cli
cli frontend for opengraph-rs crate
https://github.com/cablehead/og-cli
Last synced: 2 months ago
JSON representation
cli frontend for opengraph-rs crate
- Host: GitHub
- URL: https://github.com/cablehead/og-cli
- Owner: cablehead
- Created: 2024-06-26T17:55:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T19:09:52.000Z (11 months ago)
- Last Synced: 2025-03-25T05:05:47.486Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cli frontend for [opengraph-rs](https://crates.io/crates/opengraph-rs) crate
usage:
```nushell
http get https://www.rust-lang.org | og-cli | from json
──────────────────┬─────────────────────────────────────────────────────────────────────────────────────────────────────────
type │ website
title │
url │
│ ───┬──────┬──────────────────────────────────────────────────────────────┬────────────┬───────┬────────
images │ # │ type │ url │ secure_url │ width │ height
│ ───┼──────┼──────────────────────────────────────────────────────────────┼────────────┼───────┼────────
│ 0 │ │ https://www.rust-lang.org/static/images/rust-social-wide.jpg │ │ │
│ ───┴──────┴──────────────────────────────────────────────────────────────┴────────────┴───────┴────────
audios │ [list 0 items]
videos │ [list 0 items]
description │ A language empowering everyone to build reliable and efficient software.
determiner │
locale │ en_US
locale_alternate │ [list 0 items]
site_name │
──────────────────┴─────────────────────────────────────────────────────────────────────────────────────────────────────────
```