We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
neuron query
Add a "path" field to the JSON output containing the full path to the zettel.
Such that the following command:
neuron query -t purescript | jq -r '.zettels | .[] | .id' | xargs -n 1 printf "$HOME/zettelkasten/%s.md\n" | xargs -n 1 bat
can instead be written (without the prior knowledge of the location of the zettelkasten) as:
neuron query -t purescript | jq -r '.zettels | .[] | .path' | xargs -n 1 bat
The text was updated successfully, but these errors were encountered:
b7a7a00
srid
No branches or pull requests
Add a "path" field to the JSON output containing the full path to the zettel.
Such that the following command:
can instead be written (without the prior knowledge of the location of the zettelkasten) as:
The text was updated successfully, but these errors were encountered: