Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Add regex filter option when opening binaries as text #30

@E3V3A

Description

@E3V3A

Something that I could find very handy in this great tool I use on a hourly basis, is the following.
When clicking on a binary file, I always use the option to open it as text. As you can imagine it's full of garbage with few strings it it. From a regex perspective, it is trivial to filter this.

But what would it take to implement this filter into this tool so that we'd have 3 different Text options instead of one?

Open as:

  • Text
  • Text (ASCII) by using the regex: [ -~] .
  • Text (Unicode) by using regex: \P{Cc} .

Check the proper multilingual regex such as: \P{Cc}.

Where in the code can I look at this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions