https://github.com/davep/textual-query-sandbox
A simple tool for testing and practicing Textual DOM queries
https://github.com/davep/textual-query-sandbox
Last synced: 8 months ago
JSON representation
A simple tool for testing and practicing Textual DOM queries
- Host: GitHub
- URL: https://github.com/davep/textual-query-sandbox
- Owner: davep
- License: gpl-3.0
- Created: 2023-08-31T20:56:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T08:18:48.000Z (about 2 years ago)
- Last Synced: 2025-01-20T06:59:23.292Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 419 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Textual Query Sandbox
A quick spur-of-the-moment hack that will likely grow into something a wee
bit more useful. For now though, it's a simple/pragmatic tool for quickly
testing [Textual queries](https://textual.textualize.io/guide/queries/).
## Installation
### pipx
The package can be installed using [`pipx`](https://pypa.github.io/pipx/):
```sh
$ pipx install textual-query-sandbox
```
### Homebrew
The package can be installed using Homebrew. Use the following commands to
install:
```sh
$ brew tap davep/homebrew
$ brew install textual-query-sandbox
```
## Running
Once installed run the `tqs` command.

[//]: # (README.md ends here)