Application-Specific Terminals

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Platypus

    Create native Mac applications from command line scripts.

  • > Which apps do you use actually it for?

    neovim, mutt, tig, weechat

    > That's what aliases are for (or you could rename the binary?)!

    Unfortunately, it's not that simple on macOS for app bundles. The human readable name of the app bundle really doesn't matter that much to the operating system -- it's the contents of Info.plist that matter. In order to have a separate app that can be Cmd+Tab'd to, you have to have a separate app bundle, separate app bundle identifier, etc. There's really not a way around it on macOS that I've seen.

    (And to be clear, aliases do work on the command line. I'm talking specifically about GUI apps - which is my primary method of separating my different activities. Terminal emulator tabs are not good enough.)

    This also doesn't solve the performance problems with any of the various GUI applications, nor does it solve my problem for other applications that I want to run.

    > By the way, do you know the app https://github.com/sveinbjornt/Platypus that can generate app bundles on a Mac?

    I do! I tried this route first, but it falls apart when you start a GUI application from the script that you supply to platypus. If your script is e.g. `wezterm start`, it'll just start up another instance of a wezterm-branded GUI app in addition to the wrapper app that Platypus spits out.

  • neovim-gnome-terminal-wrapper

    Wrapper for running neovim in a separate instance of gnome-terminal

  • Most of the terminals that I've looked at have a `--class` flag (gnome-terminal, wezterm, alacritty, and kitty all have it).

    https://github.com/fmoralesc/neovim-gnome-terminal-wrapper also exists if you want to go that route. I tried it for a little while and it worked pretty well, but it's not particularly easy to re-use for other applications.

    The mac version is a bit of a pain to set up the first time, but it's pretty straightforward after that!

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • hyperterm

    A terminal built on web technologies

  • I think that’s more or less what this project is working towards:

    https://hyper.is

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts