1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Python7,494 stars (7,494 stars)476 forks (476 forks)batch import
feature-requesthelp wanted
Description
is it possible to make a oh-my-zsh plugin, and push it
Contributor guide
- Tech stack
- shell
- Domain
- clideveloper experience
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- knowledge of oh my zsh plugin structurebasic shell scripting
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- Research how oh my zsh plugins are structured by examining existing plugins in the oh my zsh repository. The plugin would need to provide shell completions or aliases for gitsome commands. Look at the gitsome CLI's available commands and arguments to map them to Zsh completions. Integrate the plugin with the oh my zsh plugin manager by creating a standard plugin directory with a .plugin.zsh file.