ultralytics-snippets

(★ 17)

Ultralytics VSCode snippets plugin to provide quick examples and templates of boilerplate code to accelerate your code development and learning.

File Explorer

  • .gitignore
  • .vscodeignore
  • LICENSE
  • package.json
  • README.md

# Use via CDN

jsDelivr

jsDelivr 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.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

task

View Details ▼

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 ▼

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