Skip to content

Provide sanitization/validation for Special Characters of shell #46

Description

@thombashi

Provides sanitizations/validations for characters that can be used in file names but have special meaning in the shell.

Sanitization choices:

  • NONE: keep those special characters as it is
  • REMOVE: remove special characters
  • REPLACE
  • SHELL_ESCAPE: replace special characters with words

Resolve: #43

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions