Files
dotfiles/.config
Julian Prein a7c529a93c zsh:diffcmds(): Unquote single pipes
This makes it possible to diff command chains. For example:

    diffcmds git format-patch -1 --stdout HEAD~ '|' \
        grep '^%%' '|' \
        cut -c2- \
        -- - +

to see if a commit only reordered lines without modifying them.

I am not happy with this solution and would prefer a different form of
escaping (e.g. with %).
2023-07-06 15:26:43 +02:00
..
2020-12-28 03:09:02 +01:00
2023-06-23 17:03:29 +02:00
2022-07-12 21:00:04 +02:00
2023-06-23 17:43:58 +02:00
2023-06-27 18:20:38 +02:00
2023-07-06 15:26:43 +02:00
2021-10-05 12:01:46 +02:00