2 releases
0.1.1 | Nov 21, 2023 |
---|---|
0.1.0 | Nov 21, 2023 |
#108 in #build-system
13KB
70 lines
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.
Dependencies
~9–21MB
~304K SLoC