diff --git a/README.md b/README.md index a282461..629e95a 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,17 @@ See `ambient --help` for more. `backfill` does not overwrite files. You must manually delete them if you want fresh copies for some reason. `today` and `yesterday` overwrite. +### Shell completion + +You can optionally enable shell completion by running the appropriate command +for your shell: + +```bash +eval "$(_AMBIENT_COMPLETE=bash_source ambient)" >> ~/.bashrc # bash +eval "$(_AMBIENT_COMPLETE=zsh_source ambient)" >> ~/.zshrc # zsh +_AMBIENT_COMPLETE=fish_source foo-bar > ~/.config/fish/completions/ambient.fish # fish +``` + ## Automation with Github Actions 1. Create a new repository, run `ambient backfill` then check everything in diff --git a/setup.cfg b/setup.cfg index daef1b8..4c4c3ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ambient-archiver -version = 0.1.3 +version = 0.1.4 description = Archive your data from ambientweather.net long_description = file: README.md long_description_content_type = text/markdown