-
Notifications
You must be signed in to change notification settings - Fork 17
pbook rewrite using Typer #99
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
Open
fbarreir
wants to merge
63
commits into
master
Choose a base branch
from
autocomplete
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 61 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
fddd14f
Reimplemented pbook through typer
fbarreir dd82b3c
Reimplemented pbook through typer
fbarreir cb95b91
Fix in wrapper script
fbarreir a14c604
Autocomplete inside REPL
fbarreir eca3b6d
Autocomplete arguments inside REPL
fbarreir a0f87fd
Autocomplete arguments inside REPL
fbarreir fd26c01
Autocomplete options inside REPL
fbarreir 3ef4c47
Autocomplete options inside REPL
fbarreir ccb38a5
Autocomplete options inside REPL
fbarreir 65a7bbe
Autocomplete options inside REPL
fbarreir da8ab37
Better help
fbarreir 8564dfb
Merge remote-tracking branch 'origin/master' into autocomplete
fbarreir 76a953c
Typo: missing comma in light pyproject.toml
fbarreir 00277d7
Merge remote-tracking branch 'origin/master' into autocomplete
fbarreir ce84afb
Merge remote-tracking branch 'origin/master' into autocomplete
fbarreir 20a83fb
Removed python2 compatibility leftover
fbarreir e675a33
Moved import to top
fbarreir cb4582b
Removed obsoleted setGlobalTmpDir
fbarreir c83f35c
Fix when nothing typed yet and pressing tab
fbarreir 48be210
Skip Console and Table in tab completion
fbarreir ef12fa6
Reimplemented Pbook through typer a second time, but without duplicat…
fbarreir 0d3ea8a
Colour coding in function signature
fbarreir adc2cd6
Remove dimming in function signature
fbarreir b8af0ba
Extend documentation
fbarreir 013c6f2
Swap column order in pbook help
fbarreir 4f3050b
Swap column order in pbook help
fbarreir 03e9c78
Extended basic help text
fbarreir 00c7bea
-h was not working, changing in typer context settings
fbarreir 7e68a4a
added back -3 option
fbarreir d7c5b3c
Corrected how to call the CLI help
fbarreir add5073
Trying to improve the tab-completion
fbarreir c171ce9
Trying to improve the tab-completion
fbarreir 5dc56da
Trying to improve the tab-completion
fbarreir db4d569
Trying to improve the tab-completion
fbarreir 64effe4
Backwards compatibility for options and not requiring --
fbarreir c4f91d0
Help text
fbarreir d36ff15
Reshuffled PBookTyper.py versions
fbarreir 6f89a8b
Validating True/False options
fbarreir f32fed7
Validating True/False options
fbarreir 1235636
Validating True/False options
fbarreir a2571d2
Validating True/False options
fbarreir 68540e6
Validating True/False options
fbarreir 92d48a8
Validating True/False options
fbarreir 6fc2761
Re-enable retry.newOpts
fbarreir 0ffc5da
Error in documentation - probably some flynt side-effect
fbarreir 40b3d7d
Error in documentation
fbarreir cb9b18b
Extended documentation in retry
fbarreir 250ae70
Cosmetic
fbarreir da0ab12
Merge remote-tracking branch 'origin/master' into autocomplete
fbarreir 29ed293
CLI names to _
fbarreir a9b70a5
Bug in reload_input
fbarreir 0e3eead
Bug in reload_input
fbarreir 841a5b0
_ vs - bug
fbarreir 8e127ab
Some more examples
fbarreir c8747d6
Some more examples
fbarreir 569e98c
PBookTyper documentation
fbarreir 200f138
PBookTyper documentation
fbarreir bdaaf5f
Detailed documentation per show option
fbarreir c3fff3e
Docstrings
fbarreir 91b2163
Rename PBookTyper.py to PBookScript.py
fbarreir 2c06b7e
Allow negative values for avoidVP, loopingCheck etc
fbarreir f874b19
Potential fix for pull request finding
fbarreir c072578
Potential fix for pull request finding
fbarreir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -26,6 +26,7 @@ classifiers = [ | |
|
|
||
| dependencies = [ | ||
| "rich", | ||
| "typer", | ||
| "certifi", | ||
| "httpx", | ||
| ] | ||
|
|
||
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.