All posts
Hacks & Workarounds

5 Ways to Use Claude Code Without Writing Code

Huma Shazia5 May 2026 at 5:03 pm4 min read
5 Ways to Use Claude Code Without Writing Code

Key Takeaways

5 Ways to Use Claude Code Without Writing Code
Source: MakeUseOf
  • Claude Code is an agentic AI tool that can run commands on your computer, not just write code
  • It can batch rename files by reading their content and generating descriptive names
  • The same terminal-based approach works with Gemini or OpenAI Codex

Claude Code Is a File System Agent, Not Just a Coding Tool

Anthropic's Claude Code has earned a reputation as a powerful coding assistant. But framing it only as a developer tool misses the point. At its core, Claude Code is an agentic AI with access to a directory on your computer. It can run commands, read the results, and execute more commands until the task is done.

That command can be anything. Not just code compilation or script execution. File organization, content analysis, batch operations. If you can do it from a terminal, Claude Code can help.

Amir Bohlooli, a tech writer at MakeUseOf, recently shared how he uses Claude Code for everyday tasks that have nothing to do with programming. The use cases are surprisingly practical for anyone drowning in disorganized files.

Batch Rename Files Based on Content

The simplest application is intelligent file renaming. Tools like PowerRename work fine when file names follow a clear pattern. But what about documents, PDFs, or media files where you want descriptive names based on actual content?

Bohlooli describes the workflow: open a folder in terminal, summon Claude Code, and give it a natural language instruction. For a folder of lecture notes named "note (1).pdf" through "note (47).pdf," the prompt might be: "Scan the first few lines in each of these PDF files, find the main topic, and rename the PDF to the topic. The name should be no longer than two words. Use hyphens."

Claude Code scanning a directory and identifying files to rename
Claude Code scanning a directory and identifying files to rename

Claude reads each file, extracts the relevant information, and proposes the rename. Depending on your settings, it might ask for confirmation before executing. One prompt, dozens of intelligently renamed files.

Write Descriptions for Photos

Claude is a multimodal model. It can see images. This makes it useful for photo organization tasks that would take hours manually.

Point Claude Code at a folder of images and ask it to generate descriptions, suggest file names based on content, or identify what's in each photo. It's the same workflow as file renaming, but now the AI is analyzing visual content rather than text.

Claude Code generating names for photos based on their visual content
Claude Code generating names for photos based on their visual content

This is particularly useful for photographers or anyone managing large image libraries. Instead of "IMG_4523.jpg," you get something like "sunset-beach.jpg" or "team-meeting-march.jpg."

Analyze Images in Bulk

Beyond renaming, Claude Code can perform actual analysis on image collections. Need to identify all photos containing a specific object? Looking for images that might contain text you need to extract? The agent can loop through a folder and report back.

Claude Code analyzing images in a folder and returning insights
Claude Code analyzing images in a folder and returning insights

This turns a tedious manual review into a conversational query. Ask Claude to find all screenshots with error messages, or identify which product photos show the item from specific angles.

The Terminal Approach Works With Other Models Too

Bohlooli notes that nothing here is unique to Claude. Since he's using Claude in the terminal, the same approach works with Google's Gemini or OpenAI's Codex. The key insight isn't the specific model. It's the paradigm: giving an AI agent access to your file system through a command-line interface.

The right-click menu customization Bohlooli mentions is a Windows-specific convenience. He launches a terminal directly in whatever folder he wants Claude to work in. This avoids navigating through directory paths and lets him start prompting immediately.

ℹ️

Logicity's Take

Also Read
5 Free Linux Apps That Replace Windows Tools

More cross-platform productivity tools

Getting Started With Claude Code

Claude Code requires a Claude Pro subscription and installation through Anthropic's CLI tools. Once set up, you invoke it from any terminal window. The agent can read files, execute commands, and interact with your operating system within the permissions you grant.

The safety model asks for confirmation before potentially destructive actions. But the workflow stays conversational. Describe what you want in plain English. Watch the agent work through the problem step by step.

Frequently Asked Questions

Does Claude Code require programming knowledge?

No. While it's built for developers, the command-line interface accepts natural language prompts. You describe what you want done, and Claude figures out the commands.

How much does Claude Code cost?

Claude Code is available to Claude Pro subscribers. The subscription costs $20 per month. Usage may be subject to rate limits depending on your tier.

Can Claude Code delete or modify files without permission?

By default, Claude Code asks for confirmation before executing commands that modify your file system. You can adjust these safety settings based on your comfort level.

What's the difference between Claude Code and regular Claude?

Regular Claude is a chat interface. Claude Code is an agentic tool that can access your local file system, run terminal commands, and execute multi-step tasks autonomously.

ℹ️

Need Help Implementing This?

Source: MakeUseOf

H

Huma Shazia

Senior AI & Tech Writer

Related Articles