workItBetter.sh is a Bash automation script that generates a complete yearly folder structure with Markdown daily files .
The goal is to simplify journaling, note-taking, or structured data entry for each day of the year — with automatic folder creation by month and pre-filled templates.
Each generated file is based on a language-specific template:
base_ita.mkd→ Italian versionbase_en.mkd→ English version
Run interactively or with options:
# Interactive
./workItBetter.sh
# With parameters
./workItBetter.sh --year 2026 --lang eng
./workItBetter.sh --lang itaIn future versions:
- Create a .ps1 version of the script
- Add a broader multilingual support
- Add --q or --quiet to run it without user input
- Developt a GUI both as:
- 📱 Desktop application
- 🌐 Web application (pwa)
- ✅ Check compatibility with Linux
- ✅ Check compatibility with macOS