@ingeze/txtspy
v1.1.7
Published
A CLI tool for text search
Maintainers
Readme
txtspy
Notice
This package has been moved to @ingeze/txtspy.
Please update your dependencies:
Documentation / Documentación
txtspy is a command-line tool designed to analyze and process text files efficiently. With multiple commands for searching, analyzing, and managing files and directories, it offers a comprehensive solution for developers and text analysts.
Features
- Text File Analysis: Process text files for statistics and insights
- Word Search: Find words or phrases across single or multiple files
- Directory Management: Scan directory structures and open files or folders
- Code Analysis: Extract and validate comments from programming files
- Multilingual Support: Full support for English and Spanish interfaces
Installation
npm install -g @ingeze/txtspyAfter installation, you can use txtspy from anywhere in your terminal:
txtspy <command> [options]Quick Start
# Search for a word in a file
txtspy search "function" myfile.js
# Get statistics for a text file
txtspy stats document.txt
# Scan a directory structure
txtspy scan ./src
# Open a file or directory
txtspy open ./myfile.jsDevelopment Status
txtspy is under active development. Current development priorities include:
- Exporting analysis as text files
- Web page URL analysis
- Processing large files with stream support
Changelog
For detailed information about each release, see the Changelog.
For complete documentation on all available commands and options, please refer to the documentation in the /docs folder for your preferred language.
