ZIP
WinGet
arf console
eitsupi · 0.2.1 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
arf-console-aarch64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
eitsupi.arf
Version
0.2.1
Description
Alternative R Frontend — a modern R console written in Rust
License
MIT
↗
Homepage
https://github.com/eitsupi/arf
Installer URL
https://github.com/eitsupi/arf/releases/download/v0.2.1/arf-console-aarch64-pc-windows-msvc.zip
Upgrade Behavior
install(Install over existing)
Release Notes
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 (#67)
- Format follows starship convention: "5s", "1m30s", "2h48m30s"
- Configurable format via experimental.prompt_duration.format (default: "{value} ")
- Co…