打开 “懒猫微服客户端” 下载应用

Bin

highly opinionated, minimal pastebin

1 次下载
0 次点赞
0 条评论
0 次催更
1

安装次数

0

点赞

0

应用评论

0

催更次数

桌面端

移动端

应用描述

A minimal pastebin which also accepts binary files like Images, PDFs and ships multiple clients. It does not require you to host a SQL server and everything is self-contained in a statically linked binary (the docker image runs on scratch !), which makes it extremely easy to deploy. Clients Web You can paste Normal Text Paste Images from clipboard: clipboard-paste Files by drag and drop: drag_n_drop CLI cli-usage Installation Get the client from this repository or from my deployed paste: https://github.com/wantguns/bin/blob/master/contrib/cli/client curl -o pst https://bin.wantguns.dev/client chmod +x pst or manually copy the following at a file in your path. #!/bin/bash # Change the url accordingly URL="https://basedbin.fly.dev" FILEPATH="$1" FILENAME=$(basename -- "$FILEPATH") EXTENSION="${FILENAME##*.}" RESPONSE=$(curl --data-binary @${FILEPATH:-/dev/stdin} --url $URL) PASTELINK="$URL$RESPONSE" [ -z "$EXTENSION" ] && \ echo "$PASTELINK" || \ echo "$PASTELINK.$EXTENSION" You have the option to remove the /client description / help in the landing page. To show the /client description, run the bin binary with either BIN_CLIENT_DESC env variable or a -c flag. More on arguments later Usage It just works. $ pst somefile.txt $ cat someimage.png | pst (Neo)Vim Installation Install the CLI client Append this to your init.vim / vimrc nnoremap <leader>p :!pst %<CR> Usage Use <leader> + p paste.

懒猫评分/评论

0.0

0 条评论

此 App 尚未收到足够的评分或评论,无法显示评论列表。

应用信息

最新版本

2.4.0

更新日期

6/4/2025

预估安装占用

12.69 MB

不支持平台

--

来源

wantguns

提供者

虫子樱桃

兼容性

可在此设备上使用

"init"