2026-05-04 22:46:21 +03:00
2026-05-03 17:35:27 +03:00
2026-05-04 22:46:21 +03:00
2025-06-14 13:08:56 +03:00
2026-05-04 22:46:21 +03:00
2026-04-28 21:35:30 +03:00
2025-06-03 16:59:39 +03:00
2026-04-26 21:45:55 +03:00
2026-05-03 23:27:49 +03:00

Typer Text Editor

A simple and easy to use text editor written in Go

Default Style Classic Style
Example of the Typer's default style Example of the Typer's classic style

Installation

From a package manager:

Distribution Package name
Arch Linux/Artix Linux typer from the AUR
Tide Linux typer from the main repository

From the releases section:

  • Go to the releases section
  • Choose either the latest stable release (Recommended) or nightly pre-release
  • Download the archive that corresponds to your operating system and architecture
  • Optional: Add the extracted directory to your PATH so that typer can be launched from anywhere
  • Optional: On Unix-based systems you can move the typer executable into /usr/local/bin/typer and config directory into /usr/local/etc/typer for a system-wide installation

From source:

  • Download go from your package manager or from the go website
  • Downlaod which from your package manager
  • Download make from your package manager
  • Run the following command to compile Typer
make
  • Run the following command with superuser privileges to install Typer to your system
make install
S
Description
Simple and easy to use text editor written in Go. Mirror of https://github.com/EnumeratedDev/Typer
Readme MIT
188 KiB
Languages
Go 98.9%
Makefile 1.1%