Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 4, 2025

  • Add explicit recommendations for PSReadlineChordReverseHistory to README.md and docs/Invoke-FuzzyHistory.md
  • Move recommendation from PSReadline Integration section to Invoke-FuzzyHistory table row as requested
  • Rebase changes on top of latest master branch (now includes GitHub workflow updates)

Changes Made

README.md: Added a recommendation in the helper functions table for Invoke-FuzzyHistory that explicitly states it is recommended to use Set-PsFzfOption -PSReadlineChordReverseHistory for the best user experience. This provides clearer guidance to users beyond just showing how to configure the option.

docs/Invoke-FuzzyHistory.md: Enhanced the NOTES section with a recommendation explaining that using Set-PsFzfOption -PSReadlineChordReverseHistory enables PSReadline integration, allowing users to launch fuzzy history search directly from the command line with keyboard shortcuts like Ctrl+r.

Benefits

  • Makes the recommendation explicit rather than just instructional
  • Provides clearer guidance for users on best practices
  • Improves discoverability of the PSReadline integration feature
  • Enhances the user experience by promoting the recommended configuration
  • Places the recommendation in the most relevant location alongside the function description

The changes are minimal and focused, adding only the necessary recommendation text without modifying any existing functionality or breaking changes. Now rebased on top of latest master branch.

Fixes #343.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copy link
Contributor Author

Copilot AI commented Sep 4, 2025

@kelleyma49 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

@Copilot Copilot AI changed the title [WIP] Add recommendationsfor psreadline key handler to readme.md and docs/invoke-fuzzyhistory.md Add recommendations for PSReadline key handler to README.md and docs/Invoke-FuzzyHistory.md Sep 4, 2025
@Copilot Copilot AI requested a review from kelleyma49 September 4, 2025 03:25
Copilot finished work on behalf of kelleyma49 September 4, 2025 03:25
…tion to Invoke-FuzzyHistory table row

Co-authored-by: kelleyma49 <[email protected]>
@Copilot Copilot AI requested a review from kelleyma49 September 4, 2025 03:30
Copilot finished work on behalf of kelleyma49 September 4, 2025 03:30
@kelleyma49
Copy link
Owner

@copilot , please rebase your changes on top of latest master branch

Copilot AI and others added 2 commits September 5, 2025 20:31
* Initial plan

* Update all checkout actions from v1 to v5 in GitHub workflows

Co-authored-by: kelleyma49 <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: kelleyma49 <[email protected]>
Copy link
Contributor Author

Copilot AI commented Sep 5, 2025

@copilot , please rebase your changes on top of latest master branch

I've successfully rebased the changes on top of the latest master branch. The branch now includes the recent GitHub workflow updates and maintains all the previous changes for the PSReadlineChordReverseHistory recommendations. Commit 8b7d35f

Copilot finished work on behalf of kelleyma49 September 5, 2025 20:32
@kelleyma49 kelleyma49 marked this pull request as ready for review September 5, 2025 20:40
@kelleyma49 kelleyma49 merged commit a864fb9 into master Sep 20, 2025
3 checks passed
@kelleyma49 kelleyma49 deleted the copilot/fix-343 branch September 20, 2025 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add recommendations for psreadline key handler to readme.md and docs/invoke-fuzzyhistory.md

2 participants