Giter Club home page Giter Club logo

go-search's Introduction


go search
Go Search!

A simple command line based utility to search files and directories on your system.

๐Ÿ› ๏ธ Build

go build -o ./bin/search[.exe|.sh|...] search/src

๐Ÿšด Run

search <File|Directory|Pattern> [Options]

The search requests can be a file or directory name. You can also use glob pattern like * or [Ss]ong.* to look for your files!

For more information about the glob pattern visit its wiki page.

๐Ÿ“Ž Options

-b, --base          The root folder in which the search process begins.
                    On default, it starts at the current folder but you 
                    can specify manually to scan the whole system with
                    `--base "/"`.
-s, --stop          Stop the search process on the first match.
-m, --max           The search process stops automatically when it finds
                    more than 10000 matches. You can extend this limit
                    with this flag.

Sources

License

MIT


GitHub kurbaniec ย ยทย  Mail [email protected]

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.