Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions bucket/dirgo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": "0.2.1",
"description": "Fast, local-first directory navigation for your terminal.",
"homepage": "https://github.com/RudySource/Dirgo",
"license": "MIT OR Apache-2.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Use Scoop's dual-license format.

Replace "MIT OR Apache-2.0" with "MIT|Apache-2.0".

📍 Affects 1 file
  • bucket/dirgo.json#L5-L5 (this comment)
  • bucket/dirgo.json#L12-L17

"notes": [
"Run 'dgo --help' to get started.",
"Windows supports the CLI and picker, but not parent-shell directory changes yet."
],
"architecture": {
"64bit": {
"url": "https://github.com/RudySource/Dirgo/releases/download/v0.2.1/dirgo-v0.2.1-x86_64-pc-windows-msvc.zip",
"hash": "de9fa0d562d3ca9d577ede1168fdb19f00f3cf6283754aafe96f31624e66675f",
"extract_dir": "dirgo-v0.2.1-x86_64-pc-windows-msvc"
}
},
"bin": "dgo.exe",
"checkver": {
"github": "https://github.com/RudySource/Dirgo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/RudySource/Dirgo/releases/download/v$version/dirgo-v$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "dirgo-v$version-x86_64-pc-windows-msvc"
}
}
}
}