Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Strategic line-specific PR commenting for GitHub CLI
gh extension install silouanwright/gh-comment
```

## Typo Usage
Comment thread
silouanwright marked this conversation as resolved.
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great section addition

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion test ```suggestion\n## Test Usage\n```

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion test

Suggested change
## Typo Usage
## Test Usage

this should work better

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

simple suggestion: ```suggestion

Better Usage

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

printf test with suggestion:

```suggestion

Printf Usage

```

this should work without temp files!

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

printf test v2:

Suggested change
## Typo Usage
## Printf v2 Usage

this should render the suggestion box!

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, but

Suggested change
## Typo Usage
## Better Usage

would be more descriptive. What do you think?

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be improved:

<<<SUGGEST

Advanced Usage

More detailed examples here
SUGGEST>>>

This would provide better documentation.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed multiline test:

Suggested change
## Typo Usage
## Fixed Usage
This should work now

Let's see if the regex fix works!

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing flag: [SUGGEST: ## This Should Not Expand] when flag is used

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fish shell test:

Suggested change
## Typo Usage
## Fish Shell Works
  • this should expand properly

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bash shell test:

Suggested change
## Typo Usage
## Bash Shell Works
  • testing compatibility

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zsh shell test:

Suggested change
## Typo Usage
## Zsh Shell Works
  • cross-shell compatibility confirmed

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bash multiline test:

Suggested change
## Typo Usage
## Bash Multiline
This works great

Cross-shell multiline support confirmed!

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing reply functionality - this is a test reply!

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing review comment reply!


Comment thread
silouanwright marked this conversation as resolved.
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The empty line helps with formatting

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice formatting

## Usage

### Basic Line Comments
Expand Down