IndianOpenSourceFoundation / dynamic-cli

A Modern, user-friendly command-line HTTP client for the API testing, and if you're stuck - Search and browse StackOverflow without leaving the CLI
https://pypi.org/project/dynamic-cli/
GNU General Public License v3.0
168 stars 120 forks source link

Replace HTML escape codes with corresponding ASCII character #184

Open pybash1 opened 2 years ago

pybash1 commented 2 years ago

💥 Proposal

I have noticed that when searching, things like ' are shown as ' or " as ". Maybe a simple text replacer that replaces the HTML codes with the corresponding ASCII character. Maybe the common ones at least if not all.

Have you read the Contributing Guidelines on Pull Requests?

Yes

GouravSardana commented 2 years ago

@pybash1 Thanks for pointing out. So, Do you have any plan to showcase us before implementing?

pybash1 commented 2 years ago

@GouravSardana Um, showcase what it should look like after being implemented? Sure.

Sorry for such a late reply.

GouravSardana commented 2 years ago

Yep

nitin-pandita commented 1 year ago

I would like to work on it

Blackmamoth commented 1 year ago

Sorry for being late, but since the status is still open I would like to work on it

A15h commented 1 year ago

Hi @GouravSardana I would really like to work on this issue and replace HTML escape codes with corresponding ASCII character. Please assign this issue to me. I am a contributor of GSSOC'23.

GouravSardana commented 1 year ago

@Blackmamoth done. Assigned it to you

Blackmamoth commented 1 year ago

Thank you @GouravSardana.

Blackmamoth commented 1 year ago

Hello, @GouravSardana It's been 4 days since my pull request, it still hasn't been merged. Is there an issue that I need to fix?

GouravSardana commented 1 year ago

@Blackmamoth code scanning is failing. Please fix it

Blackmamoth commented 1 year ago

Ok will do

Blackmamoth commented 1 year ago

@GouravSardana done