Comments on: Gogo – Create Directory “Bookmarking” in Linux https://www.tecmint.com/gogo-bookmark-directories-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 08:27:23 +0000 hourly 1 By: Aaron Kili https://www.tecmint.com/gogo-bookmark-directories-in-linux/comment-page-1/#comment-1233160 Wed, 28 Aug 2019 05:27:23 +0000 https://www.tecmint.com/?p=28845#comment-1233160 In reply to sitaram.

@Sitaram

Looks good, we will test it out. Thanks for sharing.

]]>
By: sitaram https://www.tecmint.com/gogo-bookmark-directories-in-linux/comment-page-1/#comment-1231269 Sun, 25 Aug 2019 02:16:25 +0000 https://www.tecmint.com/?p=28845#comment-1231269 The bulk of what this tool does can be replaced with a shell function that does `cd $(grep -w ^$1 ~/.config/gogo.conf | cut -f2 -d' ')`, where `$1` is the argument supplied to the function.

If you’ve already installed fzf (and you really should), then you can get a far better experience than even zsh’s excellent “completion” facilities. I use something like `cd $(fzf -1 +m -q "$1" < ~/.cache/to)` (My equivalent of gogo.conf is `~/.cache/to`).

]]>
By: Aaron Kili https://www.tecmint.com/gogo-bookmark-directories-in-linux/comment-page-1/#comment-1219014 Tue, 06 Aug 2019 09:00:54 +0000 https://www.tecmint.com/?p=28845#comment-1219014 @Tim

Okay, thanks for letting us know.

]]>
By: Tim Faulkner https://www.tecmint.com/gogo-bookmark-directories-in-linux/comment-page-1/#comment-1218164 Mon, 05 Aug 2019 09:30:08 +0000 https://www.tecmint.com/?p=28845#comment-1218164 This addresses the ugettext error.

https://github.com/openSUSE/scout/issues/16

]]>
By: Aaron Kili https://www.tecmint.com/gogo-bookmark-directories-in-linux/comment-page-1/#comment-976744 Mon, 19 Mar 2018 08:17:29 +0000 https://www.tecmint.com/?p=28845#comment-976744 In reply to Kamran.

@Kamran

You can open up an issue in the Gogo github repository: https://github.com/mgoral/gogo

]]>