Skip to content

It's a TextEditor for a list of strings, especially for log files.

Notifications You must be signed in to change notification settings

menshikovyaroslav/YarcheTextEditor

Repository files navigation

YarcheTextEditor

It's a TextEditor for a list of similar lines. For example, for logs. You can:

  1. Delete lines with certain word.

Example: "aaa" "bbb" "ccc" if we will delete with word 'aa', we will get a following result: "bbb" "ccc"

  1. Delete lines without certain word. example: "aaa" "bbb" "ccc" if we delete with word 'aa', we will get a following result: "aaa"

  2. Take statistics on occurrences. example: "aaa" "bbb" "aaa" "ccc" result: "aaa=2" "bbb=1" "ccc=1"

About

It's a TextEditor for a list of strings, especially for log files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages