j do what I say
Beware! This is a foolishly dangerous piece of software
typescript + gpt + your terminal = magic
# npm
npm install -g @0xc00010ff/j
# or clone & build
git clone https://github.com/0xc00010ff/j.git
cd j
npm install
npm run build
npm link
j make a new next project
npx create-next-app@latest my-next-project
j list abc*
ls -d abc\*
j show memory hogs
ps aux | sort -rk 4 | head -n 10
# set
j -k your-openai-key
# remove
j -k
PRs welcome. break things.