Home

Awesome

<h1 align="center">Fast Files</h1> <p> <a href="#" target="_blank"> <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" /> </a> </p>

Fast Files is a project consisting of two bash scripts, ff and ffv, that combine the functionality of mkdir and touch, enabling you to create directory structures and files in a single command. The ffv script additionally prints the created objects in a tree-like structure using eza, lsd or ls.

Scripts

✨ Features

🛠️ Dependencies

🏗️ Installation

Place both scripts in a directory included in your $PATH. Ensure the scripts are executable:

chmod +x /path/to/ff
chmod +x /path/to/ffv

🚀 Usage

ff [path file or folder]
ffv [path file or folder]

Arguments

Examples

🔗 Related Projects

Advanced New File

❤️ Show Your Support

Give a ⭐️ if this project helped you.