GithubHelp home page GithubHelp logo

command-t-standalone's Introduction

Command::T::Standalone

This is extracted from Vim's cmd-t plugin.

It provides cmd-t's file finding algorithm, which can be used to implement similar plugin in The Other Editor.

Install

gem install command-t-standalone

Example

require "command-t-standalone"

finder = CommandT::FileFinder.new
finder.sorted_matches_for "rb"
# => ["lib/command-t-standalone.rb", "lib/command-t-standalone/finder.rb", "lib/command-t-standalone/extconf.rb", "lib/command-t-standalone/scanner.rb", "lib/command-t-standalone/version.rb", "lib/command-t-standalone/match_window.rb", "lib/command-t-standalone/finder/file_finder.rb", "lib/command-t-standalone/scanner/file_scanner.rb", "lib/command-t-standalone/ruby_compat.h"]

finder.sorted_matches_for ".h"
# => ["lib/command-t-standalone/ext.h", "lib/command-t-standalone/match.h", "lib/command-t-standalone/matcher.h", "lib/command-t-standalone/ruby_compat.h"]

command-t-standalone's People

Contributors

hayeah avatar

Watchers

 avatar  avatar  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.