comment_commander

Crates.iocomment_commander
lib.rscomment_commander
version0.0.0
sourcesrc
created_at2023-04-13 19:29:46.625747
updated_at2023-04-13 19:29:46.625747
descriptionrun commented commands from the top of files
homepage
repositoryhttps://github.com/Ernaldis/comment_commander
max_upload_size
id838643
size34,630
Timothy Chandler (Ernaldis)

documentation

README

Comment Commander

A CLI that lets you quickly run example commands left in comments at the top of a given file.

Installation

Install my-project with cargo

  cargo install comment_commander

Deployment

To deploy this project run

  comment_commander <path to file>

Documentation

Once the program is started, scroll up and down through your list of commented commands until you find one you'd like.

Commands:

  • q: quit
  • enter: run selected command
Commit count: 64

cargo fmt