TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Synsh: Shell Pipeline Synthesizer

3 pointsby psuterover 5 years ago

1 comment

lioetersover 5 years ago
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>