Created
November 27, 2025 15:46
-
-
Save brianyang/0d5e7a618368ae404ebb9a2126d0fe75 to your computer and use it in GitHub Desktop.
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
| lsf() { pattern=${1:-INNGEST}; ls -1 ${pattern}*.md 2>/dev/null | xargs -I {} echo "file://$(pwd)/{}" || echo "No files found matching pattern: ${pattern}*"; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment