Skip to content

Releases: SYOP200/DevForge

Release list

v.1.0.0

Choose a tag to compare

@SYOP200 SYOP200 released this 05 Feb 19:41
439b0bf
  _____             ______                   
 |  __ \           |  ____|                  
 | |  | | _____   _| |__ ___  _ __ __ _  ___ 
 | |  | |/ _ \ \ / /  __/ _ \| '__/ _` |/ _ \
 | |__| |  __/\ V /| | | (_) | | | (_| |  __/
 |_____/ \___| \_/ |_|  \___/|_|  \__, |\___|
                                   __/ |     
                                  |___/      

Original release - v.1.0.0

Features

  • Modern Dark Theme - Sleek ASCII UI with vibrant colors and animations
  • Startup Animation - Impressive animated splash screen
  • File Management - Browse, create, delete, rename, and organize files
  • Built-in Editor - Simple but functional file editor
  • File Viewer - Preview file contents with line numbers
  • Directory Stats - View statistics about your workspace
  • Developer-Focused - Designed specifically for coders
  • Zero Dependencies - Works with standard bash and coreutils

Workspace Structure

~/my-TUI/
├── main.sh          # Main TUI application
├── devforge         # Quick launcher script
├── setup.sh         # Setup script
├── README.md        # This file
└── files/           # Your workspace (auto-created)
    ├── sample.txt
    ├── example.py
    └── [your files here]

Notes

If you have questions or found bugs, report them in discussions.

Thanks for your support