Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,
	T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:from:date:message-id:subject:to
         :cc:content-type:content-transfer-encoding;
        bh=SeuZ4GUA0aIRkFP1ofV26hkEe7yYXgSHT9SV1LlkcmI=;
        b=pJ5f18ztim+qQY29FUtIhd1RF3ceHkoRVftS06XxjsqM4yMy5PItK8sN9F8ZrDvVUD
         YCk88h0qcbQBCbCEJ0286Tzd1dGO4SKiVdDpyqE5Q57uLrUSd1jJOmxigmmt9/W0JMwg
         OS4ujPAiVSkPe0E5Tnyj3BrbwFFkvbeL+jqIpuB/oGXet2q6ty2R+U11quVeRk+Ac6BW
         /YKQRfrcDTdIRluDVyiKVzLFLGsG6V2fif4FznOGzOZdb6HyqDmrb8ieim7dfMrGA4jx
         mGWC5Nb/YNYHzqe7u/mwQe4tVzdViyfDwvfZI8z9YkSxSla6FhDwvFbsF38IHITiJ6ga
         lLUA==
X-Received: by 10.112.64.5 with SMTP id k5mr24632238lbs.133.1452355007986;
 Sat, 09 Jan 2016 07:56:47 -0800 (PST)
MIME-Version: 1.0
In-Reply-To: <CAFOazANAgZ-QcAoV2yGo_m9Lxk_nVgPwxzhNBsJSnOJTJk=k9g@mail.gmail.com>
References: <CAKc7PVCVFN2639GkbitXO_yZtqK02zUWH-oLGYBysv6J3TreTg@mail.gmail.com>
 <CAFOazANAgZ-QcAoV2yGo_m9Lxk_nVgPwxzhNBsJSnOJTJk=k9g@mail.gmail.com>
From: Sebastian Gniazdowski <sgniazdowski@gmail.com>
Date: Sat, 9 Jan 2016 16:56:28 +0100
Message-ID: <CAKc7PVBPeydbA=wUs8QqQ+zeH=JE01ai7wFraX7QZ=f2unc6KQ@mail.gmail.com>
Subject: Re: New widget "transpose-segments"
To: =?UTF-8?B?SsOpcsOpbWllIFJvcXVldA==?= <jroquet@arkanosis.net>
Cc: Zsh hackers list <zsh-workers@zsh.org>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Seq: zsh-workers 37521

On 9 January 2016 at 13:19, J=C3=A9r=C3=A9mie Roquet <jroquet@arkanosis.net=
> wrote:
> Hi,
>
> 2016-01-09 12:03 GMT+01:00 Sebastian Gniazdowski <sgniazdowski@gmail.com>=
:
>> I've attached a new widget "transpose-segments". Works like
>> "transpose-words", but the "words" are what I call "segments" =E2=80=93 =
parts
>> of a command obtained by (z) flag. This allows to comfortably swap
>> arbitrarily quoted things at prompt,
>>
>> http://asciinema.org/a/5tkda9lr7dju4lh3vt5sj35wi
>
> This looks awesome. I'll probably use it much, much more often than
> transpose-words. Thanks!

No problem! I'm happy you like it. I've created a new version that
supports new lines:

https://asciinema.org/a/1rg6zqgzsduenjnuuc1dvhz50

Best regards,
Sebastian Gniazdowski

