-
Notifications
You must be signed in to change notification settings - Fork 7
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: auto complete tags #20
Comments
Maybe tagging can be done in a tagging loop. |
I have a skeleton here:
The output of buku -t is:
The nuber in the beginning and at the end has to be removed. |
Hi there! My original plan was to avoid adding features to this project because it is written in bash and because I did not find a satisfactory method for unit testing. But rather to port the project to haskell first and continue from a code base that is less likely to deteriorate while growing. But since this will be considerably delayed as well, I think the feature should be added here. And I will do so, when I find the time. That could be soon, or it could take months. I am sorry I can't be more precise at the moment :/ Until then |
I am still working on the script, I think fzf is much better than peco, I am trying to hack askUserForTags with the following:
|
Did you ever get some form of this working? Oil is a great tool, but auto-completion of tags name would make it that much better and solve a couple workflow issues I have run into. Also, are you using 'fzf' in place of 'peco' entirely? cheers. |
I am still working on it:
|
Awesome, thanks for sharing. I am going to take a look at this when I have sometime tomorrow. Cheers. |
I use firefox's bookmark manager, it has the convenience of auto complete tags and make the tagging system more consistant, i.e. few typos. But manage bookmarks in firefox is too slow when the number of bookmarks grow. Auto complete tags will save typing in case of a very long tag as well.
The text was updated successfully, but these errors were encountered: