<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Gogo &#8211; Create Directory &#8220;Bookmarking&#8221; in Linux	</title>
	<atom:link href="https://www.tecmint.com/gogo-bookmark-directories-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/gogo-bookmark-directories-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 08:27:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/gogo-bookmark-directories-in-linux/comment-page-1/#comment-1233160</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 28 Aug 2019 05:27:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28845#comment-1233160</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/gogo-bookmark-directories-in-linux/comment-page-1/#comment-1231269&quot;&gt;sitaram&lt;/a&gt;.

@Sitaram

Looks good, we will test it out. Thanks for sharing.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/gogo-bookmark-directories-in-linux/comment-page-1/#comment-1231269">sitaram</a>.</p>
<p>@Sitaram</p>
<p>Looks good, we will test it out. Thanks for sharing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sitaram		</title>
		<link>https://www.tecmint.com/gogo-bookmark-directories-in-linux/comment-page-1/#comment-1231269</link>

		<dc:creator><![CDATA[sitaram]]></dc:creator>
		<pubDate>Sun, 25 Aug 2019 02:16:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28845#comment-1231269</guid>

					<description><![CDATA[The bulk of what this tool does can be replaced with a shell function that does `&lt;code&gt;cd $(grep -w ^$1 ~/.config/gogo.conf &#124; cut -f2 -d&#039; &#039;)&lt;/code&gt;`, where &lt;code&gt;`$1`&lt;/code&gt; is the argument supplied to the function.

If you&#039;ve already installed &lt;strong&gt;fzf&lt;/strong&gt; (and you really should), then you can get a far better experience than even zsh&#039;s excellent &quot;completion&quot; facilities.  I use something like `&lt;code&gt;cd $(fzf -1 +m -q &quot;$1&quot; &#060; ~/.cache/to)&lt;/code&gt;`  (My equivalent of &lt;strong&gt;gogo.conf&lt;/strong&gt; is `&lt;code&gt;~/.cache/to&lt;/code&gt;`).]]></description>
			<content:encoded><![CDATA[<p>The bulk of what this tool does can be replaced with a shell function that does `<code>cd $(grep -w ^$1 ~/.config/gogo.conf | cut -f2 -d' ')</code>`, where <code>`$1`</code> is the argument supplied to the function.</p>
<p>If you&#8217;ve already installed <strong>fzf</strong> (and you really should), then you can get a far better experience than even zsh&#8217;s excellent &#8220;completion&#8221; facilities.  I use something like `<code>cd $(fzf -1 +m -q "$1" &lt; ~/.cache/to)</code>`  (My equivalent of <strong>gogo.conf</strong> is `<code>~/.cache/to</code>`).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/gogo-bookmark-directories-in-linux/comment-page-1/#comment-1219014</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 06 Aug 2019 09:00:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28845#comment-1219014</guid>

					<description><![CDATA[@Tim

Okay, thanks for letting us know.]]></description>
			<content:encoded><![CDATA[<p>@Tim</p>
<p>Okay, thanks for letting us know.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tim Faulkner		</title>
		<link>https://www.tecmint.com/gogo-bookmark-directories-in-linux/comment-page-1/#comment-1218164</link>

		<dc:creator><![CDATA[Tim Faulkner]]></dc:creator>
		<pubDate>Mon, 05 Aug 2019 09:30:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28845#comment-1218164</guid>

					<description><![CDATA[This addresses the ugettext error.

 https://github.com/openSUSE/scout/issues/16]]></description>
			<content:encoded><![CDATA[<p>This addresses the ugettext error.</p>
<p> <a target="_blank" href="https://github.com/openSUSE/scout/issues/16" rel="nofollow ugc">https://github.com/openSUSE/scout/issues/16</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/gogo-bookmark-directories-in-linux/comment-page-1/#comment-976744</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 19 Mar 2018 08:17:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28845#comment-976744</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/gogo-bookmark-directories-in-linux/comment-page-1/#comment-976380&quot;&gt;Kamran&lt;/a&gt;.

@Kamran

You can open up an issue in the Gogo github repository: https://github.com/mgoral/gogo]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/gogo-bookmark-directories-in-linux/comment-page-1/#comment-976380">Kamran</a>.</p>
<p>@Kamran</p>
<p>You can open up an issue in the Gogo github repository: <a target="_blank" href="https://github.com/mgoral/gogo" rel="nofollow ugc">https://github.com/mgoral/gogo</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
