- rewrite CHANGELOG.md
- upgrade flake.nix to self-contain without .venv
- update README.md
- fix
--dry_run
to--dry-run
in docs, along with single mispell
- change
--dry_run
into valid--dry-run
option
- changelog: write CHANGELOG.md for version v1.2.2
- bring back python 3.7
- changelog: write CHANGELOG.md for version v1.2.0
- changelog: write CHANGELOG.md for version v1.2.0
- remove ./docs in favor of README.md, convert *.rst to markdown versions
- add CHANGELOG.md to the header tagble
- add CHANGELOG.md to README.md file
- remove empty line after TestRunenv cause tests on python 3.7 are complaining
- add support for ${VARIABLES} and support --prefix, --stip-prefix, --verbosity 1,2,3, --dry-run at command line
- changelog: write CHANGELOG.md for version v1.2.0
- rewrite README.md from scratch, providing python API fresh documentation, along wiht CLI usage
- add CHANGELOG.md
- remove distutils in favor of shutil to support python 3.12
- remove official support for python <=3.8
- update readme
- fix ruff errors, and remove 2.7 python from travis
- migrate to pyproject.toml
- add newest python versions to .travis.yml/tox.ini
- support inline comments in .env files
- readme.rst
- get back README.rst
- doc: README.md title
- fix syntax error in README.md file
- add support python 3.5
- refine README.md
- add support for
search_parent
option to find .env files in parent directories
- add support for quoting values in .env files
- mark runenv as stable project
- skip
load_env
if env file does not exists without failing
- support to run commands without explicite path, using PATH environment variable to find them
- support python 3.x
- add
strip-prefix
to theload_env
python API function
- add
load_env
python API function
- check whether executable exists before run it
- add support for commened lines with # in .env files
- return exit code from runned command
- make runvenv work with many parameters for command
- Initial version of runenv