Filedot Showstar Here
⭐ /docs/notes.txt (2025-01-10) ⭐ /docs/readme.txt (2024-12-01) ...where stars indicate priority, recency, or file metadata. Name: filedot showstar Purpose: Display a star-rating for files based on usage frequency, last access, or custom metadata.
filedot showstar --path /docs --pattern "*.txt" filedot showstar
filedot showstar ~/projects --by recent
if == " main ": import sys showstar(sys.argv[1] if len(sys.argv) > 1 else ".") ⭐ /docs/notes
★★★★★ report.pdf (opened 47 times) ★★★★☆ data.csv (opened 12 times) ★★☆☆☆ old_log.txt (opened 2 times) I can generate a Python script that mimics filedot showstar : filedot showstar