# List of plugins # If there are multiple compatible plugins, precedence is determined # by which one is listed first in this array ap_plugins=( # Videos/Gifs 'sendvid''streamable''gfycat' # Images 'tinyimg''vgyme' # Audio 'instaudio' # Text 'hastebin''ixio''sprunge' # Documents 'docdroid' # Any file 'jirafeau''fileio' ) [...]
$ anypaste file.gif Current file: file.gif Plugin 'streamable' is compatible, but missing config parameters: 'streamable_email''streamable_password' You can set them in /home/sk/.config/anypaste.conf Attempting to upload with plugin 'gfycat' ######################################################################## 100.0% Reminder: Gfycat needs time to encode. Your video will not appear right away.
Upload complete. All files processed. Have a nice day!
你可以将链接分享给你的家庭、朋友和同事们。下图是我刚刚将图片上传到 gfycat 网站的截图。
也可以一次同时上传多个(相同格式或不同格式)文件。
下面的例子提供参考,这里我会上传两个不同的文件,包含一个图片文件和一个视频文件:
1
anypaste image.pngvideo.mp4
输出示例:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Current file: image.png Attempting to upload with plugin 'tinyimg' ######################################################################## 100.0%
Direct Link: https://tinyimg.io/i/au1PHpg.png
Upload complete. Current file: video.mp4 Plugin 'streamable' is compatible, but missing config parameters: 'streamable_email''streamable_password' You can set them in /home/sk/.config/anypaste.conf Attempting to upload with plugin 'sendvid' ######################################################################## 100.0%
Current file: file.gif Plugin 'streamable' is compatible, but missing config parameters: 'streamable_email''streamable_password' You can set them in /home/sk/.config/anypaste.conf Attempting to upload with plugin 'gfycat' ######################################################################## 100.0% Reminder: Gfycat needs time to encode. Your video will not appear right away.
$ anypaste -i file.gif Current file: file.gif Determine compatible plugins automatically? [Y/n] **n** The following plugins were found: 'sendvid''streamable''gfycat''tinyimg''vgyme''instaudio''hastebin''ixio''sprunge''docdroid''jirafeau''fileio'
Enter the (partial) name of a plugin, or nothing for automatic selection **gfycat** Attempt to upload with plugin 'gfycat'? [Y/n] **y** Attempting to upload with plugin 'gfycat' ######################################################################## 100.0% Reminder: Gfycat needs time to encode. Your video will not appear right away.