-
Notifications
You must be signed in to change notification settings - Fork 36
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
Simplenotes fzf integration #110
Comments
@drewauff you can use |
not really, my original plan was to use an array..easier said then done. Not only do I need a name for the note but I also need the corresponding key. As for the command you suggested, I set up an alias for each note/key, would be much easier to select it from a list. This is how it would work:
And thats it. The premise is simple, the execution however, is not. |
@drewauff maybe some combination of
Note that all the notes are stored as json files in the |
That command gives "ERROR: check log for sync errors." error. It does, however have pontential. Also in the json files the content of the notes are dumped in a single line.. |
Why did you have to make it so edit has to go at the end? makes using sncli outside of the client itself almost impossible. makes no sense. Trying to parse xargs -I % --key= % impossible because I cant parse "edit" after the key. I have tried everything I can think of but nothing works. This is more less what I want to use, this brings up the list of "keys" but only displays the title of the notes. However, I cant and wont work because "edit" has to go after the key.
Once I get this working, i just need to adjust it so only the notes I want will be listed. |
I am trying to use fzf to bring up a list of preselected notes, (using there keys of course).
I can bring up the list of predetermined name but cannot associate nor select the note via its key which is the important part.
How can I accomplish this?
I should note that I plan to use this as an fzf widget, just tap a hotkey to bring the list select then edit or create a new one.
The text was updated successfully, but these errors were encountered: