-
chore: update README.md with badges (
87296d8
) -
chore: add code quality check tools as dev dependencies (
ad6c99b
) -
chore: ignore missing import (
f48df32
) -
chore: add
py.typed
marker (7286960
) -
chore: add Codecov badge to README.md (
27f7957
) -
chore(dep): add pytest-cov (
d195d2b
) -
chore: update build workflow to include changes to build.yml (
f9919a1
) -
chore: add vscode workspace settings (
4750953
) -
chore: update README (
9dd6579
) -
chore: update README (
a448f5b
) -
chore: update screenshot for execenv-completion (
594d70b
) -
chore: update README (
19f24eb
) -
chore: update README (
69f0a3d
) -
chore: update README (
160118d
)
-
ci: update build workflow name (
905f9d5
) -
ci: add manual semantic release action (
6e590e7
) -
ci: update Codecov configuration and workflow (
fabec0d
) -
ci: add ruff, isort and mypy for code quality check (
93567cd
) -
ci: move typos check to common check (
bc3f11c
) -
ci: codecov integration (
b46d82f
) -
ci: update build workflow to exclude typos check on Windows (
4428f9e
) -
ci: install wget for typos on Windows (
5241e30
) -
ci: run build when tests changes (
b430a04
) -
ci: add tests (
84324a2
)
-
fix(ci): update build workflow to include coverage report (
adf3800
) -
fix(test): fix test for
-c
(62f1d72
) -
fix: change test mode into env var (
e4f3874
) -
fix: handle OSError when getting terminal size (
3ebc932
) -
fix: fix typo that disabling version (
32ca02a
) -
fix: remove multiple call typo (
31e2eeb
)
-
refactor: use
poetry run
forexecenv-echo
(05f8703
) -
refactor: enable click shell completion only if not in test mode (
cbe937f
) -
refactor: improve assert error message in
CliTestResult
(df998bc
) -
refactor: separate
get_shell_env_varref_format
for future use (21fd1e5
) -
refactor: switch from
print
toclick.echo
(e6c12ad
)
-
chore: add -V / --version for execenv-echo (
307f934
) -
chore: update README (
ae3ea52
) -
chore: update README (
7ee25d3
) -
chore: add assets using git lfs (
9dd6dbf
) -
chore: update metadata (
aa4ebe4
) -
chore: add LICENSE (
4c44708
) -
chore: add .gitignore (
dd7ed83
) -
chore: add clink completion (
6027fc5
) -
chore: add metadata (
fa2654a
)
-
feat: add auto completion for -h / -V / --help / --version (
9d7534e
) -
feat: fix bugs and overhaul (
4cbe599
) -
feat: add execenv-completion (
1d21784
) -
feat: tab completion support (
81bccb6
) -
feat: initial commit (
dfc88a3
)
-
fix(ci): use
python-path
for poetry env as X.Y not working on windows (python-poetry/poetry#2117) (93f5afe
) -
fix(ci): use str to reference version correctly (
a691148
) -
fix: backwards compatible typing (
16faf82
)
- refactor: use builtin
ReprHighlighter
of rich (abe47fa
)