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

Update to v0.2.4 #26

Merged
merged 9 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Supports multiple transformations and operations with a template file.

```
Usage of Password Transformation Tool (ptt) version (0.2.3):
Usage of Password Transformation Tool (ptt) version (0.2.4):

ptt [options] [...]
Accepts standard input and/or additonal arguments.
Expand All @@ -36,7 +36,7 @@ Options:
-r value
Only keep items not in a file.
-rm string
Replacement mask for transformations if applicable. (default "uldsb")
Replacement mask for transformations if applicable. (default "uldsbt")
-t string
Transformation to apply to input.
-tf value
Expand All @@ -53,7 +53,7 @@ Options:
-w int
Number of words to generate for passphrases if applicable.

The -f, -k, -r, -tf, -tp, and -u flags can be used multiple times and together.
The -f, -k, -r, -tf, -tp, and -u flags can be used multiple times, together, and with files or directories.

Transformation Modes:
-t append
Expand Down Expand Up @@ -84,7 +84,7 @@ Transformation Modes:
Transforms input into overwrite rules starting at index.
-t passphrase -w [words] -tf [file]
Transforms input by randomly generating passphrases with a given number of words and separators from a file.
-t pop -rm [uldsb]
-t pop -rm [uldsbt]
Transforms input by generating tokens from popping strings at character boundaries.
-t prepend
Transforms input into prepend rules.
Expand All @@ -104,7 +104,7 @@ Transformation Modes:

## Getting Started:

Documentation on usage and examples can be found in the `/docs` directory or on the repository here: [link](https://github.com/JakeWnuk/ptt/tree/main/docs)
Documentation on usage and examples can be found in the `/docs/USAGE.md` directory or on the repository here: [link](https://github.com/JakeWnuk/ptt/tree/main/docs/USAGE.md)

### Install:

Expand Down
72 changes: 0 additions & 72 deletions docs/MASKS.md

This file was deleted.

73 changes: 0 additions & 73 deletions docs/MISC.md

This file was deleted.

101 changes: 0 additions & 101 deletions docs/RULES.md

This file was deleted.

Loading