Skip to content

0.2.1 - 2026-02-07

Choose a tag to compare

@github-actions github-actions released this 07 Feb 15:13
Immutable release. Only release title and notes can be modified.
d2b7cce

Release Notes

Added

  • :cd, :pushd, :popd meta commands for directory navigation (#60)
    • Path autocompletion with fuzzy matching for :cd and :pushd arguments
    • In shell mode and :system, cd/pushd/popd show a hint suggesting the meta command alternative
  • Experimental {duration} prompt placeholder for showing command execution time (#75)
    • Format follows starship convention: "5s", "1m30s", "2h48m30s"
    • Configurable format via experimental.prompt_duration.format (default: "{value} ")
    • Configurable threshold via experimental.prompt_duration.threshold_ms (default: 2000ms)
    • Color via colors.prompt.duration (default: Yellow)

Fixed

  • Windows: ~ now correctly resolves to the Documents folder instead of USERPROFILE, fixing R_LIBS_USER paths when the Documents folder has been moved to a different drive (#68)

Install arf-console 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eitsupi/arf/releases/download/v0.2.1/arf-console-installer.sh | sh

Download arf-console 0.2.1

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