UNPKG

shell-mirror

Version:

Access your Mac shell from any device securely. Perfect for mobile coding with Claude Code CLI, Gemini CLI, and any shell tool.

12 lines (10 loc) 231 B
var adapter = require('./'); /** * Extracts the values from process.env. * * @type {Function} * @public */ module.exports = adapter(function hash() { return /(debug|diagnostics)=([^&]+)/i.exec(window.location.hash)[2]; });