Showing 49 open source projects for "which"

View related business solutions
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • Cut Your Data Warehouse Bill by 54% Icon
    Cut Your Data Warehouse Bill by 54%

    Migrate from Snowflake, Redshift, or Databricks with free tools. No SQL rewrites.

    BigQuery delivers 54% lower TCO with serverless scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 1
    ripgrep

    ripgrep

    Regex pattern directory search tool that respects your .gitignore

    ...By default, ripgrep will ignore your .gitignore and skip hidden files or directories and binary files automatically. ripgrep has first class support on Windows, macOS and Linux, with binary downloads available for every release. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. ripgrep supports arbitrary input preprocessing filters which could be PDF text extraction, less supported decompression, decrypting, automatic encoding detection and so on. In other words, use ripgrep if you like speed, filtering by default, fewer bugs and Unicode support.
    Downloads: 62 This Week
    Last Update:
    See Project
  • 2
    fzf

    fzf

    A command-line fuzzy finder

    ...Unless otherwise specified, fzf starts in "extended-search mode" where you can type in multiple search terms delimited by spaces. Fuzzy completion for files and directories can be triggered if the word before the cursor ends with the trigger sequence, which is by default **. Fuzzy completion for PIDs is provided for the kill command. In this case, there is no trigger sequence.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    grepwin

    grepwin

    A powerful and fast search tool using regular expressions

    grepWin is a simple search and replace tool which can use regular expressions to do its job. This allows to do much more powerful searches and replaces. Note: project has moved to GitHub https://github.com/stefankueng/grepWin
    Leader badge
    Downloads: 179 This Week
    Last Update:
    See Project
  • 4
    Syncdrome

    Syncdrome

    Syncdrome: Fast, smart file catalog & search for your drives

    ...When a drive is connected, you can directly open files with your system’s default applications. The application lets you designate a working folder for storing the file catalog, which can even be located on a cloud storage service like Dropbox or Google Drive for easy access from any device. With an intuitive interface, Syncdrome also provides a Navigator for exploring your synchronized drives, a Bookmark system to save your favorite files with comments, and a Folder Sync feature to keep directories consistent between locations. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Across 150+ Cloud Services Icon
    $300 in Free Credit Across 150+ Cloud Services

    VMs, containers, AI, databases, storage | build anything. No commitment to start.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale with Google Cloud.
    Start Building Free
  • 5
    SystemTrayMenu

    SystemTrayMenu

    SystemTrayMenu - Browse and open your files easily

    ...After starting the application the first time you have to choose the root directory. In this directory you should put shortcuts, files and folders (App, Game, Script, URL, Network), which you are often using and especially when you can not find them over the windows start menu search. You can also consider to put there all files from your desktop. If you have ideas, questions or a problem you can contact the developer Markus Hofknecht via GitHub or email.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 6

    Language-Aware String Extractor

    multi-encoding strings(1) replacement with language identification

    Enhanced version of the standard Unix strings(1) program which uses language models for automatic language identification and character-set identification, supporting over 1400 languages, dozens of character encodings, and 4800+ language/encoding pairs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JarFinder is a java swing based utility application, which helps in locating a jar file out of a given set of jar files. It takes a Class name/Fully qualified class name as search parameter and finds the jar for the same.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    pyFileSearcher

    pyFileSearcher

    simple searching tool for big fileservers

    pyFileSearcher was designed to be lightweight, easy to use, but capable of handling a large volume of files tool. A tool that I personally could use on large corporate servers to find out - which files have taken all my space in the last few days? It's free, it's opensource, it's for linux and windows. The program is written in Python 3 using the Qt5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ack2 (ack)

    ack2 (ack)

    ack 2 is no longer being maintained. ack 3 is the latest version

    ack2 is a programmer-centric search tool written in Perl that serves as a smarter, faster alternative to grep for source trees. It defaults to searching only relevant files while skipping build artifacts, VCS directories, minified bundles, and other noise, which dramatically reduces false hits. Filetype filtering is first-class: you can target languages by name (--perl, --python, --js) or define your own groups, and ack maps common extensions automatically. Results are colorized with context options, PCRE regular expressions are supported, and output is tuned for quick scanning across many files. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL on Google Cloud Icon
    99.99% Uptime for MySQL and PostgreSQL on Google Cloud

    Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.

    Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
    Try Cloud SQL Free
  • 10
    Recent Document Tracker (RecDocTracker)

    Recent Document Tracker (RecDocTracker)

    Track and Search your recent documents and folders, customizable

    Recent Document Tracker Implements a similar function to Windows 7 Jumplists by tracking recent documents and folders, then by using document type icons in the taskbar tray you can pop-up a menu of recent documents sorted by last access time (like Jumplists) allowing you to quickly search for the files/folders you need. You can also pin/exclude documents as well indicate which documents are open is MS Office applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    recoll-firefox-extension

    recoll-firefox-extension

    Index the web pages you visit with the Recoll text search tool

    ...The extension has been reviewed and should now be directly installed from the Mozilla addons catalog: https://addons.mozilla.org/en-US/firefox/addon/recoll-indexer-1/ The package on the Mozilla site is the up-to-date version of this project, and replaces the sourceforge downloads, which are kept only as history. The code repository remains on sourceforge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Primes

    Calculate primes by using extremely fast sorting

    ...Unfortunately it has turned out that going this way is even more slowly than trying to find primes by brute force. So it can only be used as a test with heavy load for the sorting algorithm, which can be used for sorting any kind of data. And as already mentioned, it's just the most efficient tree-based sorting algorithm that you can get. But furthermore this way of finding primes interestingly leaves a hard nut to crack for mathematicians: In very rare cases it finds numbers that are not primes. For all primes below one million this phenomenon arises in exactly two cases: 31213 which is 7 * 7 * 7 * 7 * 13 336141 which is 3 * 3 * 13 * 13 * 13 * 17 Who can explain, why?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Personalized Search Engine

    Personalized Search Engine for Your Files

    MySearchEngine (Personalized Search Engine) is a Java software to search files and folders in an OS file system. It differs from general OS file search engines in that it personalizes the indexing setup so that users can choose which directories to index or remove from an existing index and it can also suggest queries just like Google's "Did you mean" feature. The customization of indexing and query suggestion greatly improves search speed and make user experience more comfortable. eLibrary can also extract text content from files of many wildly used file types such as pdf, doc, ppt, and mp3 to improve the index quality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SurfFind
    SURF FIND is a simple and fast grep-like text search software, which keeps the previous search results as separate tabs. It also implements file caching mechanism so that the subsequent searches for the same set of files will be completed faster. Each tab has the list of found files and lines on the left, and the text viewer on the right to show the selected line on the list. On the text viewer, user can select a new keyword and start a new search instantly.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 15
    File Report

    File Report

    Simple utility to do folder and file searches which can be exported.

    Simple utility to do folder and file searches which can be exported Microsoft Excel or any other program that can read CSV files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    pathLength

    find files with a path length that is longer than ...

    Sometimes (for example when an AD backup fails..) you need to know which paths are longer than 248 characters and full file names are longer than 260 (the numbers are for example, and taken from the Active Directory backup limits). This small application finds these paths, show it, and when double clicking - it takes you to the file in Windows Explorer.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Simple Directory Toolbox

    Simple Directory Toolbox

    Portable collections of directory tools (Unhide etc)

    ...Unhidder Finds hidden/Superhidden files/folders and restore it to normal state 2. Duplicate file finder Find duplicated files, and easily removes it 3. Space analyzer Analyze folder, list which file/folder takes how much size in disk Here is the virustotal result https://www.virustotal.com/en/file/a5b742d657293c0563364e28545548afd45501e5ed9a72e69875177e757ace1e/analysis/1391693986
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    greps

    grep a subset of files

    greps is a script written in perl which wraps the regular installed grep with new options that can make the search faster and return more relevant results (or less non-relevant results). The usage of greps is same as you would use grep, and all options that are available with grep can be used in the same way also with greps. Basically what greps does is allowing you to choose also the patterns or extentions of relevant files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    snippetsource

    snippetsource

    Portable source code librarian

    Snippetsource is a simple yet powerful repository to store code snippets or any other text content. SQLite is used as the database backend which makes fast indexed lookups possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    zfind

    zfind

    zfind is a fast file search utility/API for searching within archives

    Many times, developers (or even, normal users) run into an issue of searching for a resource that is inside a zip. Worse, that resource is inside a zip which is itself inside ANOTHER zip (i.e. nested archive). Possibly you need to verify whether a particular resource is present in an ear or you want to know part of a file name but don't know which zip/jar on your hard disk contains that class file. zfind solves this problem. zfind is very fast and it works on most common archive/compress files. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    All my USB Contents - Storage Catalog

    All my USB Contents - Storage Catalog

    All my USB Contents is a media cataloging tool to index media contents

    ...Now you can unplug the device and assign a category or a comment to each file or folder. You can perform searches by entering the song title, artist, filename and the program tells you on which device the file is. Moreover categorizing the various files and folders you can put everything according to logical group
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    symlookup

    object symbol lookup utility

    This program searches for both dynamic and static libraries, looking those ones which provide given object symbols. It will assist you in undefined symbol errors eliminating.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    SynchroMike

    Successor: <a href="http://syncarus.net">syncarus.net</a>

    SynchroMike is a two-way synchronisation program which allows the user to synchronize two directories. It comes with a handy user interface which displays differences between both storage locations as a tree. Update: This page is deprecated, find the new program at <a href="http://syncarus.net">syncarus.net</a>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Unix "which" equivalent for MS Windows. Displays the full path to executable files on Windows by examining "Path" and "PathExt" environment variables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This small C# (mono or MS.NET 3.5 required) console program generates text or html output which lists directories and files. Copies of directory or file names will be marked in HTML output. I use it to find files in a messy company network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB