New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ingeze/txtspy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ingeze/txtspy

A CLI tool for text search

latest
Source
npmnpm
Version
1.1.7
Version published
Maintainers
1
Created
Source

txtspy

Node.js CI Ask DeepWiki

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/txtspy

After 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.js

Development 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.

Keywords

cli

FAQs

Package last updated on 15 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts