Skip to content

Instantly share code, notes, and snippets.

View hithismani's full-sized avatar

Mani Kumar hithismani

View GitHub Profile
@hithismani
hithismani / README.md
Last active March 30, 2024 08:49
Folder structure -> CSV generator, for helping you setup projects in a particular folder hierarchy and migrate the setup across devices.

Folder Hierarchy Sync-er

Description

This project consists of a pair of Bash scripts designed to help maintain consistent folder structures across different devices when moving projects. This is particularly useful for developers and professionals who frequently transition between working on portable devices and desktop environments, ensuring that project directories remain organized and identical across all devices.

Problem Statement

Maintaining identical folder structures for projects across multiple devices can be a challenging task, especially when transitioning work between portable devices and desktops. This becomes a problem specifically when your device from scratch again. This script aims to streamline this process by automating the synchronization of git repository-based project folders.