-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Configuration .zsrhc for use with peco keybindings #22
Comments
@matthiasfromm Yes. You should load todoist_function.sh script by |
Hi @sachaos ! Thanks for your reply. Any configuration of my Could you post an example of how the |
@matthiasfromm |
Thanks again @sachaos! Yes, I did install using homebrew. Maybe that's a helpful note to add to https://github.com/sachaos/todoist#use-with-peco ? I've put the content of |
@matthiasfromm 1. Set task name.On the terminal, input like below.
2. Enter Project select screen, and select project.After entering the command above, enter the project selection screen (Query mode) by the following key binding with the cursor on the right side (without pressing the enter key). Push On the query mode, you should read https://github.com/peco/peco manual. 3. Back to prompt, and register task.When back to the prompt, you can see setted selected project id like below.
Exexute that command by enter, and register task to Todoist. |
@sachaos That did the trick! Seems like my problem in the end was that I wasn't aware of how to enter the project select screen, even though you did provide the keybindings. But the more elaborate instructions above did help! Thanks for your support! |
I have trouble to properly setup peco and the keybindings. I don't really have much experience with command line tools, so I'm not sure what to put inside the .zshrc file.
I assume I have to put
$ source "$GOPATH/src/github.com/sachaos/todoist/todoist_functions.sh"
?Would be happy to get some support here.
Thanks in advance!
The text was updated successfully, but these errors were encountered: