Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

zellij-bash-completion-0.43.1-2.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: zellij-bash-completion Distribution: openSUSE Tumbleweed
Version: 0.43.1 Vendor: openSUSE
Release: 2.2 Build date: Sat Oct 11 05:09:27 2025
Group: System/Shells Build host: reproducible
Size: 73896 Source RPM: zellij-0.43.1-2.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/zellij-org/zellij
Summary: Bash Completion for zellij
Bash command-line completion support for zellij.

Provides

Requires

License

MIT

Changelog

* Sat Oct 11 2025 Gerald Chen <gerald_chen@foxmail.com>
  - add zellij-update-wasmtime-wasi-to-33.0.2.patch
    * CVE-2025-53901 (boo#1246953)
* Fri Aug 08 2025 RN <R_Nik_C@proton.me>
  - Update to version 0.43.1:
    * chore(release): v0.43.1
    * docs(changelog): KKP fix
    * fix(terminal): handle omitted flags in kitty keyboard protocol push sequence (#4334)
    * fix(web): use session name as initial document title (#4357)
    * fix(compact-bar): make tooltip hints use opaque bg (#4356)
    * docs(readme): description and roadmap update
    * docs(changelog): resurrection fix
    * fix(list): do not list sessions as resurrectable unless they are (#4354)
    * docs(changelog): terminal title fix
    * fix: terminal title (#4352)
* Fri Aug 08 2025 RN <R_Nik_C@proton.me>
  - Update to version 0.43.0:
    * chore(release): v0.43.0
    * style: link and help fixes (#4339)
    * fix(ci): make cross compilation work with the no-web variant (#4330)
    * style: some cleanups (#4329)
    * docs(about): release notes for version 0.43.0 (#4326)
    * fix(web): focus terminal on init (#4325)
    * fix(web): allow pasting with cmd-v (#4321)
    * fix(web-client): theme not loading (#4265)
    * Add gruber-darker theme (#4288)
    * fix(web_server): Handle extracting session_token from multiple cookies (#4271)
* Mon Apr 21 2025 gerald_chen@foxmail.com
  - Update to version 0.42.2:
    * chore(release): v0.42.2
    * chore: update patch version
    * fix(utils): Re-export prost (#4133)
    * docs(changelog): deps upgrade
    * fix(deps): fix --locked build on rust 1.86 (#4118)
    * performance(render): improve rendering performance by consolidating renders and introducing repaint_delay (#4100)
    * build: Don't re-export foreign crates in utils (#4087)
    * build: Don't use default features (#4086)
    * chore: Introduce workspace dependencies (#4085)
    * refactor(terminal): log scroll region as tuple rather than Option<tuple> (#4082)
    * chore(repo): update development version
    * chore(release): v0.42.1
    * docs(changelog): windows terminal fix
    * fix(mouse): fix mouse handling in windows terminal (#4065) (#4076)
    * chore(repo): update development version
* Wed Mar 19 2025 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
  - Include about.wasm plugin to build.
* Wed Mar 19 2025 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
  - Update to version 0.42.0:
    * fix(plugins): styling in the "about" plugin
    * HOTFIX: fix tutorial link in about plugin
    * Fix compiler warnings
    * docs(contributing): update PR statement wording
    * docs(changelog): update 2 recent PRs
    * fix(selection): add proper multi-click dragging options
    * fix(stacked): stacked panes can't resize status-bar
    * docs(changelog): add 3 recent PRs
    * fix(ui): add split right/down shortcut hints to the status-bar
    * fix(grid): out of bounds removal when app does not update its scroll region on resize
    * fix(plugins): prevent paging plugins from cache at runtime
    * fix(serialization): stacked panes fixes
    * fix(panes): multiplayer stack issues
    * fix(panes): when focusing pane off the tab edge, break ties with active_at instead of y
    * fix(toolchain): Unbreak client startup
    * fix(panes): various fixes for rendering stacked panes without pane frames
    * Fix compiler warnings
    * docs(changelog): verbose about error
    * fix(about): more verbose config readonly error
    * docs(changelog): sixel fix
    * fix(grid): Clear sixels when clearing terminal
    * docs(changelog): deps update
    * chore(deps): update some dependencies
    * fix(stacked-panes): better handling of adding new panes to a stack
    * feat(plugins): add tab history to the `SessionUpdate` Event
    * docs(changelog): pin plugin pane fix
    * fix(pinned-panes): allow pinning floating plugin panes with the mouse
    * docs(changelog): recent fixes
    * fix(floating-panes): reset swap floating layouts when closing last floating pane
    * fix(tiled-panes): recover from full stack
    * docs(changelog): chrono upgrade
    * fix(logging): segfault in chrono crate
    * docs(changelog): clipboard message fixes
    * fix(clipboard): clipboard message
    * docs(changelog): filepicker improvements
    * fix(ux): some filepicker improvements
    * docs(changelog): resize shortcuts
    * feat(ui): resize shortcuts
    * docs(changelog): convert old themes
    * chore(repo): convert themes to new spec
    * docs(changelog): mouse double click selection
    * feat(mouse): double-click to mark word boundaries, triple-click to mark paragraph
    * docs(changelog): tips on startup
    * feat(ux): tips on startup
    * docs(changelog): about plugin
    * feat(ui): about plugin and release notes
    * docs(changelog): new theme definition spec
    * feat(config): new theme definition spec
    * docs(issue-template): clarify requirements
    * docs(changelog): logical position fix
    * fix(break-pane): strip logical position when inserting pane to new tab
    * docs(changelog): floating pane coordinate fix
    * fix(floating-panes): when changing coordinates, if a pane is not floating - make it floating
    * docs(changelog): plugin editor and shell info
    * feat(plugins): send info about $EDITOR and $SHELL
    * docs(changelog): plugin apis to open panes near plugin
    * feat(plugins): Allow opening panes near plugin
    * docs(changelog): plugins pasted text event
    * feat(plugins): add `PastedText` Event
    * fix(tiled-panes): opening panes from the cli
    * docs(changelog): floating pane coordinate chagne API
    * feat(plugins): API to change floating pane coordinates
    * docs(changelog): stacked resize
    * feat(ui): stacked resize
    * chore(deps): update to Wasmtime 29.0.1
    * Update rust toolchain to 1.84
    * docs(changelog): floating pane fixes
    * fix(floating-panes): handle uncaught errors
    * docs(changelog): include PR link
    * docs(changelog): CSI= fix
    * fix(terminal): support kitty keyboard protocol setting with "="
    * docs(changelog): mouse any event tracking
    * feat(terminal): mouse AnyEvent tracking (1003)
    * docs(changelog): stack panes command
    * feat(ux): stack panes command
    * docs(changelog): cursor overflow fix
    * fix(terminal): cursor overflow
    * docs(changelog): synchronized rendering query response
    * fix(terminal): mode 2026 feature detection response
    * docs(changelog): logical index pane sorting
    * fix(layout-applier): logical index pane sorting
    * docs(changelog): pin floating panes
    * feat(ux): pin floating panes
    * docs(changelog): multiplayer cursor fix
    * fix(multiuser): properly clear fake cursors
    * docs(changelog): layout tab focus fix
    * fix(screen): off by 1 error when focusing layout tab
    * docs(changelog): plugin hidden focus fix
    * fix(plugins): properly focus plugin after it was hidden
    * docs(changelog): slash detach fix
    * fix(plugins): do not detach if using a slash in a session name
    * chore(repo): add funding.json
    * docs(changelog): allow plugins to change host folder
    * feat(plugins): allow changing the plugin's `/host` folder (under a new permission)
    * docs(changelog): ui component padding
    * fix(plugins): properly pad UI elements when they have a background
    * docs(changelog): focus_pane_with_id fix
    * fix(plugins): properly focus pane after tab was closed
    * chore(repo): fix typo in lock file
  - Update _service file.
    * obsoleted "disabled" run mode now replaced with "manual".
    * Use recomprizz instead of recompress.
* Wed Feb 12 2025 gerald_chen@foxmail.com
  - Update to version 0.41.2:
    * chore(release): v0.41.2
    * chore(version): set patch version
    * style(fmt): remove warnings
    * docs(changelog): derive hash and ord for paneid
    * fix(plugins): derive hash and ord for PaneId (#3790)
    * docs(changelog): vendor common_path
    * chore(package): vendor common_path (#3780)
    * docs(changelog): plugin cache folder url
    * docs(changelog): plugin cache folder
    * feat(plugins): add /cache folder (#3787)
    * docs(changelog): pane-closed event
    * fix(screen): send PaneClosed event to plugins also when closing the whole tab (#3781)
    * docs(changelog): shortcut change
    * fix(ux): change plugin manager shortcut (#3779)
    * docs(changelog): vendored curl option
    * chore: add vendored_curl feature (#3766)
    * docs(changelog): invalid state handling
    * fix(panes): handle various invalid state situations (#3776)
    * docs(changelog): occasional slow startup fix
    * fix(statup): slow startup on some occasions (#3767)
    * docs(changelog): config dir crash fix
    * fix(config): crash if unable to watch config folder (#3761)
    * docs(changelog): kitty reset fix
    * fix(terminal): reset kitty keyboard support when resetting terminal state (#3760)
    * docs(changelog): do not duplicate built-in plugins
    * fix(plugins): do not open extra instances of aliases (#3759)
    * docs(changelog): event ordering fix
    * fix(tabs): maintain event order for MoveTab (#3758)
    * docs(changelog): output-buffer fix
    * fix(output-buffer): truncate grid height when not rendering it fully (#3750)
    * docs(changelog): plugin fixes
    * fix(plugins): cwd and usability fixes (#3749)
    * docs(changelog): refix ctrl-j
    * fix(input): refix ctrl-j (#3746)
    * docs(changelog): kitty input fix
    * fix(input): remove support for extra modifiers (#3725)
    * chore(repo): bump development version
* Tue Nov 05 2024 gerald_chen@foxmail.com
  - Update _service file
  - Update to version 0.41.1:
    * chore(release): v0.41.1
    * HOTFIX: patch version
    * HOTFIX: default plugins generic compilation issue
    * chore(release): v0.41.0
    * docs(changelog): base mode keybindings fix
    * fix(ux): forward keys to pane in locked mode and base mode rather than hard-coded normal mode (#3715)
    * docs(changelog): configuration fixes
    * fix(ux): configuration fixes (#3713)
    * docs(readme): add https to curl download
    * docs(changelog): MoveFocusOrTab fullscreen awareness
* Wed May 08 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update _service:
    * apply vendor filterer
  - Update ./README.suse-maint.md:
    * manualrun obsoletes disabledrun
  - Update vendored dependencies:
    * filter for only linux platforms. this lessens tarball size
* Wed May 08 2024 Maikel Martens <maikel@martens.me>
  - Update to version 0.40.1:
    * fix(sessions): issue where sessions would occasionally become unresponsive
    * fix(cli): respect all options (eg. `default-layout`) when creating a session in the background from the CLI
    * fix(cli): rename tab and pane from cli
    * fix(plugins): respect $SHELL when opening a terminal from plugins (eg. from the filepicker strider)
    * fix(tabs): closing a tab no longer breaks tab movement
    * feat(plugins): add API to open new tabs with a LayoutInfo
    * feat(cli): add `zellij action list-clients` to allow listing the connected clients as well as their pane_id and running command
    * feat(cli): allow binding Ctrl J
* Sat Apr 20 2024 Andrea Manzini <andrea.manzini@suse.com>
  - Update to version 0.40.0:
    This release includes exciting new features as well as some long awaited and requested improvements.
    * A new welcome screen
    * A new filepicker
    * Pipes
    * Open floating panes at specific coordinates
    * Rearrange tabs
    * Disconnect other clients
    * Plugin aliases
    * New possible keys to bind
    * Start session in the background
    * Performance improvements
    * for details checkout the official annonuncement https://zellij.dev/news/welcome-screen-pipes-filepicker
    * Are you upgrading from an older version using a custom config file?
      In order to take advantage of some of the new features (eg. the welcome-screen and filepicker),
      you'll need to swap the plugins section in your configuration file with the one from the default file.
* Thu Feb 15 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Change BuildRequires: rust+cargo -> cargo
* Fri Jan 12 2024 Joshua Smith <jsmithfpv@gmail.com>
  - Update to version 0.39.2:
    * Fix: typo in help page
    * Fix: untie serialization interval from session read interval
    * Fix: zellij-server: fix compiler warnings
* Sat Nov 18 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update sources in specfile
    * remove cargo_config
  - Update to version 0.39.1:
    * fix: styled underlines in editors
    * fix(plugins): add `LaunchPlugin` and some cwd fixes
    * fix(performance): significantly reduce CPU utilization when serializing sessions
    * fix(panes): reuse CWD when dropping to shell in command panes
    * fix(resurrection): reduce default serialization interval to 1m and make it configurable
    * fix(plugins): allow reloading plugins if they crashed
    * feat(panes): start panes/editors/commands/plugins in-place
    * fix(theme): fg color for gruvbox light theme
    * fix: display parsing error for kdl files located under the 'themes' directory
    * refactor(plugins): wasmer v3.1.1
    * refactor(config): dependency updates
    * fix(plugins): address cranelift-codegen vulnerability
    * fix(plugins): use versioned path for plugin artifact cache
    * feat(sessions): session resurrection
    * feat(rendering): terminal synchronized output
    * feat(plugins): plugin command API for executing commands in the background
    * feat(ui): cyberpunk themes
    * feat(ux): add ESC option to drop to shell in command panes
    * feat(plugins): allow plugins to make web requests behind a permission
    * feat(plugins): UI components for plugins
    * feat(plugins): load plugins from the web
    * feat(terminal): support styled underlines
    * feat(ux): allow renaming sessions
    * fix(plugins): open new plugins in the current cwd
* Sat Sep 23 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 0.38.2:
    * fix(terminal): wrap lines when adding characters in
      alternate screen
* Sat Sep 09 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Add session-manager and fixture-tests plugins.
* Sat Sep 09 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 0.38.1:
    * refactor(server): remove unnecessary mut
    * fix(status-bar): add break tab hints
    * fix(reconnect): glitches on windows terminal
    * fix(grid): memory leak with unfocused tabs
    * fix(input): enforce ordering of actions after opening a new pane
* Sat Sep 09 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Remove zellij-fix-theme-dir.patch
* Sun Aug 13 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Replace obsoleted `disabled` option with `manual`
* Wed Jun 21 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 0.37.2:
    * hotfix: include theme files into binary
    * fix: make plugin hide_self api idempotent
  - Changes from 0.37.1:
    * hotfix: theme options does not work
    * fix: various plugin api methods
  - Changes from major release 0.37.0:
    * fix(plugin): respect hide session option on compact-bar
    * feat: allow excluding tabs from tab sync in layouts
    * feat: support default cwd
    * feat: cli action to reload plugins at runtime for easier plugin development
    * docs(architecture): update architecture docs
    * feat(themes): add nightfox themes
    * feat: provide default themes
    * feat: update and render plugins asynchronously
    * fix: support environment variables and shell expansions in layout cwds
    * fix: add file paths to file not found errors
    * fix: error loading non-existant themes directory
    * build: speed up build and ci
    * fix: sticky bit FreeBSD crash
    * build: Bump rust toolchain version to 1.67
    * fix: update config file output
    * feat: plugin workers for background tasks
    * fix: cwd of newtab action
    * feat: plugin system overhaul
    * feat: add virtually all of Zellij's API to plugins
    * fix: runtime panic because of local cache
    * fix: cursor flickering
    * fix: focus tab as well as pane when relaunching plugin
    * feat: ui improvements for strider search
    * fix: only watch fs if plugins explicitly request it
    * fix: suppress debug logging when not debugging
    * feat: send pane events to plugins
    * fix: use debounced watcher for watching filesystem
    * feat: add more plugin api methods
* Mon May 01 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 0.36.0:
    * add my tweaked theme
    * fix(screen): focus pane on screen edge when moving pane focus offtab
    * Correct summary
    * Updated layout examples to .kdl from .yaml
    * fix(panes): adding panes to lone stack
    * fix(panes): closing a stacked pane should relayout
    * Fixed issue #1948
    * feat(plugins): async plugin loading
    * docs(readme): update roadmap image
    * Add action to clear all buffers for a specific pane
    * Added launch in xonsh
    * Add option to hide session name in tab-bar (deriving from #2172)
    * fix(layouts): don't default to default swap layouts on new-tab action
    * fix(layouts): nested attribute truncating
    * fix(scrollback-editor): properly invoke editor when command includes spaces
    * fix(layouts): focus tab race
    * feat(panes): allow defining an expanded stacked pane
    * fix(layout): pane focus in stack
    * fix(plugins): prevent Strider from opening double-panes when editing files
    * fix: set sticky bit on socket
    * chore(assets): adjust logo
    * fix: do not hold on to router thread handle until server exit
* Sun Mar 26 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 0.35.2:
    * fix(sessions): attach --create regression
    * fix(screen): hold and applylayout races
    * fix(ansi): pad line end when erasing characters
* Mon Mar 13 2023 Andreas Schneider <asn@cryptomilk.org>
  - Install the themes
  - Allow to load themes from /usr/share/zellij/themes/
    * Added zellij-fix-theme-dir.patch
* Sat Mar 11 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Fix vendored dependencies.
* Sat Mar 11 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Fix specfile. Duplicated BuildRequires section for rust+cargo
* Fri Mar 10 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 0.35.1:
    * fix(panes): show visual error when unable to split panes vertically/horizontally
    * WIP: Use xtask as build system
    * fix(panes): show visual error when failing to resize panes
    * chore(repo): remove nix support
    * Floating panes in layouts
    * add tmux close pane key
    * fix: properly end selection with copy_on_select = false
    * fix 3 bugs
    * Errors: less unwrap in server
    * Support UTF-8 character in tab name and pane name
    * errors: handle missing plugin caches
    * Improve client disconnect handling
    * feat: add ScrollToTop action by
    * Fix status bar not displaying w/ size=1 and show shortcuts
    * Add GoToTabName action to switch tab by name
    * Use singlepass in debug mode by
    * cleanups around "buffer full" error
    * Make the singlepass compiler opt-in through flags by
    * Add pencil theme
    * Apply correct color on 'more tabs' message
    * feat: add args to new-tab action
    * update termwiz to v0.20.0
    * feat(ui): swap layouts and stacked panes
    * fix(ux): cache stdin queries on startup (remove startup delay)
    * Project Governance Change
    * Add Helix editor (hx) to editors that support prefix positions
    * Extend display char in tab
    * Fix fullscreen navigation by
    * fix(grid): glitchy resizes
    * Update bug_report.md template with OSX log directory
    * fix(layout): various parser and ui fixes
    * fix(messaging): cache hold pane messages by their tab_id if the tab is not ready
    * fix(layout): tab focus
    * fix(cli): new-tab now also looks in layout_dir for layouts
    * fix(kdl): new-tab keybind looks in layout_dir for layouts
    * fix(cli): edit cwd
    * fix(layouts): do not relayout twice on auto_layout
    * fix(new-tab): get config parameters from config file
    * fix(grid): only use background pending styling when deleting characters
    * feat(layouts): exact panes constraint
    * fix(pty): report no-cwd for empty path returned from sysinfo
    * fix(sixel): report pixel size in winsize change ioctl
    * Fix plugin location path decoding from Url
    * Add action QueryTabNames to list all tab names
    * fix(pty): do not crash when unable to set cwd
    * fix(layouts): naming and gototabname
    * fix(cli): make auto_layout work through the cli
    * feat: add self-provided themes
    * Feature: simulate publishing
    * Revert theme pr

Files

/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/zellij


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 1 23:20:22 2026