mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-11 13:26:40 -05:00
[PR #2916] [CLOSED] Add DoScript #15914
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2916
Author: @TheServer-lab
Created: 2/16/2026
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
0484772Update README.md📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Project
DoScript
Checklist
Add DoScript* [DoScript](https://github.com/TheServer-lab/DoScript) - Automation language with English-like syntax and visual workflow builder for file operations.Why This Project Is Awesome
Which criterion does it meet? (pick one)
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:
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.