File: control

package info (click to toggle)
bd 1.03-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 272 kB
  • sloc: sh: 125; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 789 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: bd
Section: utils
Priority: optional
Maintainer: Paulo Henrique de Lima Santana (phls) <phls@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/vigneshwaranr/bd
Vcs-Browser: https://salsa.debian.org/debian/bd
Vcs-Git: https://salsa.debian.org/debian/bd.git

Package: bd
Architecture: all
Multi-Arch: foreign
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.