Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a silent flag #12

Open
phpmycoder opened this issue Sep 11, 2013 · 3 comments
Open

Add a silent flag #12

phpmycoder opened this issue Sep 11, 2013 · 3 comments

Comments

@phpmycoder
Copy link

I know this is really minor (and possibly not worth a commit), but my OCD finds it very repetitive that bd echos the name of the new PWD since it's already in my $PS1. It would be nice if there was a -q (quiet) flag that could be added to suppress this echo.

I know that you can just comment out or remove the line, so perhaps this is a frivolous issue, but this would make the update process easier in my opinion (fetch from git instead of fetch and them comment out echo line).

@pmetzner
Copy link

I would also like to see this feature.

@davinkevin
Copy link

+1

@udiboy1209
Copy link

Adding a new flag will complicate the the current method of option parsing using nested ifs.... one might need to use getopt[s], which doesn't work well while sourcing a script.

I tried using a new option for a feature in pull request #20 which was quite a disaster, and I had to take a different approach entirely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants