You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2026. It is now read-only.
I have 10 regular tags and the 11th (1 << 10) tag which is for "scratchpad".
I do not want flow to go to the scratchpad tag, so I am telling flow to only use the 10 tags using the following command:
$ flow cycle-tags next 10 -o
Now, let's say I'm on tag 5 and have 1 and 4 also occupied, if I run this command, it will go to the tag 11, which doesn't make any sense to me. In this scenario it does it until I set it to next 4 at which point it just does nothing.
Interestingly enough, if I am on tag 1 and have 4 and 5 also occupied, the following command will properly go to 5:
I have 10 regular tags and the 11th (
1 << 10) tag which is for "scratchpad".I do not want flow to go to the scratchpad tag, so I am telling
flowto only use the 10 tags using the following command:Now, let's say I'm on tag
5and have1and4also occupied, if I run this command, it will go to the tag11, which doesn't make any sense to me. In this scenario it does it until I set it tonext 4at which point it just does nothing.Interestingly enough, if I am on tag
1and have4and5also occupied, the following command will properly go to5: