A tkinter app to search files based on a pattern
Project description
File Search TK
Simple Tkinter UI that:
- Lists files from a folder returned by an external
fetch_logsscript given a query. - Shows selected file content.
- Highlights occurrences of the same query within the text.
Requirements
- Python 3.9+
- A script or executable named
fetch_logsresolvable inPATHthat takes a single argument (query) and prints a directory path to stdout.
Install
If using Poetry:
poetry install
Or via pip:
pip install -e .
Run
Using the installed console script:
file-search-tk
Or directly:
python -m file_search_tk.app
Notes
- The UI calls
fetch_logs <query>in a background thread. The command must return a valid existing directory path on stdout and exit with code 0. Any stderr or non-zero exit code is treated as an error. - File list shows only regular files at the top level of the returned directory, sorted by filename.
- Text area highlights case-insensitive matches of the query.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
file_search_tk-0.1.3.tar.gz
(8.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file file_search_tk-0.1.3.tar.gz.
File metadata
- Download URL: file_search_tk-0.1.3.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.11.2 Linux/6.1.0-37-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cba9a418204effebeff7976770d2bf752b395684e8977215bb9e07d81f25c3ac
|
|
| MD5 |
97ccc033b621727e5c1cff67b50714e5
|
|
| BLAKE2b-256 |
4d6e58a9849ee2226db83f30591840e5f59b266fd8b4876d704bb015ca327b1a
|
File details
Details for the file file_search_tk-0.1.3-py3-none-any.whl.
File metadata
- Download URL: file_search_tk-0.1.3-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.11.2 Linux/6.1.0-37-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a39cf730678f97002d9eeb6f3c2efe38a4257d6057e4c3c59bf09e993bdb276e
|
|
| MD5 |
a704db3a6a79822fb872c86f64e426a9
|
|
| BLAKE2b-256 |
b5b3a3082c36c6606fd40142d4f30a9b00c3b409d54638dc1b980e2d1624ce4f
|