14 comments (14 comments)2 reactions (2 reactions)0 assignees (0 assignees)Rust1,191 forks (1,191 forks)batch import
enhancementgood first issue
Repository metrics
- Stars
- 32,593 stars (32,593 stars)
- PR merge metrics
- Avg merge 42d 11h (Avg merge 42d 11h)10 merged PRs in 30d (10 merged PRs in 30d)
Description
For people using the standalone binary, a self-update command would be awesome to update zellij with just a command: zellij self-update
Contributor guide
- Research direction
- Investigate existing self update mechanisms for Rust CLI tools, such as the `self update` crate or GitHub releases API. Analyze the current build and release process of Zellij to understand how binaries are distributed. Design a command that checks for the latest version, downloads the appropriate binary, and replaces the current executable.
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Prerequisites
- RustGit