[PR #3864] [MERGED] Add first version of zsh completion #4915

Closed
opened 2026-05-05 10:28:55 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3864
Author: @haraldkubota
Created: 1/2/2021
Status: Merged
Merged: 2/13/2021
Merged by: @rusty-snake

Base: masterHead: master


📝 Commits (1)

  • a37ffc3 Add first version of zsh completion

📊 Changes

8 files changed (+296 additions, -4 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 Makefile.in (+6 -1)
📝 configure (+1 -1)
📝 configure.ac (+1 -1)
src/bash_completion/Makefile.in (+14 -0)
📝 src/bash_completion/firejail.bash_completion.in (+12 -1)
src/zsh_completion/Makefile.in (+14 -0)
src/zsh_completion/_firejail.in (+246 -0)

📄 Description

Adding a zsh completion script. Tested extensively for the options I use a lot.
I put the file into contrib/zsh_completion instead of src/ where the bash_completion is as makes more sense to me. Feel free to move it around if you prefer. Or move the back_completion into contrib/


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/3864 **Author:** [@haraldkubota](https://github.com/haraldkubota) **Created:** 1/2/2021 **Status:** ✅ Merged **Merged:** 2/13/2021 **Merged by:** [@rusty-snake](https://github.com/rusty-snake) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a37ffc3`](https://github.com/netblue30/firejail/commit/a37ffc3374e23b8e6318965d84e408acf7a46b73) Add first version of zsh completion ### 📊 Changes **8 files changed** (+296 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `Makefile.in` (+6 -1) 📝 `configure` (+1 -1) 📝 `configure.ac` (+1 -1) ➕ `src/bash_completion/Makefile.in` (+14 -0) 📝 `src/bash_completion/firejail.bash_completion.in` (+12 -1) ➕ `src/zsh_completion/Makefile.in` (+14 -0) ➕ `src/zsh_completion/_firejail.in` (+246 -0) </details> ### 📄 Description Adding a zsh completion script. Tested extensively for the options I use a lot. I put the file into contrib/zsh_completion instead of src/ where the bash_completion is as makes more sense to me. Feel free to move it around if you prefer. Or move the back_completion into contrib/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:28:55 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#4915
No description provided.