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
- Host: GitHub
- URL: https://github.com/p403n1x87/gipfeli
- Owner: P403n1x87
- License: mit
- Created: 2023-04-30T22:19:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T09:13:25.000Z (over 2 years ago)
- Last Synced: 2025-01-31T10:14:36.250Z (9 months ago)
- Language: Rust
- Size: 674 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.