A colourful and interactive TUI app for organizing files in any folder. Built with Go, Bubble Tea, and Lipgloss, it helps you sort your files by type, date, or size with a modern, responsive interface.
- Organize files by extension, date, or size
- Custom setup: choose source/target folders, recursive scan, and verbosity
- Dry-run mode for safe previews
- Global install: run from any folder
- Clone the repo:
git clone https://github.com/Emmyme/file-organizer.git cd file-organizer
- Install dependencies:
go mod tidy 
- Build and install globally:
Make sure your Go bin directory is in your PATH.go install .
Run the app from any folder:
file-organizer- Use the arrow keys to navigate
- Enter to select
- Q to quit
- D to toggle dry-run in preview
- R to toggle recursive scan in preview
- Bubble Tea – TUI framework
- Lipgloss – Styling for TUIs
- Bubbles – Reusable Bubble Tea components
MIT License




