DEV Community

neuralmint
neuralmint

Posted on

3 CLI Tools You Can Buy with Crypto — No KYC, No Subscriptions

3 CLI Tools for Developers — Buy Once with Crypto, Use Forever

If you live in the terminal, you know the pain. Repetitive commands, lost session history, messy .env files with secrets accidentally committed. I built three CLI tools that solve these specific problems — and you can own them permanently for the price of a coffee.

No subscriptions. No accounts. No KYC. Just Python stdlib, BTC/ETH/STX, and a download link.


⏱️ Chronokeep — $5

Track what you actually work on, right from your terminal.

chronokeep start "working on auth refactor"
chronokeep stop
chronokeep report --today
Enter fullscreen mode Exit fullscreen mode

No GUI, no web dashboards, no bloated time trackers. Start/stop/list sessions. Clean output, minimal keystrokes.

Perfect for: Freelancers tracking billable hours, devs who want to know where their time goes.

Buy: https://neuralmint.github.io/tools/


💾 Sessave — $6

Ever closed a terminal and lost your session? Sessave snapshots your active terminal state so you can pick up exactly where you left off.

sessave add "working on auth refactor"
sessave search "auth"
sessave stats
Enter fullscreen mode Exit fullscreen mode

Saves with tags, searchable, exportable. Think bookmarks for your terminal.

Perfect for: Multi-project devs, anyone who context-switches.

Buy: https://neuralmint.github.io/tools/


🔒 Envguard — $7

The .env file tool you didn't know you needed. Validates env files, spots missing variables, diffs between environments, masks secrets so you don't paste API keys into a PR comment.

envguard check .env.production
envguard diff .env.staging .env.production
envguard audit --strict
Enter fullscreen mode Exit fullscreen mode

Perfect for: Teams shipping configs, solo devs, anyone who's ever committed an API key.

Buy: https://neuralmint.github.io/tools/


🛒 Why Buy with Crypto?

  • No KYC — just send and receive
  • No subscriptions — pay once, own forever
  • BTC, ETH, or STX accepted

Wallet addresses (copy from store):

  • BTC: bc1q6ud0w3036ye2vfzkftwywarqswqu3jehs4nqe7
  • ETH: 0x643E158D7615d19F1f0105B0cc5a1D976B456e4A
  • STX: SP1H1PSWNY1RR85ZYY841P6G0ZXNW3MJAF0YJD3HB

🔗 Store

https://neuralmint.github.io/tools/


Built by neuralmint. Questions? neuralmint-coder@proton.me

Top comments (0)