Skip to content

arbitary/haskell-comment-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Haskell Comment Command (HCC) is a command-line program to annotate source code written in Haskell programming language.

Installation

Clone the repository. Inside the project directory, run stack install. This will compile and install file: hcc in directory: ~/.local/bin

Usage

Usage: hcc COMMAND
  hcc - a command-line program to annotate source code written in Haskell
  programming language.

Available options:
  -h,--help                Show this help text

Available commands:
  add-section              Add a section around the selected text.
  toggle-line              Toggle line comment on/off over the current line.
  toggle-haddock           Toggle Haddock comment on/off over the current line.
  toggle-block             Toggle comment on/off over a range.

Integration

Vim and iTerm2

Haskell Comment VIM (HCV) is a plugin for the VIM editor to interact with the Haskell Comment Command (HCC) line program; this enables you to annotate Haskell programs directly in VIM using features from HCC.

About

The Haskell Comment Command Line Tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published