~miconoco/send-files

077013d8da98cb107c7750c50398607513b0b3b8 — Christoph Polcin 3 years ago 52728bc
update README
2 files changed, 49 insertions(+), 3 deletions(-)

M README
M send-files
M README => README +48 -2
@@ 8,6 8,52 @@
											
											
											
WTF?
====

hello 2020;
[send-files](https://git.sr.ht/~miconoco/send-files);
compressed & encrypted
use [send-files](https://git.sr.ht/~miconoco/send-files);
compressed & encrypted.

Users fear public keys. They bad to remember, 
uncomfortable to store and hard to note down.

...


Install
=======

TODO Makefile


Usage
=====

	usage: send-files [email] [subject] <FILE>...

	ENV:
	  ALGO   Cipher Algo, current: AES256
	         see gpg --version
	  COMP   compression from suffix, current: tar.gz
	  SEND   sendmail compatible command, current: msmtp -t
	  SUBF   pass subfolder, current: send-files


Dependencies
============

- [pass](https://www.passwordstore.org/ "the standard unix password manager")
- [gpg](https://gnupg.org/)
- [fzy](https://github.com/jhawthorn/fzy/)
- openssl
- sendmail
- tar


Contribution welcome
====================

[Send patches](https://git-send-email.io) and questions to
[posaune@miconoco.de](https://lists.sr.ht/~miconoco/posaune).


M send-files => send-files +1 -1
@@ 14,7 14,7 @@ _usage() {
	ENV:
	  ALGO   Cipher Algo, current: ${ALGO}
	         see gpg --version
	  COMP   tar auto compression via suffix, current: ${COMP}
	  COMP   compression from suffix, current: ${COMP}
	  SEND   sendmail compatible command, current: ${SEND}
	  SUBF   pass subfolder, current: ${SUBF}
	EOF