GithubHelp home page GithubHelp logo

jamestthompson3 / nimblef Goto Github PK

View Code? Open in Web Editor NEW
12.0 1.0 3.0 29 KB

A find / fd clone written in nim

License: MIT License

Nim 100.00%
search recursively-search cli nim file-search nim-lang

nimblef's Introduction

nimblef

Nimblef is a utility for finding files like fd or find

Features

  • Supports regular expressions
  • Ignores patterns from .gitignore
  • Smartcase search by default
  • Blazingly fast โ„ข

Installation

You need to have the nim compiler installed on your machine. Compile with the command nim c -d:release -o:nf nimblef.nim from the root folder.

Add the path containing the recently compiled binary to your $PATH

Usage

Use nf to recursively search all files in the current directory. If no arguments are given, nimblef will list all files.

nf .html lists all .html files

nf controller lists all files with controller in the name

nf --no-ignore lists all files without skipping those outlined in .gitignore

nimblef's People

Contributors

def- avatar jamestthompson3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

def- icyphox

nimblef's Issues

Use glob for better pattern matching

glob Could help with better matching, rather than just using contains. Currently, using contains makes nimblef quite slow in very large directories ( like searching your home directory )

Smart file filtering by default.

Spend some time studying how fd filters files. By default nf is searching many more files than fd, causing it to be slower. However if both searchers are using --no-ignore, nf is faster

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.