Home / Screenshots

Screenshots

Visual tour of the Wumpus search interface and administration tools.

Search Interface

The Wumpus search interface provides a clean, intuitive way to search through your document collections. Results are ranked by relevance and can be filtered by document type, date, and other metadata.

Screenshot coming soon

Administration Panel

The administration panel allows you to monitor index status, manage user access, and configure system settings through a web-based interface.

Screenshot coming soon

Terminal Output

Wumpus provides powerful command-line tools for indexing and searching. Here's an example of the CLI in action:

wumpus cli
$ wumpus search "project proposal" --type pdf

Searching index... found 23 results

[1] /home/user/Documents/proposals/Q4-2024.pdf
     Score: 0.95 | Modified: 2024-11-15 | Size: 2.3 MB

[2] /home/user/Documents/proposals/annual-budget.pdf
     Score: 0.87 | Modified: 2024-10-22 | Size: 1.8 MB

[3] /home/user/Projects/wumpus/docs/proposal.pdf
     Score: 0.82 | Modified: 2024-09-30 | Size: 856 KB

Search completed in 0.023s