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

[feature request] directory blacklist / custom function per-directory customization #9

Open
mightymiff opened this issue Jul 9, 2019 · 1 comment

Comments

@mightymiff
Copy link

I like that your plugin is elegant in its simplicity. It does a simple job without getting carried away and being confusing to implement. Thanks for that.

I am still learning the ins and outs of zsh and plan to fiddle with the code when I get the chance, but I figured I'd just list two (related) features I'd enjoy:

  1. option to blacklist certain directories
  2. option to specify custom functions on a directory by directory basis

I may be overlooking how this might be currently possible, so if that is the case, please let me know.

Thanks.

@desyncr
Copy link
Owner

desyncr commented Jul 10, 2019

Sounds like good ideas. I'm myself sometimes think about make it a little more "intelligent" regarding what and how this plugin shows information.

I believe it is possible to implement but I'd have to try it out to be sure, at least the blacklist part. Now the 2 point is a bit trickier due to how little support to nested structures zsh has (or any sh has) (and I'm thinking of a sort of nested hash map or similar).

All in all it's a cool idea (thanks for that!) and I'll look into it!

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

No branches or pull requests

2 participants