nitrous 0.1.6

Executable to be called from a text editor, providing fast snippets.
Documentation

nitrous

Snippets should be like whippets: fast.

 $ snip string base "{-# LANGUAGE TemplateHaskell, DeriveFoldable, DeriveFunctor, DeriveTraversable #-}"
 ...snippet added succesfully!
 $ snip fetch base
 {-# LANGUAGE TemplateHaskell, DeriveFoldable, DeriveFunctor, DeriveTraversable #-}

The Pitch

  • Fast. Like, really, unthinkably fast.
  • Vim integration
  • Written in Rust
  • Optimized for inserting snippets

The Anti-Pitch

  • Not optimized for adding new snippets
  • No Emacs support as of yet.

Installation

Script

The easiest way to install for most users is probably via a shell script, viz.

curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --git vmchale/nitrous

Binary releases

If the script doesn't work, you can also download prebuilt binaries. You can find binaries for various platforms on the release page.

Cargo

First, install cargo. Then:

 $ cargo install nitrous

Configuration