| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dasel_linux_arm32.gz | 2026-04-25 | 3.7 MB | |
| dasel_linux_386.gz | 2026-04-25 | 3.7 MB | |
| dasel_windows_amd64.exe.gz | 2026-04-25 | 4.0 MB | |
| dasel_linux_arm32 | 2026-04-25 | 9.7 MB | |
| dasel_darwin_amd64.gz | 2026-04-25 | 3.9 MB | |
| dasel_linux_386 | 2026-04-25 | 9.6 MB | |
| dasel_windows_386.exe.gz | 2026-04-25 | 3.8 MB | |
| dasel_windows_amd64.exe | 2026-04-25 | 10.5 MB | |
| dasel_darwin_amd64 | 2026-04-25 | 10.4 MB | |
| dasel_linux_amd64.gz | 2026-04-25 | 3.9 MB | |
| dasel_windows_386.exe | 2026-04-25 | 9.8 MB | |
| dasel_darwin_arm64.gz | 2026-04-25 | 3.6 MB | |
| dasel_darwin_arm64 | 2026-04-25 | 9.7 MB | |
| dasel_linux_amd64 | 2026-04-25 | 10.2 MB | |
| dasel_linux_arm64.gz | 2026-04-25 | 3.5 MB | |
| dasel_linux_arm64 | 2026-04-25 | 9.6 MB | |
| README.md | 2026-04-25 | 911 Bytes | |
| v3.8.0 source code.tar.gz | 2026-04-25 | 3.1 MB | |
| v3.8.0 source code.zip | 2026-04-25 | 3.2 MB | |
| Totals: 19 Items | 116.1 MB | 2 | |
Shell Completion Support
Dasel now includes built-in shell completion for Bash, Zsh, Fish, and PowerShell. Tab-complete subcommands, flags, and data format names (json, yaml, toml, etc.) directly in your terminal.
# Bash source <(dasel completion bash)
# Zsh source <(dasel completion zsh)
# Fish dasel completion fish | source
# PowerShell dasel completion powershell | Out-String | Invoke-Expression
See the shell completion docs for permanent installation instructions.
Man Page Generation
Generate and view a man page directly from the CLI:
dasel man | man -l -
Or install it system-wide:
sudo dasel man > /usr/local/share/man/man1/dasel.1
Bug Fixes
- YAML string quote style (double, single, literal, folded) is now preserved on round-trip (#452).
Full Changelog: https://github.com/TomWright/dasel/compare/v3.7.0...v3.8.0