A collection of developer tools including markdown rendering, project exporters, agent templates, and cheatsheets management.
Project description
Super Pocket
What's in the pocket ?
-
Readme Generator: Analyze your project (FastAPI project, CLI Tool, Python Package) and generate the best README.md possible for the purpose.
-
Codebase to Markdown: Scan the codebase of your project and generate a unique Markdown file containing all the project files with project tree. Perfect to share with LLMs.
-
XML Tags easy: Using a custom syntax on format
tag:<content>, it produces the XML tags -><tag>content</tag>. Also LLM's friendly. -
Agent Templates: Manage and distribute AI agent configuration templates such as AGENTS.md.
-
Cheatsheets: Quick access to development cheatsheets
-
Dependencies Scanner: Scan a requirements.txt or pyproject.toml and gives you the outdated packages in a well-printed list (with colors !)
Install it fast
-
With Homebrew (macOS/Linux):
brew tap dim-gggl/brew && brew install super-pocket
-
With uv (recommended):
uv tool install super-pocket
-
With pip/pipx:
pip install super-pocket # or pipx install super-pocket
-
Quick check:
pocket --versionshould answer without whining.
Quick usage
Interactive mode (the easy way)
Don't know where to start? Just type:
pocket
This launches a guided interactive menu. Navigate through tools, get prompted for parameters, and explore features without memorizing commands. Type exit or Q to quit.
Direct commands
- Terminal power-users:
pocket --helpfor the menu, thenpocket <group> --helpto zoom in. - Concrete examples below (all available stand-alone).
Craft a README without sweating
pocket project readme -p .scans the repo, asks a few questions, and spits out a full README.- Expected output: a push-ready README.md with sections and badges aligned to your stack.
Dump the whole codebase into one Markdown
pocket project to-file -p . -o project-all-in-one.md- Output: one file with the tree + every file inline. Perfect to drop into an LLM.
Render Markdown nicely in the terminal
pocket markdown render README.md -w 100- Output: your Markdown with colors and aligned titles directly in the terminal.
Spot the dusty dependencies
pocket project req-to-date requirements.txt- Typical output:
fastapi 0.110.0 -> 0.121.3(red for the old, green for the new).
Agent templates and cheatsheets
- List:
pocket templates list - Copy a template:
pocket templates copy unit_tests_agent -o .AGENTS/ - Initialize everything at once:
pocket templates init -o .AGENTS
Convert a file to PDF
pocket pdf convert README.md -o README.pdf- Output: a clean PDF without fighting LaTeX.
Web goodies
- Favicons:
pocket web favicon logo.png -o favicon.ico --sizes "64x64,32x32" - Job search:
pocket web job-search "python developer" --work_from_home -o jobs.json(setRAPIDAPI_API_KEYin your env).
Generate LLM-friendly XML
pocket xml "note:hello world"- Output:
<note>hello world</note>(chain multiple tags, it keeps up).
Quick cheatsheets
- View in 2s:
pocket templates view SQL -t cheatsheet - Local copy to work offline:
pocket templates copy git -o docs/cheats/
Stand-alone mode (scripts)
Everything above works directly from the CLI without the interactive UI. Perfect for CI or your own automation scripts.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file super_pocket-1.0.2.tar.gz.
File metadata
- Download URL: super_pocket-1.0.2.tar.gz
- Upload date:
- Size: 69.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c56f252ba26d75f0b0db93748af9f94580572ebafaac107d2730eefa2944b37a
|
|
| MD5 |
e67714e6556a58def546e10450369a1b
|
|
| BLAKE2b-256 |
69f241584a947cba77edbeb46d85d8df767fde7f692c0dc9e7e376fdbb904670
|
File details
Details for the file super_pocket-1.0.2-py3-none-any.whl.
File metadata
- Download URL: super_pocket-1.0.2-py3-none-any.whl
- Upload date:
- Size: 96.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a373a9d5ab3c1fda7c07bfa31e7424cfb7653b902c4b609745c5a784867a8e05
|
|
| MD5 |
2557f70ea85959d57de76e072d0f7653
|
|
| BLAKE2b-256 |
199d5257674f804006c62fba051ffa46991bd311583bcea08177a2f683458c94
|