Display Option Flags¶
Complete documentation for result display and viewing flags
Table of Contents¶
- Overview
- Abstract Display
- Interactive Mode
- Article Details
- Review Mode
- Statistics Dashboard
- Pagination
- PDF Links
Overview¶
Display flags control how search results are shown, viewed, and browsed in the terminal.
Total Display Flags: 9
-a, --abstract¶
Description: Display article abstracts inline with search results.
Syntax:
Type: Boolean flag
Examples¶
Example 1: View Abstracts
Example 2: Abstracts with PDF Links
Example 3: Export After Review
lixplore -P -q "diabetes" -m 20 -a
# Review abstracts, then:
lixplore -P -q "diabetes" -m 20 -S 1 3 5 -X xlsx
-i, --interactive¶
Description: Launch simple interactive TUI mode for searching and browsing.
Syntax:
Type: Boolean flag
Examples¶
Example 1: Standalone Interactive
Example 2: Interactive After Search
Example 3: Multi-Source Interactive
Tips: - Navigate with arrow keys - Select articles with space - Press 'q' to quit
-N, --number¶
Description: View detailed JSON information for specific article(s).
Syntax:
Type: List of integers
Examples¶
Example 1: Single Article
Example 2: Multiple Articles
Example 3: Inspect Before Export
-R, --review¶
Description: Open article(s) in separate terminal window for detailed review.
Syntax:
lixplore -R NUMBER [NUMBER...] # Standalone
lixplore [SOURCE] -q "QUERY" -R NUMBER [NUMBER...] # With search
Type: List of integers
Examples¶
Example 1: Review from Cache
# Step 1: Search and cache
lixplore -P -q "diabetes" -m 20
# Step 2: Review specific articles
lixplore -R 3 7 12
Example 2: Search and Review
Example 3: Review Single Article
Tips: - Press 'q' or Ctrl+C to close review window - Works on Linux, macOS, Windows - Caches results for later review
--stat¶
Description: Show comprehensive statistics dashboard with visualizations.
Syntax:
Type: Boolean flag
Examples¶
Example 1: Publication Trends
Example 2: Author Analysis
Example 3: Journal Distribution
Statistics Shown: - Publication trends by year - Top journals (by article count) - Top authors (by publication count) - Source distribution - Metadata completeness
--stat-top¶
Description: Number of top items to show in statistics rankings.
Syntax:
Type: Integer
Default: 10
Examples¶
Example 1: Top 20 Journals
Example 2: Top 5 Authors
-p, --page¶
Description: Page number to display when results exceed page size.
Syntax:
Type: Integer
Default: 1
Examples¶
Example 1: View Second Page
Example 2: Custom Page Size
--page-size¶
Description: Number of results to display per page.
Syntax:
Type: Integer
Default: 20
Examples¶
Example 1: Show 50 Per Page
Example 2: Small Pages
--show-pdf-links¶
Description: Display clickable PDF links for open access articles.
Syntax:
Type: Boolean flag
Examples¶
Example 1: arXiv PDF Links
Example 2: Open Access PDFs
Example 3: With Abstracts
PDF Sources: - PubMed Central (PMC) - arXiv - Unpaywall - DOAJ
Tips: - Links are clickable in modern terminals - Works in iTerm2, GNOME Terminal, Windows Terminal - No download required - opens in browser
Best Practices¶
1. Preview Before Export¶
lixplore -P -q "cancer" -m 50 -a
# Review abstracts
lixplore -P -q "cancer" -m 50 -S 1 3 5 8 -X xlsx
2. Use Review Mode for Detailed Inspection¶
3. Statistics for Large Datasets¶
4. Pagination for Large Results¶
lixplore -P -q "cancer" -m 200 -p 1 --page-size 25
# Browse page by page
lixplore -P -q "cancer" -m 200 -p 2 --page-size 25
Last Updated: 2024-12-28