#presentation #command-line-tool #cli #slideshare

app quickdeck

A CLI tool to quickly open SlideShare presentations

2 releases

0.1.1 Nov 21, 2023
0.1.0 Nov 21, 2023

#1137 in Command line utilities

MIT license

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

~8–24MB
~331K SLoC