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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Synsh: Shell Pipeline Synthesizer

3 点作者 psuter超过 5 年前

1 comment

lioeters超过 5 年前
Very interesting idea!<p>For others, here&#x27;s what I understood from the About page: the &quot;synthesizer&quot; is not a musical one, it&#x27;s algorithmic. You give examples of inputs and outputs you want, and it &quot;synthesizes&quot; a pipeline of shell command(s) to make that transformation.<p>Example:<p>Input: 1,2,3<p>Output: 123<p>Result:<p><pre><code> # 1. Delete occurrences of &quot;,&quot;. tr -d ,</code></pre>