← Back to tools
View AGENTS.md for Fast Files
Fast Files
Create directory structures and files simultaneously with a single command
Description
ff (Fast Files) is a bash script which is a combination of mkdir and touch. It can create directory structures and files simultaneously and lists the created objects using eza, lsd, or ls.
When to use this tool
✓ Good fit when
- You want to quickly create file structures
✕ Avoid when
- You prefer separate mkdir and touch commands
AI Summary
Create directories and files simultaneously in one command
Capabilities
- + Create directory structures and files in one command
- + List created objects with eza, lsd, or ls
- + Combine mkdir and touch functionality
Use When
- → You want to quickly create file structures
Avoid When
- x You prefer separate mkdir and touch commands