From 670fadcfbcef7d139ebb81e3d4aa5f8ccac804ee Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Wed, 28 Aug 2024 15:22:01 +0300 Subject: separate html dir --- storage/index.html | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) (limited to 'storage') diff --git a/storage/index.html b/storage/index.html index 4cfaf0e..a0c2040 100644 --- a/storage/index.html +++ b/storage/index.html @@ -1,35 +1 @@ - - - - - - NixShare - - -

Nixshare

-

Usage:

-

Upload file:

-
-        curl -d @FILENAME https://nixshare.ru/upload
-    
-

Upload clipboard:

-

X:

-
-        xclip -o | curl -d @- https://nixshare.ru/upload
-    
-

Wayland (wl-clipboard required):

-
-        wl-paste | curl -d @- https://nixshare.ru/upload
-    
-

Shell alias:

-

You can add shell aliases to .bashrc or .zshrc file:

-

X:

-
-        alias nsh="xclip -o | curl -d @- https://nixshare.ru/upload 2>/dev/null | xclip"
-    
-

Wayland (wl-clipboard required):

-
-        alias nsh="wl-paste | curl -d @- https://nixshare.ru/upload 2>/dev/null | wl-copy"
-    
- - \ No newline at end of file +nothing here \ No newline at end of file -- cgit v1.2.3