

- #FREE 3270 EMULATOR FOR MAC GITHUB HOW TO#
- #FREE 3270 EMULATOR FOR MAC GITHUB INSTALL#
- #FREE 3270 EMULATOR FOR MAC GITHUB FULL#
- #FREE 3270 EMULATOR FOR MAC GITHUB SOFTWARE#
- #FREE 3270 EMULATOR FOR MAC GITHUB CODE#
#FREE 3270 EMULATOR FOR MAC GITHUB FULL#
TK4 simulates a full implementation of MVS running on an IBM 370/165, a top-of-the-line configuration in the 70s. tn3270 a pure TypeScript implementation of the Telnet 3270 handshake for Node.js.įinally, I need to call out Jürgen Winkelmann's labor of love, the project that got me interested in EL-3270 from the start.el-lib a common library for my Electron projects.
#FREE 3270 EMULATOR FOR MAC GITHUB CODE#
In addition, I factored out some interesting code for use in other projects of mine:

#FREE 3270 EMULATOR FOR MAC GITHUB HOW TO#
How to Run in Production Mode (Windows and Mac).I don't expect anyone will ever use it as an actual emulator but I hope it showcases some programming techniques of current interest and illustrates how these historically important devices worked.ĮL-3270 is substantially complete, only missing support for the PT order. Why on earth is one needed, almost 50 years after the devices were first introduced in 1971? Of course, there is no need at all, I just did this for fun, as a voyage through computer archaeology.

GOPATH=$HOME/goPS1="$($GOPATH/bin/powerline-go -error $?)"If & thenPROMPT_COMMAND="_update_ps1 $PROMPT_COMMAND"GOTCHA: If you are using WSL2, it'll be lightning fast with git prompts if your source code is in your Ubuntu/Linux mount, somewhere under ~/.EL-3270 is an IBM 3270 terminal emulator for the modern age. However, if your source is under /mnt/c or /mnt anywhere, the git calls being made to populate the prompt are super slow. Do your Linux source code/git work in the Linux filesystem for speed until WSL2 gets the file system faster under /mnt.At this point your Ubuntu/WSL prompt will look awesome as well!Fonts look weird? Uh oh! Step Three - Get a better fontIf you do all this and you see squares and goofy symbols, it's likely that the font you're using doesn't have the advanced Powerline glyphs. Those glyphs are the ones that make this prompt look so cool!At the time of this writing there is active talk of getting Powerline and other Nerd Fonts into Cascadia Code, the new font that ships with Windows Terminal.
#FREE 3270 EMULATOR FOR MAC GITHUB SOFTWARE#
When you run Install-Module for the first time you'll get a warning that you're downloading and installing stuff from the internet so follow the prompts appropriately.Also get PSReadline if you're on PowerShell Core: Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheckThen run "notepad $PROFILE" and add these lines to the end: Import-Module posh-gitNow that word Paradox there is optional.ģ270 Emulator Github Code Is InIn the short term, you can get a forked version of Cascadia Code called Delugia Code and download that.Cascadia Code has been updated with a PL (Powerline) Glyph version! Go get it at and change the fontFace in your settings.json to "Cascadia Code PL" "fontFace": "Cascadia Code PL"Remember also you can get lots of Nerd Fonts at, just make sure you get one (or generate one!) that includes PowerLine Glyphs.Sponsor: Suffering from a lack of clarity around software bugs? Give your customers the experience they deserve and expect with error monitoring from.

It's actually the name of a theme and you can (and should!) pick the theme that makes you happy and use that theme's name here. I like Agnoster, Paradox, or Fish, myself. Step Two for Ubuntu/WSLThere's a number of choices for Powerline or Powerline-like prompts from Ubuntu. I like Powerline-Go for it's easy defaults.I just installed Go, then installed powerline-go with go get.
#FREE 3270 EMULATOR FOR MAC GITHUB INSTALL#
Sudo apt install golang-goGo get -u /justjanne/powerline-goAdd this to your ~/.bashrc.
