Releases: antonmedv/walk
Releases Β· antonmedv/walk
v1.2.0
Llama β a terminal file manager.
New features:
- preview with
Space
- vim keybindings
hjkl
gG
- deletion with
dd
v1.0.2
- Simplified
cd
integration. Use next bash function:
function ll {
cd "$(llama "$@")"
}
v1.0.1
- Fixed the issue with a space in a dir name.
- Improved cd integration.