0.2.1 - 2026-02-07
Immutable
release. Only release title and notes can be modified.
Release Notes
Added
:cd,:pushd,:popdmeta commands for directory navigation (#60)- Path autocompletion with fuzzy matching for
:cdand:pushdarguments - In shell mode and
:system,cd/pushd/popdshow a hint suggesting the meta command alternative
- Path autocompletion with fuzzy matching for
- 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, fixingR_LIBS_USERpaths 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 | shDownload 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 |