An open API service indexing awesome lists of open source software.

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

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.

![Textual Query Sandbox](https://raw.githubusercontent.com/davep/textual-query-sandbox/main/tqs.png)

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