Source: bd
Section: utils
Priority: optional
Maintainer: Paulo Henrique de Lima Santana (phls) <phls@softwarelivre.org>
Build-Depends: debhelper (>= 10)
Standards-Version: 4.0.0
Homepage: https://github.com/vigneshwaranr/bd

Package: bd
Architecture: all
Depends: ${misc:Depends}, bash (>=4.1)
Description: quickly go back to a specific parent directory in bash
 bd allows you to go to a parent directory in bash instead of typing
 "cd ../../.." redundantly.
 .
 You can simply type backdir with starting few letters and it will auto
 complete the directory name.
 .
 It can be used with other commands such as ls, ln, echo, zip, tar, etc.
