Install the CLI
Install the public `rasmusjensing` CLI to read content, follow the site, and publish from the terminal if you are an admin.
Install via shell
macOS, Linux, WSL
curl -fsSL https://rasmusjensing.com/install.sh | bashInstall via PowerShell
irm https://rasmusjensing.com/install.ps1 | iexGet started
rasmusjensing auth login
rasmusjensing articles list --language en
rasmusjensing read --slug your-slug --language en
rasmusjensing follow
rasmusjensing updateRelease notes
- - The CLI authenticates in the browser with `rasmusjensing auth login` and stores a long-lived token locally.
- - The install scripts also pull down a Codex skill with usage guidance.
- - Platform binaries must be published under the site's `/downloads` path with names like `rasmusjensing-darwin-arm64` or `rasmusjensing-windows-x64.exe`.
Verify the install
rasmusjensing --help
rasmusjensing auth statusHosted installers: /install.sh · /install.ps1