An open API service indexing awesome lists of open source software.

https://github.com/p403n1x87/gipfeli

Quickly share small files via text messages
https://github.com/p403n1x87/gipfeli

Last synced: 7 months ago
JSON representation

Quickly share small files via text messages

Awesome Lists containing this project

README

          

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

~~~console
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.