listingtama.blogg.se

Terminal emulator for mac
Terminal emulator for mac










  1. Terminal emulator for mac drivers#
  2. Terminal emulator for mac windows#

copy_and_paste_with_mouse = true # Text selected with the mouse is copied to the clipboard on end selection, and is pasted on right mouse button click. max_lines = 1000 # Maximum number of lines in the terminal buffer. Set this to your own search url using $QUERY as the keywords to replace when searching. search_url = "$QUERY " # The search engine to use for the "search selected text" action. shell = "/bin/bash " # The shell to run for the terminal session. slomo = false # Enable slow motion output mode, useful for debugging shells/terminal GUI apps etc. Config Fileĭebug = false # Enable debug logging to stdout. You can ignore the config and use defaults by specifying -ignore-config as a CLI flag. It will write a config file to whichever of those directories exists (preferring the top of the list) the first time it runs, if one doesn't already exist.

Terminal emulator for mac windows#

Note that on Windows Aminal uses %USERPROFILE% environment variable instead of $HOME. Keyboard/Mouse Shortcuts OperationĪminal looks for a config file in the following places, and stops when it finds one: There are various make targets available, the most obvious being: make testĪs long as you have your GOBIN environment variable set up properly (and in PATH), you should be able to run aminal.

  • On CentOS/Fedora-like Linux distributions, you need libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel mesa-libGL-devel libXi-devel.
  • On Ubuntu/Debian-like Linux distributions, you need libgl1-mesa-dev xorg-dev.
  • On macOS, you need Xcode or Command Line Tools for Xcode ( xcode-select -install) for required headers and libraries.
  • Prebuilt binaries are available for Linux, OSX and Windows on the releases page.ĭownload the binary and sudo cp aminal-* /usr/local/bin/aminal & chmod +x /usr/local/bin/aminal. You can run Aminal with a binary from the releases page.ĭev environment setup instructions are available here.
  • Multi platform support (Windows, Linux, OSX).
  • Support for common ANSI escape sequences a la xterm.
  • Terminal emulator for mac Terminal emulator for mac

    Terminal emulator for mac drivers#

    The project is experimental at the moment, so you probably won't want to rely on Aminal as your main terminal for a while.Įnsure you have your latest graphics card drivers installed before use. Aminal is a modern terminal emulator for Mac/Linux/Windows implemented in Golang and utilising OpenGL.












    Terminal emulator for mac