| Port details |
- py-textual-textarea Text area (multi-line input) with syntax highlighting for Textual
- 0.18.4 textproc
=0 0.17.2Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2026-01-31 15:51:09
- Last Update: 2026-09-16 07:34:50
- Commit Hash: af1406c
- 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.
¦ ¦ ¦ ¦ 
- 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 py312-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 py312-textual-textarea listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-textual-textarea
- Package flavors (<flavor>: <package>)
- py312: py312-textual-textarea
- distinfo:
- TIMESTAMP = 1789543886
SHA256 (textual_textarea-0.18.4.tar.gz) = d95f96ef88ea8856c5644717498c11decbeeab4b6d02e8124fc6bd4c511c7481
SIZE (textual_textarea-0.18.4.tar.gz) = 30440
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py312-hatchling>=1.28.0 : devel/py-hatchling@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-pyperclip>=1.7.0_1 : devel/py-pyperclip@py312
- py312-textual>=0.89.1 : textproc/py-textual@py312
- python3.12 : lang/python312
- This port is required by:
- for Run
-
- 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:
|