TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Dpaster – command-line client interface for the dpaste.com pastebin

1 点作者 adder46超过 4 年前

1 comment

adder46超过 4 年前
Since I spend a lot of time on IRC and I often need to share something in a pastebin, I wrote a little script to help me with that process and lift some of the burdens from my back. It&#x27;s called dpaster, and it&#x27;s actually a command-line client interface for the dpaste.com pastebin. It&#x27;s configurable and easy to use. It reads from stdin by default if no file argument is passed, which means you can use it as a part of some UNIX pipeline. It can even guess syntax to highlight (limited to pygments&#x27; guessing ability ¯_(ツ)_&#x2F;¯).<p>Check it out and let me know what you think:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;adder46&#x2F;dpaster" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;adder46&#x2F;dpaster</a>