Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pattern options #2

Open
12 of 15 tasks
lxndio opened this issue Oct 18, 2020 · 1 comment
Open
12 of 15 tasks

Pattern options #2

lxndio opened this issue Oct 18, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@lxndio
Copy link
Owner

lxndio commented Oct 18, 2020

There should be different options for setting a pattern:

  • Predefined pattern
    • from CLI argument
      • as comma-seperated bytes
      • as UTF-8
    • from file
  • Random pattern
    • with given length
    • with random length?
    • with increasing/decreasing length by given step size
  • Pattern from fixed position in text (with given length)
  • Multiple patterns from fixed positions in text (with given lengths)
  • Pattern from random position in text
    • with given length
    • with random length?
    • with increasing/decreasing length by given step size
@lxndio lxndio added the enhancement New feature or request label Oct 18, 2020
@lxndio lxndio added this to the Version 0.2.0 milestone Oct 19, 2020
@lxndio
Copy link
Owner Author

lxndio commented Oct 19, 2020

The -p argument could be enhanced to accept increasing length by given step size like this:

step size 1: -p 1..10
step size n: -p 1..10,n

@lxndio lxndio modified the milestones: Version 0.2.0, Version 0.3.0 Oct 20, 2020
@lxndio lxndio removed this from the Version 0.3.0 milestone Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant