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