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: lomnido/python-cli-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: your-tools/python-cli-ui
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.
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Feb 2, 2026

  1. extend 'find' capabilities greatly

    introduce new functions like:
    * 'find_after'
    * 'find_right_after'
    * 'find_eob' - returns True if it is end of the buffer
    
    to allow more precise match of the buffer
    Anāth Šoka committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    fecf915 View commit details
    Browse the repository at this point in the history
  2. Merge pull request your-tools#127 from lomnido/precise_buffer_match

    extend 'find' capabilities greatly
    lomnido authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    9a3dcca View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Revise project maintenance status and suggest Rich

    Updated project status and recommended alternative.
    dmerejkowsky authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    14f6d61 View commit details
    Browse the repository at this point in the history
Loading