echo-comment 0.1.1

A bidirectional bash interpreter that converts comments ↔ echo statements
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1]https://github.com/lmmx/echo-comment/compare/v0.1.0...v0.1.1 - 2025-08-18

### <!-- 2 -->Bug Fixes

- bad repo link

## [0.1.0]https://github.com/lmmx/echo-comment/releases/tag/v0.1.0 - 2025-08-18

### <!-- 1 -->Features

- working Justfile demo
- double comment will not echo
- working initial version

### <!-- 2 -->Bug Fixes

- handle exact echo case and trimming

### <!-- 4 -->Documentation

- fix some backwards naming
- nit
- tidy demo sections

### <!-- 5 -->Refactor

- first word in command is verb

### <!-- 6 -->Testing

- more test cases

### <!-- 8 -->Styling

- lint

### <!-- 9 -->Other

- install it