Results for files

33 tools · 11 with a matching recipe

filesystem-mcp

MCP

Official Anthropic MCP server for local filesystem access.

mcp-server0 recipes

rclone

CLI

Sync files to and from cloud storage (S3, GCS, Dropbox, etc.).

List files in remote~98% est.
rclone ls remote:bucket-name
file-archive3 recipes

csvkit

CLI

A suite of utilities for converting and working with CSV files.

data3 recipes

exiftool

CLI

Read and write meta information in image, audio, and video files.

media3 recipes

fd

CLI

A simple, fast, and user-friendly alternative to find.

Find files by extension~99% est.
fd -e ts .+2 more matching recipes
search3 recipes

lsof

CLI

List open files and the processes that opened them.

system4 recipes · 4 verified

sops

CLI

Secrets management tool supporting YAML, JSON, and .env files.

security3 recipes

ripgrep

CLI

Recursively searches directories for a regex pattern, respecting .gitignore.

Search for pattern in all files~99% est.
rg 'pattern' .+1 more matching recipe
search4 recipes

eza

CLI

A modern, maintained replacement for ls with color and Git support.

List all files with git status~98% est.
eza -la --git
viewers3 recipes

glow

CLI

Render Markdown on the CLI, with style.

Browse all Markdown files interactively~97% est.
glow .
viewers3 recipes

lsd

CLI

The next gen ls command with many pretty colors and cool icons.

List all files with details~99% est.
lsd -la
viewers2 recipes

nushell

CLI

A new type of shell that understands structured data.

List files as table~97% est.
ls | where size > 1mb
shell3 recipes

rsync

CLI

Fast, versatile file copy and sync tool for local and remote transfers.

Mirror directory (delete removed files)~96% est.
rsync -av --delete src/ dst/
file-archive2 recipes

sed

CLI

Stream editor for filtering and transforming text.

Replace text across all files in a directory (portable)Verified macOS · Linux
grep -rl 'old' . | xargs perl -pi -e 's/old/new/g'
text-processing6 recipes · 4 verified

tar

CLI

Create, list, and extract .tar / .tar.gz archives. Preinstalled on macOS and Linux.

List the files inside a .tgzVerified macOS · Linux
tar -tzf archive.tgz
file-archive4 recipes · 4 verified

zip / unzip

CLI

Create and extract .zip archives. Preinstalled on macOS and most Linux images.

List the files inside a .zipVerified macOS · Linux
unzip -l archive.zip
file-archive3 recipes · 3 verified

age

CLI

Simple, modern file encryption with small explicit keys.

security3 recipes

aider

CLI

AI pair programming in your terminal — edit code with LLMs.

ai-ml3 recipes

bat

CLI

A cat clone with syntax highlighting and Git integration.

viewers3 recipes

curl

CLI

Transfer data from or to a server using various protocols.

networking8 recipes · 7 verified

direnv

CLI

Load and unload environment variables depending on the current directory.

shell3 recipes

duckdb

CLI

In-process analytical SQL database engine.

data2 recipes

ffmpeg

CLI

Complete, cross-platform solution for recording, converting, and streaming audio/video.

media5 recipes

gifsicle

CLI

Create, manipulate, and optimize GIF images and animations.

media3 recipes