P403n1x87 / gipfeli

Quickly share small files via text messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gipfeli

Quickly share small files via text messages

Usage

Quickly share small files via text messages

Usage: gipfeli [PATTERNS]...

Arguments:
  [PATTERNS]...  List of file patterns to match for packing

Options:
  -h, --help     Print help
  -V, --version  Print version

Examples

To generate a shareable text from all the files with the sh and py extension from the current folder, run gipfeli as

gipfeli *.sh *.py

The result is either copied to the clipboard or printed to the terminal.

To unpack a string, run gipfeli with no arguments with the string already copied in the clipboard, or paste into the terminal, and then hit Enter.

About

Quickly share small files via text messages

License:MIT License


Languages

Language:Rust 100.0%