quickdeck

Crates.ioquickdeck
lib.rsquickdeck
version0.1.1
sourcesrc
created_at2023-11-21 08:32:31.458317
updated_at2023-11-21 09:02:46.888306
descriptionA CLI tool to quickly open SlideShare presentations.
homepage
repositoryhttps://github.com/mei28/quickdeck
max_upload_size
id1043886
size42,162
Mingzhe Yang (mei28)

documentation

README

QuickDeck

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.

Installation

You can install QuickDeck by cloning the repository and building it with Cargo, Rust's package manager and build system.

cargo install quickdeck

Usage

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.

Commit count: 6

cargo fmt