Open
Description
I'm finding that some command line commands are starting to diverge, and become inconsistent. This issue is just for investigating this and coordinating some changes i think we should make. Maybe some breaking changes? It would be great to align all the commands so that they have consistent commonalities and documentation and examples.
To begin with:
- Add the singular user command, analogous to the single tweet command #599
name-or-id
pattern is way better than guessing, it should be the same across the others. - Timelines and mentions should only take user IDs, not usernames #587 should use the
name or id
pattern maybe - Timeline command is missing --max-results #596
- Add an extra progress bar for users in timelines command #561
- accept usernames with @ in twarc2 timelines #568 maybe but this is more of a data / validation thing
- The users CLI command can't handle quoted strings like the timelines command can #542 as above, more validation maybe
- Command completion #444 is super important now that there's a bunch more commands
- Option to use full archive search by default #650 changing defaults
- Use
name-or-id
pattern for supporting commands specifying user IDs and usernames