-
Notifications
You must be signed in to change notification settings - Fork 1.7k
faster-dooit: Add version 0.1.0 #18463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| { | ||
| "version": "0.1.0", | ||
| "description": "A vim-style TUI todo manager written in Go. Unaffiliated with the dooit project; AI-assisted, hobby project.", | ||
| "homepage": "https://github.com/XiaTian-AC/faster-dooit", | ||
| "license": "MIT", | ||
| "architecture": { | ||
| "64bit": { | ||
| "url": "https://github.com/XiaTian-AC/faster-dooit/releases/download/v0.1.0/faster-dooit-windows-amd64.zip", | ||
| "hash": "sha256:88487983a5387c5b77e116b989a975040e92f5ede60587c56cd3de9f0cecb5ec", | ||
| "bin": [ | ||
| [ | ||
| "fdooit.exe", | ||
| "fdooit" | ||
| ] | ||
| ] | ||
| } | ||
| }, | ||
| "checkver": { | ||
| "github": "https://github.com/XiaTian-AC/faster-dooit" | ||
| }, | ||
| "autoupdate": { | ||
| "architecture": { | ||
| "64bit": { | ||
| "url": "https://github.com/XiaTian-AC/faster-dooit/releases/download/v$version/faster-dooit-windows-amd64.zip", | ||
| "hash": { | ||
| "url": "https://github.com/XiaTian-AC/faster-dooit/releases/download/v$version/checksums.txt", | ||
| "regex": "$sha256\\s+faster-dooit-windows-amd64.zip" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟠 Major | 🏗️ Heavy lift
🧩 Analysis chain
🏁 Script executed:
Repository: ScoopInstaller/Extras
Length of output: 1928
🏁 Script executed:
Repository: ScoopInstaller/Extras
Length of output: 1928
🌐 Web query:
ScoopInstaller Extras package request acceptance criteria 100 stars 50 forks💡 Result:
For a package to be accepted into the ScoopInstaller Extras bucket, it is required to be "reasonably well-known and widely used" [1][2]. As a specific indicator of this popularity, the project generally requires the application to have at least 100 stars and/or 50 forks if it is a GitHub-hosted project [1][2]. This criterion is part of a broader set of requirements that contributors should verify when creating a package request issue [2]: 1. Reasonably well-known and widely used (e.g., at least 100 stars and/or 50 forks for GitHub projects) [1][2]. 2. English interface (or at least English documentation) [1][2]. 3. Latest stable version [1][2]. 4. Full version (not a trial version) [1][2]. 5. Fairly standard install process (e.g., uses a version-specific download URL, without elaborate pre/post-install scripts) [1][2]. Contributors are encouraged to initiate the process by opening a package request issue using the standard template provided in the Extras repository, which helps maintainers assess whether the software meets these criteria [2].
Citations:
🌐 Web query:
XiaTian-AC/faster-dooit stars forks💡 Result:
There is no repository named XiaTian-AC/faster-dooit on GitHub. Research indicates that the search query likely confuses several distinct projects and entities: 1. Dooit: The most prominent project with this name is the TUI (Terminal User Interface) todo manager hosted at dooit-org/dooit [1][2]. It is a popular Python-based application with over 2,900 stars and more than 120 forks [3][2]. 2. FASTER: This name appears in various technical contexts, such as a research paper regarding "Fast Action Sampling for Immediate Reaction" (FASTER) [4], a reinforcement learning project [5], and a vision transformer model (FasterViT) [6]. 3. Entity names: "XiaTian" is a name that appears in various contexts, including academic researchers (e.g., Xiatian Zhu) [7][8], a character in the beatmania IIDX game series [9], and a manufacturing company (Cixi Xiatian Electrical Appliances Co., Ltd.) [10][11]. No evidence was found linking these specific terms to a repository named "faster-dooit" under the user "XiaTian-AC."
Citations:
Provide valid package-request evidence before merging.
As a new Extras manifest, this needs a linked package-request issue in the PR description and evidence that the package meets the acceptance criteria. GitHub-hosted packages generally require at least 100 stars and/or 50 forks for project repute, unless maintainer approval is obtained for an exception. If the upstream repository is unavailable or fails to meet this bar, the manifest should not be merged.
🤖 Prompt for AI Agents
Sources: Path instructions, Learnings, MCP tools