Snub is a modern command line tool for Windows that streamlines recursive file searches. Built in C17, it delivers results quickly while minimizing bloat. With intuitive commands, users can easily filter results by file type and modification date, making it a powerful alternative to traditional file explorers.
snub is a powerful and efficient recursive file search tool designed specifically for the Windows command line. Built using modern C17, this utility provides a fast and lightweight alternative to the traditional Windows Explorer, enabling users to perform complex searches with precision and speed.
The following examples demonstrate how to use snub effectively:
:: Find all code files modified this year
snub C:\Dev "*.c" --glob --ext c,h --after 2025-01-01
:: Search for images larger than 500KB
snub D:\Photos beach --ext jpg,png --min 500K
:: Export recent documents as JSON
snub C:\Users\me\Documents report --ext pdf,docx --after 2024-12-01 --json
With its minimalistic design and robust search capabilities, snub is ideal for developers and power users seeking a no-nonsense approach to file management. Experience the speed and efficiency of snub for all file searching needs.
No comments yet.
Sign in to be the first to comment.