-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add list set (union, difference) commands #221
base: develop
Are you sure you want to change the base?
Add list set (union, difference) commands #221
Conversation
I've given this some thought. I'm not 100% convinced of the utility of the list commands in here. Would it be possible to split off the configuration and follow changes into a separate pull request so we can discuss these separately? It's not that I'm opposed to the new commands, I'm just not sure they're something to add quite yet. Thanks! |
Sure, I'll make a separate PR with the |
Regarding the new list commands, while I think the use I'm making of them (to make a all-followers-except-a-list list) is good, I'm also not sure if this is the right way to expose that functionality. Glad for any further thoughts you have about them. |
Actually, I'm just going to rebase my other cleanup PR, #222, back on develop, and merge in the non-new-commands changes into that. |
3a041a8
to
46666e9
Compare
This is useful for creating a pair of lists, one of which contains accounts you want to only look at irregularly, and the other containing everyone else you follow. You can do so by first doing a union of all your followers (using the "[following]" magic name) then doing a difference with the list of accounts to exclude.
I'm very open to suggestions about a better way to achieve this, but wanted to make it available in case it is of interest.