<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7887&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / awk-menu: a simple line selection tool + examples]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7887</link>
		<description><![CDATA[The most recent posts in awk-menu: a simple line selection tool + examples.]]></description>
		<lastBuildDate>Sun, 05 Apr 2026 19:03:01 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: awk-menu: a simple line selection tool + examples]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63045#p63045</link>
			<description><![CDATA[<p>i forgot to add a simple template:</p><div class="codebox"><pre><code>#!/bin/sh
[ ! &quot;$SCRIPTS&quot; ] &amp;&amp; SCRIPTS=&quot;${0%/*}&quot;
. &quot;$SCRIPTS&quot;/lib/text-center || exit 1
. &quot;$SCRIPTS&quot;/lib/awk-menu    || exit 1
. &quot;$SCRIPTS&quot;/lib/text-box    || exit 1

awk_menu_tmsg=&quot;template&quot;
awk_menu_tmsg=&quot;$(text_box &quot;$(text_center &quot;$awk_menu_tmsg&quot;)&quot;)&quot;

input_text=&quot;&gt; Option 1
&gt; Option 2
&gt; Option 3
&gt; Exit Script&quot;
input_text=&quot;$(text_center &quot;$input_text&quot;)&quot;

selection=&quot;$(awk_menu &quot;$input_text&quot;)&quot;
case &quot;$selection&quot; in
  &quot;&gt; Option 1&quot;)	sleep;;
  &quot;&gt; Option 2&quot;)	wait;;
  &quot;&gt; Option 3&quot;)  return;;
  &quot;&gt; Exit Script&quot;) exit 0;;
esac

exit 0</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Sun, 05 Apr 2026 19:03:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63045#p63045</guid>
		</item>
		<item>
			<title><![CDATA[awk-menu: a simple line selection tool + examples]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63044#p63044</link>
			<description><![CDATA[<p>If you have ever booted one of my isos or tried <a href="https://dev1galaxy.org/viewtopic.php?id=6974" rel="nofollow">α-utilz</a>, you have seen it</p><p>it is easy to use, but also very hackable, you can make custom keybindings and more<br />its says &quot;examples&quot; in the title, but these scripts are relative complex and quite usefull by themselves</p><p>the only dependencie is awk (gawk or mawk), which makes this ideal for <strong>very</strong> minimalist systems<br />if you need a minimalistic tool to change screen resolution, connect your wifi or mount usb-drives, check out:<br /><a href="https://gitlab.com/_alphalpha_/awk-menu" rel="nofollow">gitlab.com/_alphalpha_/awk-menu</a><br /><span class="postimg"><img src="https://gitlab.com/_alphalpha_/awk-menu/-/raw/main/screenshots/screenshot1.png" alt="screenshot1.png" /></span><br /><span class="postimg"><img src="https://gitlab.com/_alphalpha_/awk-menu/-/raw/main/screenshots/screenshot2.png" alt="screenshot2.png" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Sun, 05 Apr 2026 18:35:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63044#p63044</guid>
		</item>
	</channel>
</rss>
