-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update documentation with v1.1.0
- Loading branch information
1 parent
3120c77
commit 735b261
Showing
13 changed files
with
86 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# All | ||
|
||
The `--all` and `-a` flag can be used to apply all mutations. | ||
|
||
```bash | ||
> passfinder company -n passfinder -a | ||
|
||
? 1215900 passwords will be generated, do you want to continue? (y/N) | ||
|
||
[...] | ||
P@5$fINDeR%24 | ||
P@5sfIND3R%24 | ||
P@5sfINDeR%24 | ||
P@$5fIND3R%24 | ||
P@$5fINDeR%24 | ||
P@$$fIND3R%24 | ||
P@$$fINDeR%24 | ||
P@$sfIND3R%24 | ||
P@$sfINDeR%24 | ||
P@s5fIND3R%24 | ||
P@s5fINDeR%24 | ||
P@s$fIND3R%24 | ||
P@s$fINDeR%24 | ||
P@ssfIND3R%24 | ||
P@ssfINDeR%24 | ||
Pa55fIND3R%24 | ||
Pa55fINDeR%24 | ||
Pa5$fIND3R%24 | ||
[...] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Postal | ||
|
||
The `--postal` and `-p` flags can be used to add a zip code after the company name. | ||
|
||
```bash | ||
> passfinder company -n passfinder --postal 69000 | ||
|
||
passfinder | ||
passfinder69000 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,22 @@ | ||
# Short-year | ||
|
||
The `--short-year` flag adds a year to the end of the company name, but only the last 2 digits (eg. `24` for `2024`). | ||
The `--short-year` flag adds a year to the end of the company name, but only the last 2 digits (eg. `24` for `2024`). By default, it expects a value of `0` for the current year. You can also add a year range. For example, 2 will display the 2 years before and after the current year. | ||
|
||
|
||
```bash | ||
> passfinder company -n passfinder --short-year | ||
> passfinder company -n passfinder --short-year 0 | ||
|
||
passfinder | ||
passfinder24 | ||
``` | ||
|
||
```bash | ||
> passfinder company -n passfinder --short-year 2 | ||
|
||
passfinder | ||
passfinder22 | ||
passfinder23 | ||
passfinder24 | ||
passfinder25 | ||
passfinder26 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters