Metadata-Version: 2.1
Name: vscode-cli-helpers-open-file
Version: 0.1.3
Summary: Open files (with templates) in VSCode from the command line
Author: Håkon Hægland
Author-email: hakon.hagland@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: docs
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: configparser (>=6.0.0,<7.0.0)
Requires-Dist: platformdirs (>=4.0.0,<5.0.0)
Requires-Dist: sphinx (>=7.2.6,<8.0.0) ; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=1.25.2,<2.0.0) ; extra == "docs"
Requires-Dist: sphinx-click (>=5.0.1,<6.0.0) ; extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1.3.0,<2.0.0) ; extra == "docs"
Description-Content-Type: text/markdown

## vscode_cli_helpers.open_file

- Command line script to open a file in VS Code

## Documentation

See [hakonhagland.github.io/vscode_cli_helpers.open_file/](https://hakonhagland.github.io/vscode_cli_helpers.open_file/)

