[PR #2916] [CLOSED] Add DoScript #8938

Closed
opened 2026-04-18 22:56:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2916
Author: @TheServer-lab
Created: 2/16/2026
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Project

DoScript

Checklist

  • One project per PR
  • PR title format: Add DoScript
  • Entry format: * [DoScript](https://github.com/TheServer-lab/DoScript) - Automation language with English-like syntax and visual workflow builder for file operations.
  • Description is concise and short

Why This Project Is Awesome

Which criterion does it meet? (pick one)

  • Industry Standard - The go-to tool for a specific use case
  • Rising Star - 5000+ stars in < 2 years, significant adoption
  • Hidden Gem - Exceptional quality, solves niche problems elegantly

Explain:
DoScript makes file automation accessible to non-programmers through natural language syntax that reads like English. Unlike traditional automation tools that require learning complex syntax, DoScript allows users to write scripts like "for_each file_in Downloads if_older_than 30 days delete file" or use the visual node-based workflow builder. It elegantly solves the problem of automation for users who find bash/Python too complex but still need powerful file operations.

How It Differs

If similar entries exist, what makes this one unique?

Similar tools in the Command-line Tools section (invoke, fabric, click) are either task runners or CLI frameworks for Python developers. DoScript differs by:

  1. Target audience: Built for non-programmers, not developers
  2. Natural language: English-like syntax vs Python code
  3. Visual alternative: Includes drag-and-drop workflow builder
  4. Domain-specific: Optimized for file operations and system automation, not general-purpose programming

It fills a gap between simple shell scripts and full programming languages, similar to how SQL is to databases - domain-specific and highly readable.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2916 **Author:** [@TheServer-lab](https://github.com/TheServer-lab) **Created:** 2/16/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`0484772`](https://github.com/vinta/awesome-python/commit/04847724348d8f4026b6c1a71846c2fe55d263a6) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Project [DoScript](https://github.com/TheServer-lab/DoScript) ## Checklist - [x] One project per PR - [x] PR title format: `Add DoScript` - [x] Entry format: `* [DoScript](https://github.com/TheServer-lab/DoScript) - Automation language with English-like syntax and visual workflow builder for file operations.` - [x] Description is concise and short ## Why This Project Is Awesome Which criterion does it meet? (pick one) - [ ] **Industry Standard** - The go-to tool for a specific use case - [ ] **Rising Star** - 5000+ stars in < 2 years, significant adoption - [x] **Hidden Gem** - Exceptional quality, solves niche problems elegantly Explain: DoScript makes file automation accessible to non-programmers through natural language syntax that reads like English. Unlike traditional automation tools that require learning complex syntax, DoScript allows users to write scripts like "for_each file_in Downloads if_older_than 30 days delete file" or use the visual node-based workflow builder. It elegantly solves the problem of automation for users who find bash/Python too complex but still need powerful file operations. ## How It Differs If similar entries exist, what makes this one unique? Similar tools in the Command-line Tools section (invoke, fabric, click) are either task runners or CLI frameworks for Python developers. DoScript differs by: 1. **Target audience**: Built for non-programmers, not developers 2. **Natural language**: English-like syntax vs Python code 3. **Visual alternative**: Includes drag-and-drop workflow builder 4. **Domain-specific**: Optimized for file operations and system automation, not general-purpose programming It fills a gap between simple shell scripts and full programming languages, similar to how SQL is to databases - domain-specific and highly readable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-18 22:56:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#8938