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

xplr-1.0.1-1.5 RPM for aarch64

From OpenSuSE Ports Tumbleweed for aarch64

Name: xplr Distribution: openSUSE Tumbleweed
Version: 1.0.1 Vendor: openSUSE
Release: 1.5 Build date: Sun Sep 21 17:12:17 2025
Group: Productivity/File utilities Build host: reproducible
Size: 5950721 Source RPM: xplr-1.0.1-1.5.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/sayanarijit/xplr
Summary: TUI file explorer
xplr is a terminal UI based file explorer for command-line utilities
that work with the file-system.

xplr integrates shell commands and GUI file managers and exposes a
scriptable, keyboard-controlled, real-time visual interface.

Provides

Requires

License

MIT

Changelog

* Sun Sep 21 2025 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
  - Update to version 1.0.1:
    * Update skim to 0.18
* Sun Mar 23 2025 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
  - Remove `rm .cargo/config` line. The file does not exist anymore.
* Sun Mar 23 2025 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
  - Update to version 1.0.0:
    * Use TryCompletePath
    * Improve search ranking algorithm
    * Add linkcheck
* Tue Nov 19 2024 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
  - Reupload new vendor.tar.zst. Generated with new cargo_vendor passed with
    respect-lockfile
  - Only build for Rust's tier 1 platforms
* Thu Jul 11 2024 Joshua Smith <smolsheep@opensuse.org>
  - Remove deprecated cargo_audit -- Now part of cargo_vendor
  - Update to version 0.21.9:
    * Limit scroll padding dynamically based on screen size
    * Fixed crashing on small screen
* Thu May 23 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 0.21.8:
    * Added vim-like scrolling as the default scrolling method. Set
      xplr.config.general.paginated_scrolling = true to disable
    * Added xplr.config.general.scroll_padding config option to set the padding
      in vim-like scrolling
    * Fixed some color rendering issues
    * Added feature flag so that xplr can be built with system Lua
    * Fixed ScrollUpHalf behavior.
    * xplr.util.lscolor() won't return nil anymore.
    * Arguments passed to the custom dynamic layout Lua function will include
      scrolltop field.
    * Fixed node_type resolution for directories with . in their name
    * Dependency updates.
* Thu Mar 21 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 0.21.7:
    * Added new key bindings c and m in default mode to quickly copy and move files,
      without using the selection ops mode.
    * Added xplr.util.debug() to see and debug Lua values.
    * Fixed ScrollUpHalf operation.
    * Dependency and docs updates.
* Thu Feb 15 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - We need to always switch to newer versions so we use `cargo` instead of `rust+cargo`
* Tue Jan 30 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 0.21.5:
    * Added new messages to make it easier to jump between the deep level
    directories from history (as an alternative to runtime bookmarking).
    - PreviousVisitedDeepBranch
    - NextVisitedDeepBranch
    * New key bindings ( and ) bound to the new messages.
    * Added support for function keys upto F24.
    * Added selection count indicator in Input/Logs panel, so that selection
    panel can be hidden without losing the indicator.
    * Dependency updates.
* Sat Dec 02 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Disable updates. Seems crates are not happy with updating
  - Revendor dependencies
* Fri Nov 24 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update vendored dependencies.
  - Remove cargo_config. cargo_config file is now part of vendored tarball.
* Sun Aug 13 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Replace obsoleted `disabled` option with `manual`
* Thu Aug 10 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update vendored dependencies.
  - Always update vendored deps in _service.
  - Add signature xplr-0.21.3.tar.gz.asc
* Thu Aug 10 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 0.21.3:
    * Fixed "Illegal format character q" error seen on non GNU (including macOS and BSD) systems
    * Fixed a UI issue causing lower priority styles being fully ignored
    * Press f1 to see the global help menu from any mode, without leaving the mode.
    * Current mode help menu will be displayed on top of the global help menu.
    * Added hook: on_selection_change.
    * Documentation improvements.
* Fri Jun 02 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Disable update of vendored deps
* Thu Jun 01 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 0.21.2:
    * Added CustomLayout, a new custom panel type to allow nesting other layouts inside a static or dynamic
      layout. This will allow switching between different layouts dynamically, without having to switch modes.
    * $LS_COLORS will have lesser priority than xplr.config.node_types.*.style.
    * Now, there's no default color set in xplr.config.node_types.*.style, so xplr will default to $LS_COLORS.
    * xplr -m now uses jf to render and pass messages. This allows for a more flexible template syntax.
    * xplr will now ask before delete.
    * For copy, move or symlink operations, xplr will ask what to do if a file with the same name exists.
    * CLI help menu improvements
    * Several fixes and improvements in documentation
* Mon May 15 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 0.21.1:
    * SelectAll and ToggleSelectAll (i.e. ctrl-a) in a new directory
      will extend, instead of replace, the existing selected paths.
    * Fixed a UI bug causing random characters to turn bold.
* Mon Feb 20 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update vendored dependencies.
  - Use zstd compression for vendored deps.
* Fri Jan 13 2023 Dirk Müller <dmueller@suse.com>
  - update to v0.20.2:
    * Updated UI to be more light theme and NO_COLOR friendly.
    * Fixed creating files inside multiple subdirectories (e.g.
      foo/bar/test.txt) (thanks to @soryeigeton for reporting and help
      debugging).
    * Added new hooks (contribution by @emsquid).
    * on_mode_switch
    * on_layout_switch

Files

/etc/xplr
/etc/xplr/init.lua
/usr/bin/xplr
/usr/share/applications/xplr.desktop
/usr/share/doc/packages/xplr
/usr/share/doc/packages/xplr/CONTRIBUTING.md
/usr/share/doc/packages/xplr/README.md
/usr/share/doc/packages/xplr/RELEASE.md
/usr/share/icons/hicolor
/usr/share/icons/hicolor/128-128
/usr/share/icons/hicolor/128-128/apps
/usr/share/icons/hicolor/128-128/apps/xplr.png
/usr/share/icons/hicolor/16-16
/usr/share/icons/hicolor/16-16/apps
/usr/share/icons/hicolor/16-16/apps/xplr.png
/usr/share/icons/hicolor/32-32
/usr/share/icons/hicolor/32-32/apps
/usr/share/icons/hicolor/32-32/apps/xplr.png
/usr/share/icons/hicolor/64-64
/usr/share/icons/hicolor/64-64/apps
/usr/share/icons/hicolor/64-64/apps/xplr.png
/usr/share/icons/hicolor/scalable
/usr/share/icons/hicolor/scalable/apps
/usr/share/icons/hicolor/scalable/apps/xplr.svg
/usr/share/licenses/xplr
/usr/share/licenses/xplr/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 27 23:28:50 2026