Releases: cybrdelic/CodebasedUtils
Releases · cybrdelic/CodebasedUtils
CodebasedUtils v0.0.1
Release Notes for CodebasedUtils - Version 0.0.1
Release Date
October 24, 2023
Introduction
We're excited to announce the first release of CodebasedUtils, a CLI utility designed to simplify your development workflow. In this initial release, the utility can print a simplified tree of the current working directory (cwd) and copy it to the clipboard. This makes it easier to share your project's structure via chat or other means.
New Features
- Print Directory Tree: Run a single command to print a simplified tree of your cwd (removes all the cache, build, and other temp files that are not relevant to understanding the context of the codebase).
- Clipboard Support: Automatically copies the printed tree to your clipboard for easy pasting.
Quick Start
To get started, install CodebasedUtils using pip:
pip install codebasedutils
Once installed, you can run the utility with:
util tree
What's Next?
Stay tuned for more features and improvements. We're just getting started!
For more information, please visit our GitHub repository.
Thank you for using CodebasedUtils!