Metadata-Version: 2.4
Name: colcon-fish
Version: 0.0.2
Summary: Extension for colcon to support the fish shell.
Home-page: https://github.com/Sunrisepeak/colcon-fish
Author: sunrisepeak
Author-email: speakshen@163.com
License: Apache-2.0
Project-URL: Changelog, https://github.com/sunrisepeak/colcon-fish/milestones?direction=desc&sort=due_date&state=closed
Project-URL: GitHub, https://github.com/sunrisepeak/colcon-fish/
Keywords: colcon
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colcon-core
Provides-Extra: test
Requires-Dist: flake8>=3.6.0; extra == "test"
Requires-Dist: flake8-blind-except; extra == "test"
Requires-Dist: flake8-builtins; extra == "test"
Requires-Dist: flake8-class-newline; extra == "test"
Requires-Dist: flake8-comprehensions; extra == "test"
Requires-Dist: flake8-deprecated; extra == "test"
Requires-Dist: flake8-docstrings; extra == "test"
Requires-Dist: flake8-import-order; extra == "test"
Requires-Dist: flake8-quotes; extra == "test"
Requires-Dist: pep8-naming; extra == "test"
Requires-Dist: pylint; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: scspell3k>=2.2; extra == "test"
Dynamic: license-file

# colcon-fish

[Fish shell](https://fishshell.com) support for [colcon](https://github.com/colcon/colcon-core).

## Quick Start

```fish
# Install
pip install colcon-fish

# Build your ROS 2 workspace
cd ~/ros2_ws && colcon build

# Source in fish
source install/setup.fish

# Run
ros2 run my_package my_node
```

## Documentation

- [Installation](https://github.com/Sunrisepeak/colcon-fish/blob/main/docs/install.md)
- [Usage](https://github.com/Sunrisepeak/colcon-fish/blob/main/docs/usage.md)
- [Design](https://github.com/Sunrisepeak/colcon-fish/blob/main/docs/design.md)

## Other

- [colcon-core](https://github.com/colcon/colcon-core) - core framework
- [colcon documentation](https://colcon.readthedocs.io) - official docs
- [colcon/colcon-core#710](https://github.com/colcon/colcon-core/issues/710) - fish support issue

## License

Apache-2.0
