chatblade
A CLI Swiss Army Knife for ChatGPT
Package Information
- Domain:
github.com/npiv/chatblade
- Name:
chatblade
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install chatblade
Programs
This package provides the following executable programs:
chatblade
Available Versions
Show all 15 versions
0.7.0
,0.6.4
,0.6.3
,0.6.2
,0.5.0
0.4.0
,0.3.4
,0.3.3
,0.3.1
,0.3.0
0.2.3
,0.2.2
,0.2.1
,0.2.0
,0.1.1
Latest Version: 0.7.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) chatblade -- $SHELL -i
Dependencies
This package depends on:
python.org>=3<3.12
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.chatblade
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.