Skip to content

Filter command #34

@tatupesonen

Description

@tatupesonen

Filter command

The command works using /filter messageid <regex | searchstring> and gives back a diff with the lines commented where the match was found.
Example input code block:

const uptimeUnits = intervalToDuration({
    start: new Date().getTime() - client.uptime,
    end: new Date().getTime(),
});

Searching with /filter messageid uptime

+  const uptimeUnits = intervalToDuration({
+  start: new Date().getTime() - client.uptime,
    end: new Date().getTime(),
});

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions