Crates.io | quickdeck |
lib.rs | quickdeck |
version | 0.1.1 |
source | src |
created_at | 2023-11-21 08:32:31.458317 |
updated_at | 2023-11-21 09:02:46.888306 |
description | A CLI tool to quickly open SlideShare presentations. |
homepage | |
repository | https://github.com/mei28/quickdeck |
max_upload_size | |
id | 1043886 |
size | 42,162 |
QuickDeck is a simple command-line utility to quickly open SlideShare presentations in your default web browser. It extracts the embed URL from a SlideShare presentation URL and opens it directly, making it a handy tool for faster access to SlideShare content.
You can install QuickDeck by cloning the repository and building it with Cargo, Rust's package manager and build system.
cargo install quickdeck
To use QuickDeck, simply pass the SlideShare presentation URL as an argument:
quickdeck https://www.slideshare.net/example/presentation
If successful, the SlideShare presentation will open in your default web browser.