pstat (project status) is a simple Go cli tool that will iterate through a directory and let you know which project are stale, and which projects are active. This is determined by directory mod time (date last modified). Currently, if it the project mod date is more than 30 days old, it will be labeled as stale.
The inspiration for this came from opening my dev directory on a teams call to look for something that I knew I worked on recently, but there were so many files I got lost...on camera 😭
MacOS - Clone repo, run go build then run the install.sh script!
use pstat to invoke the command!
- feat: swap to Cobra/Viper CLI framework
- feat: Allow user to change modTime date threshold
- feat: Allow user to iterate over directories OR files
- feat: Prompt to stale projects to new
staledirectory within current dir - publish: Make public and allow for contributions!
- publish: Publish to homebrew
- ci: add CI/CD pipeline implementation