Created
May 10, 2025 05:57
-
-
Save namin/915d0caeb02a3ba903ab3361cba84878 to your computer and use it in GitHub Desktop.
last-things
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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