notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-textual-textarea Text area (multi-line input) with syntax highlighting for Textual
0.17.2 textprocnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-01-31 15:51:09
Last Update: 2026-01-31 15:28:40
Commit Hash: 9d93723
Also Listed In: python
License: MIT
WWW:
https://github.com/tconbeer/textual-textarea
Description:
Textual-textarea is a text area (multi-line input) with syntax highlighting for Textual. It offers a full-featured text editor experience with VS-Code-like bindings, in your Textual App: - Syntax highlighting and support for Pygments themes. - Move cursor and scroll with mouse or keys (including ctrl+arrow, PgUp/Dn, ctrl+Home/End). - Open (ctrl+o) and save (ctrl+s) files. - Cut (ctrl+x), copy (ctrl+c), paste (ctrl+u/v), optionally using the system clipboard. - Comment selections with ctrl+/. - Indent and dedent (optionally for a multiline selection) to tab stops with Tab and shift+Tab. - Automatic completions of quotes and brackets. - Select text by double-, triple-, or quadruple-clicking. - Quit with ctrl+q.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}textual-textarea>0:textproc/py-textual-textarea@${PY_FLAVOR}
To install the port:
cd /usr/ports/textproc/py-textual-textarea/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/py-textual-textarea
  • pkg install py311-textual-textarea
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-textual-textarea listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-textual-textarea
Package flavors (<flavor>: <package>)
  • py311: py311-textual-textarea
distinfo:
TIMESTAMP = 1769506652 SHA256 (textual_textarea-0.17.2.tar.gz) = 84bb2bfe545db70071914802e808dc411c16c21e7744adbcfc381f1390dd2c6b SIZE (textual_textarea-0.17.2.tar.gz) = 27615

Packages (timestamps in pop-ups are UTC):
py311-textual-textarea
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.17.20.17.2--0.17.2n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest0.17.20.17.2--0.17.2---
FreeBSD:14:quarterly--------
FreeBSD:15:latest0.17.20.17.2n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest0.17.20.17.2n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-hatchling>=1.28.0 : devel/py-hatchling@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-pyperclip>=1.7.0_1 : devel/py-pyperclip@py311
  2. py311-textual>=0.89.1 : textproc/py-textual@py311
  3. python3.11 : lang/python311
This port is required by:
for Run
  1. databases/py-harlequin

Configuration Options:
No options to configure
Options name:
textproc_py-textual-textarea
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/t/textual_textarea/
  2. https://pypi.org/packages/source/t/textual_textarea/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.17.2
31 Jan 2026 15:28:40
commit hash: 9d93723fe7b3205aed9e25e173494fa3159e2ff5commit hash: 9d93723fe7b3205aed9e25e173494fa3159e2ff5commit hash: 9d93723fe7b3205aed9e25e173494fa3159e2ff5commit hash: 9d93723fe7b3205aed9e25e173494fa3159e2ff5 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
textproc/py-textual-textarea: Add new port

Textual-textarea is a text area (multi-line input) with syntax highlighting for
Textual.

It offers a full-featured text editor experience with VS-Code-like bindings, in
your Textual App:

  - Syntax highlighting and support for Pygments themes.
  - Move cursor and scroll with mouse or keys (including ctrl+arrow, PgUp/Dn,
    ctrl+Home/End).
  - Open (ctrl+o) and save (ctrl+s) files.
  - Cut (ctrl+x), copy (ctrl+c), paste (ctrl+u/v), optionally using the system
    clipboard.
  - Comment selections with ctrl+/.
  - Indent and dedent (optionally for a multiline selection) to tab stops with
    Tab and shift+Tab.
  - Automatic completions of quotes and brackets.
  - Select text by double-, triple-, or quadruple-clicking.
  - Quit with ctrl+q.

https://github.com/tconbeer/textual-textarea

Number of commits found: 1