Sequence-aware filesystem browser
Project description
sview
sview is a sequence-aware filesystem browser built with PySide6 and pyseq.
It provides a sequence-first view of directories so image sequences can be
browsed as logical units instead of individual files.
Install
pip install -U sview
Run
Launch the app:
sview
Open a specific folder:
sview /mnt/projects/
Print the version:
sview --version
Run with scanner debug output in the terminal:
sview --debug
Configuration
On first launch, sview writes a user config file to:
~/.config/sview/config.json
It also stores lightweight UI state in:
~/.config/sview/ui_state.json
This file controls default file and sequence handlers, including custom commands for double-click actions.
It also contains scanner worker safety settings such as process priority and memory limit:
{
"scanner": {
"worker": {
"nice_increment": 15,
"memory_limit_mb": null,
"timeout_seconds": 30
}
}
}
memory_limit_mb is opt-in. Leave it as null unless you specifically want a hard
address-space cap on the worker process.
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
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 sview-0.1.2.tar.gz.
File metadata
- Download URL: sview-0.1.2.tar.gz
- Upload date:
- Size: 25.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5c5720e1ca46587d8f3f953de92db390bd45c5c9a4ae4cc88903681da0ecab0
|
|
| MD5 |
64ed8a1b2067d0b0b9d9e3fe18953517
|
|
| BLAKE2b-256 |
7d5a80485b0e5605417bd0dccc1f5a30a2402a4f476c4bd37e3fd514700120aa
|
File details
Details for the file sview-0.1.2-py3-none-any.whl.
File metadata
- Download URL: sview-0.1.2-py3-none-any.whl
- Upload date:
- Size: 37.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f47ab51a643167636fe8ffc33b5fc9bf8a5ee5e41f0a3412aaeaa4c2fce7c09
|
|
| MD5 |
5430b55ecb88ad799ff16146bc68d329
|
|
| BLAKE2b-256 |
b2b7a1302ced97068aeec99d4330b7f3474e238f42ef6a2ad6b106e031920511
|