<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rearrange on tanaike - Google Apps Script, Gemini API, and Developer Tips</title>
    <link>https://tanaikech.github.io/tags/rearrange/</link>
    <description>Recent content in Rearrange on tanaike - Google Apps Script, Gemini API, and Developer Tips</description>
    <generator>Hugo</generator>
    <language>ja</language>
    <copyright>&amp;copy; 2026. All rights reserved.</copyright>
    <lastBuildDate>Tue, 05 Dec 2017 15:13:53 +0900</lastBuildDate>
    <atom:link href="https://tanaikech.github.io/tags/rearrange/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Rearranging Files in GAS Project (Restricted)</title>
      <link>https://tanaikech.github.io/2017/12/05/rearranging-files-in-gas-project-restricted/</link>
      <pubDate>Tue, 05 Dec 2017 15:13:53 +0900</pubDate>
      <guid>https://tanaikech.github.io/2017/12/05/rearranging-files-in-gas-project-restricted/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://gist.github.com/tanaikech/4b71f86fd6c09c983c183418fdd8e88c&#34;&gt;Gists&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Recently, I have introduced a GAS library and a CLI tool for rearranging files in GAS project. Those are &lt;a href=&#34;https://github.com/tanaikech/RearrangeScripts&#34;&gt;RearrangeScripts&lt;/a&gt; and &lt;a href=&#34;https://github.com/tanaikech/ggsrun/blob/master/help/README.md#rearrangescripts&#34;&gt;ggsrun&lt;/a&gt;. Because today, I found a new way for rearranging files, I would like to introduce it although there is a restriction.&lt;/p&gt;&#xA;&lt;p&gt;By the recent Google-update, users become able to create folders in GAS project. The new way uses this. At first, please see the demonstration GIF animation.&lt;/p&gt;&#xA;&lt;h2 id=&#34;demo&#34;&gt;Demo&lt;/h2&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://tanaikech.github.io/img/20171205-rearrange_withoutLibrary.gif&#34;&#xA;     alt=&#34;Rearranging Files in GAS Project (Restricted)&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;</description>
    </item>
    <item>
      <title>GAS Library - RearrangeScripts</title>
      <link>https://tanaikech.github.io/2017/11/13/gas-library-rearrangescripts/</link>
      <pubDate>Mon, 13 Nov 2017 09:30:14 +0900</pubDate>
      <guid>https://tanaikech.github.io/2017/11/13/gas-library-rearrangescripts/</guid>
      <description>&lt;h1 id=&#34;overview&#34;&gt;Overview&lt;/h1&gt;&#xA;&lt;p&gt;This is a GAS application for rearranging Google Apps Scripts (GAS) in a project which can be seen at the script editor.&lt;/p&gt;&#xA;&lt;h1 id=&#34;description&#34;&gt;Description&lt;/h1&gt;&#xA;&lt;p&gt;Have you ever thought about rearranging Google Apps Scripts in a project which can be seen at the script editor? I also have thought about it. Finally, I could find the workaround to do it. And recently, I have given this function to &lt;a href=&#34;https://github.com/tanaikech/ggsrun/blob/master/help/README.md#rearrangescripts&#34;&gt;ggsrun&lt;/a&gt; which is a CLI tool. Furthermore, I thought that if there is a GUI application for rearranging scripts in a project, it may be useful for more users. So I created this. Today, I published this as a GUI tool using Google Apps Script. If this was useful for you, I&amp;rsquo;m glad.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated go-rearrange and gorearrange to v102</title>
      <link>https://tanaikech.github.io/2017/10/18/updated-go-rearrange-and-gorearrange-to-v102/</link>
      <pubDate>Wed, 18 Oct 2017 14:45:55 +0900</pubDate>
      <guid>https://tanaikech.github.io/2017/10/18/updated-go-rearrange-and-gorearrange-to-v102/</guid>
      <description>&lt;h1 id=&#34;go-rearrange-and-gorearrange-were-updated-to-v102&#34;&gt;go-rearrange and gorearrange were updated to v.1.0.2&lt;/h1&gt;&#xA;&lt;p&gt;From this version, data included multi-bytes characters can be used. At Linux, it works fine. At Windows DOS, rearranging and selecting data can be done. But the displayed data is shifted. Although this may be a bug of termbox-go, I don&amp;rsquo;t know the reason. I&amp;rsquo;m sorry. On the other hand, data with only single-byte characters works fine. About MAC, I don&amp;rsquo;t have it. If someone can confirm and tell me it, I&amp;rsquo;m glad.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updated go-rearrange and gorearrange to v101</title>
      <link>https://tanaikech.github.io/2017/10/16/updated-go-rearrange-and-gorearrange-to-v101/</link>
      <pubDate>Mon, 16 Oct 2017 15:37:09 +0900</pubDate>
      <guid>https://tanaikech.github.io/2017/10/16/updated-go-rearrange-and-gorearrange-to-v101/</guid>
      <description>&lt;h1 id=&#34;go-rearrange-and-gorearrange-were-updated-to-v101&#34;&gt;go-rearrange and gorearrange were updated to v.1.0.1&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;As one of outputs, &lt;strong&gt;indexmode (bool)&lt;/strong&gt; was added. If this is true, the rearranged result is output as the change of index for the source data. For example, if the source data and rearranged data are &lt;code&gt;[&amp;quot;a&amp;quot;, &amp;quot;b&amp;quot;, &amp;quot;c&amp;quot;]&lt;/code&gt; and &lt;code&gt;[&amp;quot;c&amp;quot;, &amp;quot;b&amp;quot;, &amp;quot;a&amp;quot;]&lt;/code&gt;, respectively. The output will become &lt;code&gt;[2, 1, 0]&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;By this, the specification for creating applications will expand.&lt;/p&gt;&#xA;&lt;p&gt;&lt;font color=&#34;#3366CC&#34;&gt;&lt;strong&gt;The detail information and how to get this are &lt;a href=&#34;https://github.com/tanaikech/gorearrange&#34;&gt;https://github.com/tanaikech/gorearrange&lt;/a&gt;.&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>CLI Tool - gorearrange</title>
      <link>https://tanaikech.github.io/2017/10/15/cli-tool-gorearrange/</link>
      <pubDate>Sun, 15 Oct 2017 16:43:21 +0900</pubDate>
      <guid>https://tanaikech.github.io/2017/10/15/cli-tool-gorearrange/</guid>
      <description>&lt;h1 id=&#34;overview&#34;&gt;Overview&lt;/h1&gt;&#xA;&lt;p&gt;This is a CLI tool to interactively rearrange a text data on a terminal.&lt;/p&gt;&#xA;&lt;h1 id=&#34;description&#34;&gt;Description&lt;/h1&gt;&#xA;&lt;p&gt;Since I couldn&amp;rsquo;t find CLI tools for manually rearranging text data, I created this CLI tool.&lt;/p&gt;&#xA;&lt;p&gt;For this, at first, I created a Golang library &lt;a href=&#34;https://github.com/tanaikech/go-rearrange/&#34;&gt;go-rearrange&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://github.com/tanaikech/gorearrange/raw/master/images/demo_ubuntu.gif&#34;&#xA;     alt=&#34;CLI Tool - gorearrange&#34;&#xA;     &#xA;     loading=&#34;lazy&#34;&#xA;     decoding=&#34;async&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;&lt;font color=&#34;#3366CC&#34;&gt;&lt;strong&gt;The detail information and how to get this are &lt;a href=&#34;https://github.com/tanaikech/gorearrange&#34;&gt;https://github.com/tanaikech/gorearrange&lt;/a&gt;.&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
