/dictation-to-shell

Dictate your shell commands on a Mac and run them directly in your terminal!

Primary LanguagePython

dictation-to-shell

-missing pypi-

Dictate your shell commands on a Mac and run them directly in your terminal!

Installation

pip install dictation-to-shell

Usage

poetry run dictation_to_shell

Development

It's recommended to use a virtual environment.

pip install poetry
poetry install

Publish to PyPi

poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD