https://github.com/devdinc/zen-export
https://github.com/devdinc/zen-export
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devdinc/zen-export
- Owner: devdinc
- Created: 2026-05-30T15:31:20.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2026-05-30T15:37:56.000Z (28 days ago)
- Last Synced: 2026-05-30T17:16:18.975Z (28 days ago)
- Language: Java
- Size: 57.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zen_export — Java / Jexer
Selective Zen Browser profile exporter with an xterm-256 TUI built on
[Jexer](https://jexer.sourceforge.io/) and Gradle.
Just a personal test project for jexer usage test.
## Keybindings
| Key | Action |
|-----|--------|
| `↑` `↓` | move cursor |
| `Enter` | confirm / proceed |
| `Space` | toggle checkbox |
| `a` | select all |
| `n` | deselect all |
| `←` | go back |
| `r` | new export (on done screen) |
| `q` | quit |
## Profile locations searched
| OS | Path |
|----|------|
| Linux | `~/.zen`, `~/.config/zen` |
| Linux Flatpak | `~/.var/app/app.zen_browser.zen/zen` |
| macOS | `~/Library/Application Support/zen/Profiles` |
| Windows | `%APPDATA%\zen\Profiles` |