Skip to content
Snippets Groups Projects
M

MUTT

Project ID: 94
Select Git revision
1 result Searching
  • Clone with SSH
  • Clone with HTTPS
  • Anthropy's avatar
    Anthropy authored
    ------------------------
    * **Phrase search** by default – the text you pass to `--query` is treated as one case‑insensitive phrase.  
      If you still want the old “any word” behaviour, add `--any-words`.
    * **Clickable links** in search results – prints each toot’s canonical URL if available (falls back to URI construction).
    * Conversation‑style paragraph and line‑break conversion already included from previous revision.
    
    Quick examples
    --------------
    ```bash
    # Search for an exact phrase (default behaviour)
    python UpgradedMastodonUserToolkit.py search --query "big mood, big eepy"
    
    # Search for any of several words
    python UpgradedMastodonUserToolkit.py search --query "gardening biking" --any-words
    ```
    Everything else (init, fetch, list‑posts, changes) works like before.
    73866029
    History
    Name Last commit Last update