-
Notifications
You must be signed in to change notification settings - Fork 16
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
na isn't showing anything #11
Comments
Do the tasks being added have the @na tag on them? |
Generated *.taskpaper file has this content:
|
And have you changed the default environment variables at all?
Try `echo $NA_NEXT_TAG` and see if it says "@na"
…-Brett
On 13 Jun 2019, at 9:54, f8ttyc8t wrote:
Generated *.taskpaper file has this content:
```
Inbox:
- Update documentation @na
- [What is still in there?] @na
- [What is in there?] @na
temp:
New Features:
Ideas:
Bugs:
Archive:
Search Definitions:
Top Priority @***@***.*** = 5 and not @done)
High Priority @***@***.*** > 3 and not @done)
Maybe @***@***.***)
Next @***@***.*** and not @done and not project = "Archive")
```
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#11 (comment)
|
results in
|
It's entirely possible that there's a missing piece. I've only _ever_
tested this on macOS, and can't really debug other systems.
…-Brett
On 14 Jun 2019, at 1:58, f8ttyc8t wrote:
Maybe there is some tool (like awk, sed, ruby library) missing?
Not to have something hidden in my .dotfiles, I've tried it also on a
fresh Arch Linux installation (+ installing grep sed awk ruby), but
got exact same result. No task list shown at all, $NA_NEXT_TAG is set
```
echo $NA_NEXT_TAG
@na
````
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#11 (comment)
|
@ttscoff ah, thanks! Anyway, if I find a solution I will let you know about. |
I the same issue on mac and linux. |
Same here for me on macOS (Big Sur). Tried to debug but my shell fu is weak. |
@sorenpeter na is run as a function. Calling the file directly has no effect. Source the file, then call @brookscl same thing? |
what does "Source the file" mean? |
Thanks @ttscoff that worked. Should have realized it was a function... likely the overlap with I also had to change some of the hard-coded references to ruby in my copy to make sure it was pulling the proper one from my rbenv. |
Hi @ttscoff ,
I've installed na.sh as described (using fixed command [[ -s “$HOME/na.sh” ]] && source “$HOME/na.sh”).
na creates entries as expected, *.taskpaper file gets populated with values given.
But I don't get any tasks shown at all when entering "na". Even issuing na in folder having *.taskpaper file stored.
Any ideas about that?
Thanks!
The text was updated successfully, but these errors were encountered: