zurch added to PyPI

zurch added to PyPI


# List all collections zurch -l # List collections matching a pattern (partial matching by default) zurch -l japan # List collections with exact matching zurch -l "Japan" -k # Browse items in a folder zurch -f "Heritage" # Search for items by name zurch -n "medicine" # Interactive mode to select and view metadata zurch -f "Heritage" -i # Interactive mode to grab attachments (append 'g' to item number) zurch -n "China" -i # Show only items with PDF/EPUB attachments zurch -f "Heritage" -o # Interactive grab with number suffix zurch -f "Papers" -i # Then type: 5g (to grab attachment from item 5) # Debug mode shows duplicates in purple zurch -n "World History" -d # Look up specific item by ID zurch --id 12345 # Disable duplicate removal to see all database entries zurch -n "duplicate article" --no-dedupe # Show comprehensive database statistics zurch --stats # Show tags under item titles zurch -n "research methods" --showtags # Show year and author information zurch -n "machine learning" --showyear --showauthor # Export search results to CSV zurch -n "digital humanities" --export csv # Export to specific file path zurch -n "methodology" --export json --file ~/research/methods.json # Sort results by publication date (newest first) zurch -n "machine learning" --sort date # Sort by author last name zurch -f "Papers" --sort author # Search by author name (supports AND logic for multiple words) zurch -a smith # Find items by authors named "smith" zurch -a john smith # Find items with BOTH "john" AND "smith" in ANY author name zurch -a "john smith" # Find items by authors containing "john smith" # Exact matching with -k flag zurch -a "john smith" -k # Find items by authors with exactly "john smith" # Note: -fa and -la flags for first/last name search are planned for future release # Works with first or last names zurch -a benjamin # Finds Benjamin Franklin, Benjamin Netanyahu, etc. # Search by tag alone (case-insensitive, partial matching by default) zurch -t methodology # Find all items tagged with "methodology" zurch -t china japan # Find items tagged with BOTH "china" AND "japan" zurch -t "digital humanities" # Find items tagged containing "digital humanities" # Exact tag matching with -k flag zurch -t "digital humanities" -k # Find items tagged with exactly "digital humanities" # Combine with other searches for more specific results zurch -n "machine learning" -t "data science" # Items about ML tagged with data science zurch -f "Research" -t "to-read" # Items in Research folder tagged as to-read zurch -a smith -t china # Items by Smith tagged with china # Multiple tags = AND logic (item must have ALL tags) zurch -t "important" "methodology" "python" # Items with all three tags

Author: kmlawson@gmail.com


Published at: 2025-07-14 22:13:37

Still want to read the full version? Full article