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

Simplification #346

Closed
drewauff opened this issue Sep 28, 2021 · 6 comments
Closed

Simplification #346

drewauff opened this issue Sep 28, 2021 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@drewauff
Copy link

drewauff commented Sep 28, 2021

I love what you have done, but it can be very overwhelming at times, so much so I had to disable it.

It literally shows everything, all the time. I doubt anyone would need it "all" all the time. To much to process.

I suggest the following:

  • More options with regard to customisation (colours etc.)
  • add the ability to set dir list depth, listing the whole system is just to much
  • allow setting what it can show
  • add setting so that only top ten recent dirs/files are listed, next to the names have an assigned number (1-0) the most
    frequently used at number 1 and least at 0 etc.

Thats it for now, I will edit this post if I come up with any more.

@drewauff drewauff added the enhancement New feature or request label Sep 28, 2021
@marlonrichert
Copy link
Owner

marlonrichert commented Sep 29, 2021

  • More options with regard to customisation (colours etc.)

If you want to customize the colors, I recommend you use my Z Colors plugin.

  • add the ability to set dir list depth, listing the whole system is just to much

What do you mean with “listing the whole system”? Can you give an example of when it does that?

  • allow setting what it can show

No idea what you mean with that. Can you be more specific?

  • add setting so that only top ten recent dirs/files are listed, next to the names have an assigned number (1-0) the most frequently used at number 1 and least at 0 etc.

That’s an interesting an idea. 👍🏽 I’ll give it some thought.

@drewauff
Copy link
Author

on that last point, I use fasd and with that there is an interactive "mode" which does exactly what I suggested you but there are no theming options available nor will there ever be. Also i cant be piped through fzf. The fact that all you have to do is tap a number and thats it makes it appealing.

I will have a look at zcolors tonight. thank you for the suggestion.

As soon as you start typing you get programs, directories, flag completions etc. What I meant was a setting whereby you can choose to see only file or directories etc.

All people really need is the most recently used and the most frequently used programs/commands/dirs/flags, don't need to see the all at the same time so if I can configure to show, for example (my case needs) :

  • 25 Most recent directories
  • 25 Most recent files
  • 10 "Bookmarked" commands/programs
  • command/program flags

I hope this is more clear for you.

keep up the awesome work

Andy

@marlonrichert marlonrichert self-assigned this Sep 29, 2021
marlonrichert added a commit that referenced this issue Oct 5, 2021
@baudneo
Copy link

baudneo commented Oct 10, 2021

Is there any chance to add the ability to use ESC to leave the completions widget? As an example if I use tab to enter the completions list and want to get out of it, I have to type something and then delete it or yank some text. Just hitting ESC would be nice.

@marlonrichert
Copy link
Owner

@baudneo That’s already answered in #328.

@marlonrichert
Copy link
Owner

marlonrichert commented Oct 31, 2021

I think most of this should be better by now. If there are specific things you would still like improved, then please open a new issue for each point individually. It's easier to keep track of them that way, rather than having one big list in a single issue.

@marlonrichert
Copy link
Owner

It literally shows everything, all the time. I doubt anyone would need it "all" all the time. To much to process.

Try adding this to your .zshrc file:

zstyle ':autocomplete:*' min-delay 1.0  # seconds

Documented here.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants