Skip to content

Instantly share code, notes, and snippets.

@namin
Created May 10, 2025 05:57
Show Gist options
  • Save namin/915d0caeb02a3ba903ab3361cba84878 to your computer and use it in GitHub Desktop.
Save namin/915d0caeb02a3ba903ab3361cba84878 to your computer and use it in GitHub Desktop.
last-things
#!/usr/bin/env zsh
source /opt/anaconda3/etc/profile.d/conda.sh
conda activate things
things-cli --json search "" | jq -r 'map(select(.project_title != null)) | sort_by(.created)[] | "- [ ] \(.created) \(.title) (\(.project_title))"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment