zivo is a simple and intuitive TUI file manager that lets you browse, search, and operate files without memorizing commands — a Zero-friction Interface for Viewing & Operations.
Project description
zivo
English | 日本語
zivo is a TUI file manager designed to be usable without memorizing dozens of shortcuts.
It keeps common actions visible in the help bar, and lets you run everything else from the command palette. You can browse, preview, search, grep, replace, and transfer files without leaving the terminal.
Who zivo is for
- People who want a terminal file manager without memorizing many shortcuts
- People who want to browse, preview, search, grep, and replace files from the terminal
- People who find ranger, lf, nnn, or yazi powerful but somewhat expert-oriented
- People who work mainly in terminals or WSL and want to avoid switching to a GUI file manager
Highlights
- No memorization required: common actions are always visible in the help bar
- Command palette: press
:to search and run available actions - Three-pane preview: preview directories, text, images, PDF, and Office files
- Transfer mode: copy and move files between two directories side by side
- Search and grep: find files, grep recursively, and jump to results
- Safe replace: preview diffs before applying batch replacements
- Supplementary mouse support: click rows and panes, open entries with consecutive clicks, and scroll previews
Navigate files while previewing content, and press : to search and run any action from the command palette.
The help bar and command palette let you operate without memorizing keybindings.
Transfer mode puts two directories side by side for easy copy and move operations.
Press y to copy or m to move files to the opposite pane, and verify results immediately.
Installation
Minimal installation
uv tool install zivo
Recommended tools
Some features use external commands.
| Feature | Tool |
|---|---|
| Image preview | chafa |
| PDF preview | pdftotext / poppler |
| Office preview | pandoc |
| Grep search | ripgrep |
See Platforms for OS-specific setup instructions.
Run
zivo
zivo itself cannot change the current directory of the parent shell. If you want your shell to follow the last directory you visited after quitting zivo, add shell integration first:
eval "$(zivo init bash)" # for bash
eval "$(zivo init zsh)" # for zsh
This defines a shell function named zivo-cd. Start zivo with zivo-cd when you want the parent shell to cd into the last directory on exit:
zivo-cd
Note: Shell integration (zivo-cd) is currently not supported on Windows. Use plain zivo on Windows.
Basic controls
Common actions are always shown in the help bar.
You can also press : to open the command palette and search for available actions.
| Key | Action |
|---|---|
↑ / ↓ or j / k |
Move cursor |
Enter |
Open file / enter directory |
Backspace / ← |
Go to parent directory |
Space |
Toggle selection |
: |
Open command palette |
/ |
Filter entries |
f |
Find files |
g |
Grep search |
p |
Toggle Transfer mode |
q |
Quit |
See Keybindings for the full list.
Command palette
Press : to search and run available actions.
This is useful for less frequently used operations or actions whose keybindings you do not remember.
See Commands for the full command list.
Configuration
zivo automatically creates config.toml on first launch.
You can configure themes, previews, sorting, editor integration, delete confirmation, and more.
You can also add custom command palette actions for external tools.
See Configuration for details. See Custom Actions for custom action examples and safety notes.
Safety
zivo includes safety mechanisms to prevent data loss during file operations.
- Move to trash:
d/Deletemoves items to the OS trash (confirmation dialog configurable) - Permanent delete:
D/Shift+Deletealways asks for confirmation - Undo:
zreverses the last rename, paste, or trash operation - Paste conflict resolution: choose overwrite, skip, or rename on name collision
- Replace preview: review diffs before applying batch replacements
- More details: see Safety
Related Documents
- Keybindings — full keybinding reference
- Commands — complete command palette reference
- Configuration — configuration file details
- Custom Actions — command palette custom action guide
- Platforms — OS-specific setup
- Safety — safety specifications
- Architecture — implementation structure
- Performance — performance notes
- Release Checklist — release checklist
License
zivo is licensed under the MIT License. See LICENSE for details.
Third-Party Licenses
zivo depends on third-party packages. For a complete list of dependencies and their licenses, see NOTICE.txt.
To update NOTICE.txt after dependency changes:
uv run pip-licenses --format=plain --from=mixed --with-urls --output-file NOTICE.txt
Development
To prepare the development environment:
uv sync --python 3.12 --dev
To launch the app directly from a local checkout, run this from the repository root:
uv run zivo
Lint and test:
uv run ruff check .
uv run pytest
Install from TestPyPI
For testing pre-release versions, install from TestPyPI:
uv tool install \
--index-url https://test.pypi.org/simple/ \
--extra-index-url https://pypi.org/simple/ \
--index-strategy unsafe-best-match \
zivo
Project details
Release history Release notifications | RSS feed
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 zivo-0.20.0.tar.gz.
File metadata
- Download URL: zivo-0.20.0.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c70834689375a1642929ab1251a2157d1d170981bbf1960f9ed7b079919ae374
|
|
| MD5 |
e09f1601d2a560f96557caa7bbd56b25
|
|
| BLAKE2b-256 |
3ca36bc474be298733068754beb7aeead1e567d2d7e0f8342e7d8d598317450b
|
File details
Details for the file zivo-0.20.0-py3-none-any.whl.
File metadata
- Download URL: zivo-0.20.0-py3-none-any.whl
- Upload date:
- Size: 243.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43e76d344699d69b3118541b10aa745f0181c4cb0de278fb75d2bc5cb0fa7c67
|
|
| MD5 |
3242ed8bee128fddd0417b85f164202c
|
|
| BLAKE2b-256 |
08938d80bedf5b127376a86ad7989ac67220fa5dc4ac9669d93a1661959f5cff
|