ultralytics-snippets
Ultralytics VSCode snippets plugin to provide quick examples and templates of boilerplate code to accelerate your code development and learning.
File Explorer
- bug_report.md
- feature_request.md
- examples.code-snippets
- imports.code-snippets
- kwargs.code-snippets
- models.code-snippets
- results.code-snippets
- utils.code-snippets
- all_args.code-snippets
- snippets.code-snippets
- __init__.py
- parse.py
- .gitignore
- .vscodeignore
- LICENSE
- package.json
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
task
View Details ▼
task
To-do list manager.
task add {{description}} due:{{tomorrow}}
Add a new task which is due tomorrow:
task {{task_id}} modify priority:{{H|M|L}}
Update a task's priority:
task {{task_id}} done
Complete a task:
zed
View Details ▼
zed
Text editor designed to be fast, efficient, and convenient.
zed {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}
Open specific paths in Zed:
zed {{path/to/project}} --foreground
Open a path in foreground and display logs:
zed {{path/to/project}} {{[-n|--new]}}
Open a path in new window:
// repository documentation
Was this content helpful?
(0 ratings)
