Skip to content
View jowharshamshiri's full-sized avatar
👨‍💻
I may be slow to respond.
👨‍💻
I may be slow to respond.

Block or report jowharshamshiri

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jowharshamshiri/README.md
  • Built a Terragrunt HCL parser in TypeScript.
  • Created a VSCode extension with a language server for Terragrunt based on that parser.
  • Made Workspace, an opinionated tool suite for file operations, version management, and development workflow automation. It’s battle-tested, used daily, and reflects years of refining my personal workflows.
  • Forked and extended Doxygen to support type: and name: search prefixes and boolean logic (AND, OR, NOT) in external search mode.
  • Built BoxMux, a YAML-driven TUI multiplexer to run and monitor groups of terminal commands in parallel—ideal for devops, clusters, and testing.
  • Created InSite, an MCP server for browser automation with 50 tools using Playwright.
  • InCode, an MCP server providing AI agents with complete LLDB debugging capabilities for native binary debugging and analysis.

Pinned Loading

  1. tg-hcl-lsp tg-hcl-lsp Public

    VSCode extension for validating Terragrunt HCL

    TypeScript 16 3

  2. insite insite Public

    A Model Context Protocol (MCP) server implementation that provides browser automation tools using Playwright.

    TypeScript

  3. boxmux boxmux Public

    Automate tasks and put automation into terminal dashboards with minimal effort. Use YAML to transform Unix commands into interactive programs running in organized, threaded interfaces.

    Rust

  4. doxygen doxygen Public

    My fork of doxygen 1.8.17 with a few small changes so that the search box in external search mode supports type: and name: prefixes and also mixing rules with boolean operators.

    C++