bd icon indicating copy to clipboard operation
bd copied to clipboard

Quickly go back to a parent directory in linux instead of typing "cd ../../.." repeatedly

Results 29 bd issues
Sort by recently updated
recently updated
newest added

``` $ cd /home/sharedfs/users/xxx2105/sqllib/lib bd 05 pwd /home/sharedfs/users/xxx2105/sqllib/lib ```

It just echos out the present working directory. Tried it in bash shell works perfectly. sourced the config.fish file by inserting this line too `alias bd=". bd -si" ` throws...

Minor improvements fixing a few edge cases.

Replaces the `cat` and heredoc in `usage_error()` with the builtin `echo` with a quoted argument spanning multiple lines Achieves the same output without calling an external program.

Hey. The current feature of `bd` is to allow one to go back to any parent dir above the current working directory. I'd propose another respectively additional mode: - `bd`...

One of the intended methods of usage for `bd` is to *source* it, executing it in the current shell. Doing so leaves the functions `usage_error()`, `help_msg()`, and `newpwd()` defined, however,...

Macports: https://github.com/macports/macports-ports/blob/master/sysutils/bd/Portfile

I couldn't help but notice this repo seems not to have had any commits in over a year, and there are Pull Requests such as #20 that have seemingly not...