
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Interactive CLI to select files, generate markdown for LLM prompts, and copy it to the clipboard.
An interactive CLI to select files, generate markdown suitable for LLM prompts, and copy it to the clipboard.
pip install promptify-cli
promptify
to interactively select files and generate markdown for your clipboard.promptignore
files (works like .gitignore
).promptignore
if none is found at project root. (First time only)promptify --help
Option Short Type Description Default --depth
-d
INTEGER Max directory depth (0=root only) 4
--path
-p
DIRECTORY Starting directory path CWD --clear-state
Clear previous selections --install-completion
Install shell completion --show-completion
Show shell completion --help
Show help message and exit
Project Structure (Depth: 4):
```
example_documentation_project/
ââ foobar/
â ââ bar.py
ââ foo.py
ââ output.md
```
---
## File: `foo.py`
```python
def foo(bar):
return bar
```
---
## File: `foobar/bar.py`
```python
def bar(foo):
return foo
```
This package is self-contained in 1 file at src/promptify/cli.py
. It's in a state that the UI and features meet my needs, but if you wish to modify the functionality, add more args, etc. drop me a github issue (slow response time) or feel free to submit a merge request!
FAQs
Interactive CLI to select files, generate markdown for LLM prompts, and copy it to the clipboard.
We found that promptify-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.