Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: karl3wm/cppman
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aitjcize/cppman
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 17 files changed
  • 5 contributors

Commits on Feb 25, 2025

  1. Configuration menu
    Copy the full SHA
    a31e9a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Configuration menu
    Copy the full SHA
    c5114d3 View commit details
    Browse the repository at this point in the history
  2. config: set default pager to less

    aitjcize committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    5b75dd3 View commit details
    Browse the repository at this point in the history
  3. cppman: add requirements.txt

    aitjcize committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    1b15746 View commit details
    Browse the repository at this point in the history
  4. cppman: update idnex.db

    aitjcize committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    44f972d View commit details
    Browse the repository at this point in the history
  5. Bump version to 0.5.9

    aitjcize committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    49507c1 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Configuration menu
    Copy the full SHA
    90ee17d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. Configuration menu
    Copy the full SHA
    77b48da View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. Configuration menu
    Copy the full SHA
    21a786f View commit details
    Browse the repository at this point in the history
  2. ci: add auto release flow

    aitjcize committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    2948895 View commit details
    Browse the repository at this point in the history
  3. feat: improve search UX with smart std:: prefix and interactive menu

    - Implement hybrid search strategy that tries std:: prefix first
      - Searches for std::<pattern> before falling back to original pattern
      - Returns std:: results early if >= 5 matches found
      - Combines both result sets if std:: results are sparse
    
    - Change default behavior to show first match directly
      - Reverts selection menu from default cppman <page> behavior
      - Provides faster access to most common use case
    
    - Move interactive selection menu to -f flag
      - cppman -f <keyword> now shows paginated selection menu
      - Menu displays 20 results per page
      - Navigation: 'n'/'next' for next page, 'p'/'prev' for previous
      - Enter number to select, Enter alone to cancel
    
    - Update documentation
      - Updated program help text to explain new behavior
      - Updated man page with smart search and pagination details
      - Added -n/--max-results option documentation
    
    This improves UX by reducing noise (e.g., 'cppman map' shows std::map
    directly) while still providing comprehensive search via -f flag.
    aitjcize committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    0e950b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c36497 View commit details
    Browse the repository at this point in the history
  5. Bump version to 0.6.0

    aitjcize committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    87174ee View commit details
    Browse the repository at this point in the history
  6. cppman: improve CI

    aitjcize committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    232525a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6561541 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c625591 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. Configuration menu
    Copy the full SHA
    84f025d View commit details
    Browse the repository at this point in the history
Loading