<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: WorksFine</title>
    <description>The latest articles on DEV Community by WorksFine (@worksfine).</description>
    <link>https://dev.to/worksfine</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F13288%2Fe9b267a4-4394-44e6-977c-20dbebd7b524.png</url>
      <title>DEV Community: WorksFine</title>
      <link>https://dev.to/worksfine</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/worksfine"/>
    <language>en</language>
    <item>
      <title>Introducing Gloss: A Local-First Command Glossary for Your Terminal</title>
      <dc:creator>Valeriy Bagrintsev</dc:creator>
      <pubDate>Thu, 07 May 2026 17:21:53 +0000</pubDate>
      <link>https://dev.to/worksfine/introducing-gloss-a-local-first-command-glossary-for-your-terminal-1jh1</link>
      <guid>https://dev.to/worksfine/introducing-gloss-a-local-first-command-glossary-for-your-terminal-1jh1</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;Introducing Gloss: A Local-First Command Glossary for Your Terminal&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbe0tk2u8mvt3aps8p9wz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbe0tk2u8mvt3aps8p9wz.png" alt="Gloss TUI home screen" width="800" height="637"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Shell history is useful. Until it becomes a pile of almost-right commands, forgotten flags, and aliases with names only past-you understood.&lt;/p&gt;

&lt;p&gt;That was the itch behind &lt;strong&gt;Gloss&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Architeg/gloss" rel="noopener noreferrer"&gt;Gloss&lt;/a&gt; is a small open-source CLI/TUI tool for saving reusable shell commands, searching them in a terminal UI, scanning &lt;code&gt;zsh&lt;/code&gt;/&lt;code&gt;bash&lt;/code&gt; configs, and safely syncing selected aliases into a managed shell config block.&lt;/p&gt;

&lt;p&gt;It is built for people who keep re-searching the same commands and slowly turn &lt;code&gt;.zshrc&lt;/code&gt;, &lt;code&gt;.bashrc&lt;/code&gt;, notes, and shell history into one very specific junk drawer.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What Gloss Does&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;gloss&lt;/code&gt; gives reusable shell commands a small local home.&lt;/p&gt;

&lt;p&gt;You can use it to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;save shell commands with descriptions and tags&lt;/li&gt;
&lt;li&gt;browse and search commands in a terminal UI&lt;/li&gt;
&lt;li&gt;scan &lt;code&gt;zsh&lt;/code&gt; and &lt;code&gt;bash&lt;/code&gt; config files for aliases/functions&lt;/li&gt;
&lt;li&gt;import useful commands from existing shell files&lt;/li&gt;
&lt;li&gt;add managed aliases&lt;/li&gt;
&lt;li&gt;preview alias sync before writing anything&lt;/li&gt;
&lt;li&gt;sync aliases into one dedicated shell config block&lt;/li&gt;
&lt;li&gt;create backups when sync changes an existing shell file&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is not to replace your shell, your dotfiles, or your favorite fuzzy finder setup.&lt;/p&gt;

&lt;p&gt;It is just a focused tool for one annoying workflow: keeping useful commands findable and reusable.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Why I Built It&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;I kept running into the same pattern.&lt;/p&gt;

&lt;p&gt;I would search for a command, use it, forget it, then search for it again later. Sometimes I saved it as an alias. Sometimes I dropped it into notes. Sometimes I trusted shell history, which is optimistic behavior and should probably be monitored.&lt;/p&gt;

&lt;p&gt;Eventually I had useful commands spread across:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;shell history&lt;/li&gt;
&lt;li&gt;&lt;code&gt;.zshrc&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;.bashrc&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;random Markdown notes&lt;/li&gt;
&lt;li&gt;aliases with unclear names&lt;/li&gt;
&lt;li&gt;browser searches I had already done before&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A plain text file with &lt;code&gt;fzf&lt;/code&gt; can solve part of this. That is a good setup. &lt;code&gt;gloss&lt;/code&gt; is for the point where I wanted a bit more structure: descriptions, tags, TUI browsing, scan/import, and safer alias sync.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwgvhyqfzijmgeda2jsok.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwgvhyqfzijmgeda2jsok.png" alt="Gloss Commands Screen" width="800" height="582"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;How Alias Sync Works&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Gloss does not rewrite your whole shell config.&lt;/p&gt;

&lt;p&gt;Managed aliases are written inside one dedicated block:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# &amp;gt;&amp;gt;&amp;gt; gloss aliases &amp;gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class="nb"&gt;alias &lt;/span&gt;&lt;span class="nv"&gt;gs&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"git status"&lt;/span&gt;
&lt;span class="nb"&gt;alias &lt;/span&gt;&lt;span class="nv"&gt;ll&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"ls -lah"&lt;/span&gt;
&lt;span class="c"&gt;# &amp;lt;&amp;lt;&amp;lt; gloss aliases &amp;lt;&amp;lt;&amp;lt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Everything outside that block stays untouched.&lt;/p&gt;

&lt;p&gt;Before syncing, you can preview what will be written. When sync changes an existing shell file, &lt;code&gt;gloss&lt;/code&gt; creates a backup. If nothing changed, it does not rewrite the file just to feel productive.&lt;/p&gt;

&lt;p&gt;That boring behavior is intentional.&lt;/p&gt;

&lt;p&gt;Shell config files are not a playground.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Platform Support&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Gloss currently supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;macOS with &lt;code&gt;zsh&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Linux with &lt;code&gt;bash&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It is written in Go and stores data locally.&lt;br&gt;
Windows is not officially supported yet.&lt;/p&gt;
&lt;h2&gt;
  
  
  &lt;strong&gt;Installation&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Install script:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://raw.githubusercontent.com/Architeg/gloss/main/scripts/install.sh | bash
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Homebrew:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;brew &lt;span class="nb"&gt;install &lt;/span&gt;Architeg/tap/gloss
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then run:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;gloss
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Or check the version:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;gloss version
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  &lt;strong&gt;What Gloss Is Not&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Gloss is intentionally not:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a shell replacement&lt;/li&gt;
&lt;li&gt;a package manager&lt;/li&gt;
&lt;li&gt;a shell history analyzer&lt;/li&gt;
&lt;li&gt;an AI command explainer&lt;/li&gt;
&lt;li&gt;a full dotfiles manager&lt;/li&gt;
&lt;li&gt;a cloud sync product&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It is a small local utility for documenting, finding, importing, and safely syncing useful shell commands.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Links&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/Architeg/gloss" rel="noopener noreferrer"&gt;https://github.com/Architeg/gloss&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Website:&lt;/strong&gt; &lt;a href="https://worksfine.dev/gloss/" rel="noopener noreferrer"&gt;https://worksfine.dev/gloss/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Feedback Welcome&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Gloss is still new, so feedback is useful.&lt;/p&gt;

&lt;p&gt;I am especially interested in thoughts around:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;scan/import behavior&lt;/li&gt;
&lt;li&gt;managed alias sync&lt;/li&gt;
&lt;li&gt;TUI flow&lt;/li&gt;
&lt;li&gt;whether the command glossary idea fits real terminal workflows&lt;/li&gt;
&lt;li&gt;what would make it safer or simpler&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you already have a clean &lt;code&gt;fzf&lt;/code&gt; + notes setup, I am also curious where Gloss feels unnecessary. That is useful feedback too.&lt;/p&gt;

</description>
      <category>cli</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>terminal</category>
    </item>
  </channel>
</rss>
