···147147148148This will filter your tweets table to just tweets that appear in your timeline, ordered by most recent first and use faceting to show you which users are responsible for the most tweets.
149149150150+## Retrieving your mentions
151151+152152+The `mentions-timeline` command works like `home-timeline` except it retrieves tweets that mention the authenticated user's account. It records the user account that was mentioned in a `mentions_tweets` table.
153153+154154+It supports `--since` and `--since_id` in the same was as `home-timeline` does.
155155+150156## Providing input from a SQL query with --sql and --attach
151157152158This option is available for some subcommands - run `twitter-to-sqlite command-name --help` to check.