Files
buildroot/package/zoxide/Config.in
Saeed Kazemi 93b460a294 package/zoxide: new package
A smarter cd command. Supports all major shells.

https://github.com/ajeetdsouza/zoxide.git

Signed-off-by: Saeed Kazemi <kazemi.ms@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-07-12 15:32:24 +02:00

12 lines
394 B
Plaintext

config BR2_PACKAGE_ZOXIDE
bool "zoxide"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
select BR2_PACKAGE_HOST_RUSTC
help
zoxide is a smarter cd command, inspired by z and autojump.
It remembers which directories you use most frequently, so
you can "jump" to them in just a few keystrokes.
zoxide works on all major shells.
https://github.com/ajeetdsouza/zoxide.git