Skip to content

0.3.1

Choose a tag to compare

@github-actions github-actions released this 02 Mar 09:29
e255b35

Release Notes

Features

  • Scan depth limit — default scan depth reduced from 100 to 3 levels for faster directory traversal; override with --depth N when deeper scanning is needed

Fixes

  • Folder navigation — folder nodes are now selectable in the file tree; the content pane clears when a folder is selected instead of showing stale file content
  • Left arrow on folders — pressing Left on a closed folder no longer causes the cursor to disappear
  • Enter key removed — removed the misleading Enter/"Open" keybinding from the file tree since it duplicated existing arrow key behavior
  • Cursor visibility — replaced underline cursor with reversed (inverted) style in the content and settings panes so the cursor is visible on empty lines
  • IO warning noise — broken symlinks, permission errors, and inaccessible files (e.g. Google Drive placeholders) are now silently skipped instead of printing warnings to stderr

Install jigolo 0.3.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/freyr/jigolo/releases/download/v0.3.1/jigolo-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/freyr/jigolo/releases/download/v0.3.1/jigolo-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install freyr/tap/jigolo

Download jigolo 0.3.1

File Platform Checksum
jigolo-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
jigolo-x86_64-apple-darwin.tar.xz Intel macOS checksum
jigolo-x86_64-pc-windows-msvc.zip x64 Windows checksum
jigolo-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
jigolo-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum