GithubHelp home page GithubHelp logo

isabella232 / vorpal-grep Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vorpaljs/vorpal-grep

0.0 0.0 0.0 36 KB

An ES2015 implementation of the grep command.

License: MIT License

JavaScript 100.00%

vorpal-grep's Introduction

Vorpal - Grep

Build Status Coverage Status XO code style

A 100% Javascript (ES2015) implementation of the grep command.

A Vorpal.js extension, vorpal-grep lets you grep content in a Vorpal environment!

Letter-perfect POSIX implementation, 31 tests, 100% coverage.

Installation

npm install vorpal-grep
npm install vorpal

Getting Started

const vorpal = require('vorpal')();
const hn = require('vorpal-hacker-news');
const grep = require('vorpal-grep');

vorpal
  .delimiter('node~$')
  .use(hn)
  .use(grep)
  .show();
$ node hacker-news.js
node~$ hacker-news | grep "Vorpal"
4. Vorpal: a framework for interactive CLIs in Node.js (github.com)
node~$

Contributing

Feel free to contribute! So far 13 options are supported, help get them all supported!

License

MIT © David Caccavella

vorpal-grep's People

Contributors

dthree avatar gobie avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.