From 721fda8b220044e84e92d6b58dd4a4dd282fbf48 Mon Sep 17 00:00:00 2001 From: gd Date: Wed, 5 Jan 2022 08:33:43 +0300 Subject: [PATCH] feat: Update README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 9179523..5a34a1d 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,19 @@ Features: * MIME type detecting See deployment options in Bottle documentation: https://bottlepy.org/docs/dev/deployment.html + +# Additional + +## imgs client with CLI + +imgs has a simple CLI tool based on curl. Copy **imgs** script to your PATH. + +```bash +sudo cp imgs /usr/bin/imgs +``` + +## Nautilus integration + +Push files to your imgs instance via GNOME Files (former name: Nautilus). Depends packages: curl, notyfy-send. + +Just place **Upload to imgs** script into **~/.local/share/nautilus/scripts**.