pack2
pack2 copied to clipboard
It would be useful to optionally produce cgrams within a window of X characters "beyond" the character change boundary. For example, the default behavior of `pack2 cgrams` would have a...
Basically, the opposite of #6.
For the subcommands that take input (`pack2 cgrams`, etc), it would be handy to directly read multiple files, instead of piping them in with `cat`.
filtermask doesn't appear to properly process hard-coded strings in masks: ``` $ pack2 filtermask ?l0 test.list [snip] a c d e f g h l m n p q s...
Would be useful to have this fast and centralized.
Support in-context unhex of outfiles / potfiles / etc. For example, this input: ``` 96a1bbb41c713dce96b49dd13b6f6d07:$HEX[636f6c6f6e3a636f6c6f6e] ``` ... should produce this output: ``` 96a1bbb41c713dce96b49dd13b6f6d07:colon:colon ```
As an aid to extracting likely base words, it would be very useful to split strings on character class. I've been calling the resulting strings 'tokens', but I think there's...
Expanding to the more general case mentioned in https://github.com/hops/pack2/issues/8#issuecomment-626259377, it would be very useful to have an optimized tool to efficiently merge frequency-count data. The use case is merging frequency...
Would be super useful to have a general way to merge, split, expand, and detect overlap in lists of masks. For example, these masks: ``` ?l?l?l?l?l?l?l ?l?l?l?l?l?l?u ?l?l?l?l?l?l?d ?l?l?l?l?l?l?s ```...
As we add more functionality I'd like to have some clear defined default behavior. The ones I have in mind right now are: - Unless a file is specified it...