
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
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 MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.