Files
tty7/assets/completions/sqlite3.json
l0ng-ai 22e1ab1694 tty7: a GPU-rendered, daemon-backed terminal in pure Rust
tty7 is split into two Rust processes: a persistent daemon that owns the
shells and a GPU-rendered client that talks to it over a local socket.
Because the shells live in the daemon, quitting and reopening the app
leaves the session intact — detach and reattach, no tmux required.

- Persistent sessions — the daemon holds the PTYs and child processes, so
  closing a window or swapping in a new build never takes a shell down.
- Performance — an 11 MB `cat` completes in 95 ms and DOOM-fire renders at
  888 fps; the daemon drains the PTY at device speed off the render path.
- Shell-aware — new tabs and splits open in the current working directory;
  zsh, bash, fish, and PowerShell are set up automatically.
- Enhanced prompt — inline completion, syntax highlighting, history, and
  in-terminal search, with rich flag/subcommand signatures for common tools.
- Tabs, resizable splits, a command palette, click-to-open links, desktop
  notifications, eight themes, and CJK/IME input.

Native builds for macOS, Windows, and Linux.
Built on Zed's gpui and Alacritty's VT core.
2026-07-06 21:54:27 +08:00

1 line
5.1 KiB
JSON

{"description":"A command line interface for SQLite version 3","options":[{"names":["-append"],"description":"Append the database to the end of the file","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-ascii"],"description":"Set output mode to 'ascii'","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-bail"],"description":"Stop after hitting an error","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-batch"],"description":"Force batch I/O","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-column"],"description":"Set output mode to 'column'","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-cmd"],"description":"Run \"COMMAND\" before reading stdin","args":[{"name":"COMMAND","description":null,"optional":false,"variadic":false,"template":[],"suggestions":[],"generators":[]}],"required":false,"repeatable":false,"hidden":false},{"names":["-csv"],"description":"Set output mode to 'csv'","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-echo"],"description":"Print commands before execution","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-init"],"description":"Read/process named file","args":[{"name":"FILENAME","description":null,"optional":false,"variadic":false,"template":[],"suggestions":[],"generators":[]}],"required":false,"repeatable":false,"hidden":false},{"names":["-header"],"description":"Turn headers on","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-noheader"],"description":"Turn headers off","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-help"],"description":"Show help message","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-html"],"description":"Set output mode to HTML","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-interactive"],"description":"Force interactive I/O","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-line"],"description":"Set output mode to 'line'","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-list"],"description":"Set output mode to 'list'","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-lookaside"],"description":"Use N entries of SZ bytes for lookaside memory","args":[{"name":"SIZE","description":null,"optional":false,"variadic":false,"template":[],"suggestions":[],"generators":[]},{"name":"N","description":null,"optional":false,"variadic":false,"template":[],"suggestions":[],"generators":[]}],"required":false,"repeatable":false,"hidden":false},{"names":["-memtrace"],"description":"Trace all memory allocations and deallocations","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-mmap"],"description":"Default mmap size set to N","args":[{"name":"N","description":null,"optional":false,"variadic":false,"template":[],"suggestions":[],"generators":[]}],"required":false,"repeatable":false,"hidden":false},{"names":["-newline"],"description":"Set output row separator","args":[{"name":"SEP","description":null,"optional":false,"variadic":false,"template":[],"suggestions":[],"generators":[]}],"required":false,"repeatable":false,"hidden":false},{"names":["-nofollow"],"description":"Refuse to open symbolic links to database files","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-nullvalue"],"description":"Set text string for NULL values","args":[{"name":"TEXT","description":null,"optional":false,"variadic":false,"template":[],"suggestions":[],"generators":[]}],"required":false,"repeatable":false,"hidden":false},{"names":["-pagecache"],"description":"Use N slots of SZ bytes each for page cache memory","args":[{"name":"SIZE","description":null,"optional":false,"variadic":false,"template":[],"suggestions":[],"generators":[]},{"name":"N","description":null,"optional":false,"variadic":false,"template":[],"suggestions":[],"generators":[]}],"required":false,"repeatable":false,"hidden":false},{"names":["-quote"],"description":"Set output mode to 'quote'","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-readonly"],"description":"Open the database read-only","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-separator"],"description":"Set output column separator","args":[{"name":"SEP","description":null,"optional":false,"variadic":false,"template":[],"suggestions":[],"generators":[]}],"required":false,"repeatable":false,"hidden":false},{"names":["-stats"],"description":"Print memory stats before each finalize","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-version"],"description":"Show SQLite version","args":[],"required":false,"repeatable":false,"hidden":false},{"names":["-vfs"],"description":"Use NAME as the default VFS","args":[{"name":"NAME","description":null,"optional":false,"variadic":false,"template":[],"suggestions":[],"generators":[]}],"required":false,"repeatable":false,"hidden":false}],"args":[{"name":"FILENAME","description":null,"optional":false,"variadic":false,"template":[],"suggestions":[],"generators":[]}],"subcommands":[],"name":"sqlite3"}