vault backup: 2026-04-17 13:17:16
This commit is contained in:
parent
f471801ba3
commit
0dd96948a3
5 changed files with 19 additions and 10 deletions
|
|
@ -281,3 +281,6 @@ tags: [daily]
|
|||
- 13:15 | `memory-compiler`
|
||||
- **Asked:** Compile a new article on Agent SDK streaming input modes into the wiki knowledge base.
|
||||
- **Done:** Created structured wiki article with examples and updated both master and topic indexes.
|
||||
- 13:16 (1min) | `memory-compiler`
|
||||
- **Asked:** Create a structured wiki article on subagents and update the knowledge base indices.
|
||||
- **Done:** Created subagents.md with creation methods, field reference, context isolation, examples, and troubleshooting; updated agent-sdk/_index.md and _master-index.md.
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ This 3-hop pattern works for hundreds of articles without vector search.
|
|||
| [[wiki/web-agency/_index\|web-agency/]] | AI-assisted website building & selling: Claude Code, Nanobanana 2, Kling, LaunchPath MCP | 1 |
|
||||
| [[wiki/dotfiles/_index\|dotfiles/]] | Linux terminal ricing: Kitty, Fish, WezTerm CLI, modern Rust CLI tools, LazyVim, unified themes, Tabby | 19 |
|
||||
|
||||
| [[wiki/agent-sdk/_index\|agent-sdk/]] | Claude Agent SDK (formerly Claude Code SDK) — build autonomous AI agents in Python and TypeScript | 24 |
|
||||
| [[wiki/agent-sdk/_index\|agent-sdk/]] | Claude Agent SDK (formerly Claude Code SDK) — build autonomous AI agents in Python and TypeScript | 25 |
|
||||
| [[wiki/llm-models/_index\|llm-models/]] | OpenAI model catalog — GPT-5.x, o-series reasoning, audio/realtime, embeddings, moderation | 1 |
|
||||
| [[wiki/claude-code/_index\|claude-code/]] | Claude Code product docs — install, capabilities, surfaces, MCP, hooks, scheduling, multi-agent, plugins, skills, channels, error recovery | 11 |
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Linux terminal customization, shell configs, CLI tool setups, and ricing guides.
|
|||
| [[wiki/dotfiles/wezterm-colors-appearance\|wezterm-colors-appearance]] | Color schemes, custom palettes, tab bar styling, pane dimming, background images, and opacity | wezterm.org/config/appearance.html | 2026-04-17 |
|
||||
| [[wiki/dotfiles/wezterm-config\|wezterm-config]] | WezTerm Lua config structure, file locations, live reload, CLI overrides, and modular splits | wezterm.org/config/files.html | 2026-04-17 |
|
||||
| [[wiki/dotfiles/wezterm-default-keybindings\|wezterm-default-keybindings]] | Full default key assignments table: clipboard, tabs, panes, scrollback, utilities | wezterm.org/config/default-keys.html | 2026-04-17 |
|
||||
| [[wiki/dotfiles/tabby-terminal\|tabby-terminal]] | Tabby: cross-platform terminal + SSH manager + serial client; plugins, Zmodem, MCP server integration | github.com/Eugeny/tabby | 2026-04-17 |
|
||||
| [[wiki/dotfiles/tabby-terminal\|tabby-terminal]] | Tabby: cross-platform terminal + SSH manager + serial client; smart tabs, 150+ color schemes, persistent port forwards, Zmodem, profile manager, MCP server plugin | github.com/Eugeny/tabby + tabby.sh/about/features | 2026-04-17 |
|
||||
| [[wiki/dotfiles/wezterm-font-shaping\|wezterm-font-shaping]] | HarfBuzz font shaping, disabling ligatures, per-font harfbuzz_features, stylistic sets | wezterm.org/config/font-shaping.html | 2026-04-17 |
|
||||
| [[wiki/dotfiles/wezterm-fonts\|wezterm-fonts]] | Font selection, fallback chains, bundled fonts, key config options, ls-fonts debug CLI | wezterm.org/config/fonts.html | 2026-04-17 |
|
||||
| [[wiki/dotfiles/fish-shell-intro\|fish-shell-intro]] | Fish shell intro: features, setup, default shell, config files, PATH, shebang, exit handlers | fishshell.com/docs/current/index.html | 2026-04-17 |
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: "Tabby Terminal"
|
||||
aliases: [tabby, eugeny-tabby, terminus-terminal]
|
||||
tags: [terminal, ssh, dotfiles, tools, cross-platform]
|
||||
sources: [raw/Eugenytabby A terminal for a more modern age.md]
|
||||
sources: [raw/Eugenytabby A terminal for a more modern age.md, "raw/Tabby - a terminal for a more modern age 1.md"]
|
||||
created: 2026-04-17
|
||||
updated: 2026-04-17
|
||||
---
|
||||
|
|
@ -18,21 +18,26 @@ updated: 2026-04-17
|
|||
## Terminal Features
|
||||
|
||||
- VT220 + extensions; handles fast-flowing output without choking
|
||||
- Multiple nested split panes; tabs on any window edge
|
||||
- Optional dockable "Quake console" with global hotkey
|
||||
- Font ligatures, full Unicode, double-width character support
|
||||
- Bracketed paste + multiline paste warnings
|
||||
- **Smart tabs** — detect process progress and notify on completion
|
||||
- Multiple nested split panes (freely rearrangeable); save split layouts as profiles; tabs on any window edge
|
||||
- Optional dockable "Quake console" with global hotkey; can dock to any screen edge
|
||||
- **24-bit True Color** + base16 infrastructure + 150+ community ANSI color schemes
|
||||
- Font ligatures, Powerline/Nerd Font glyphs, emoji, pixel-perfect box drawing, full Unicode
|
||||
- **Careful pasting** — bracketed paste support + multi-line paste warnings prevent accidental execution
|
||||
- **Persistent tabs** — remembers open tabs and restores complete terminal state after accidental close
|
||||
- Custom shell profiles (PowerShell, PS Core, WSL, Git-Bash, Cygwin, MSYS2, Cmder, CMD)
|
||||
- **Profile manager** — save all configured options into hotkey-assignable profiles
|
||||
- **Freely customizable hotkeys** — single and multi-chord shortcuts
|
||||
- Tab completion on Windows via Clink
|
||||
- Progress detection, process completion notifications
|
||||
|
||||
## SSH Client
|
||||
|
||||
- SSH2 with integrated connection manager
|
||||
- X11 and port forwarding
|
||||
- SSH2 with integrated connection manager and key management
|
||||
- X11 forwarding and **persistent preconfigured port forwards** (save setups, reuse without re-entering)
|
||||
- Automatic jump host management
|
||||
- Agent forwarding (Pageant, Windows native OpenSSH Agent)
|
||||
- Direct file transfer via **Zmodem** in SSH sessions
|
||||
- Direct file transfer via **Zmodem** in SSH, Telnet, and serial sessions — send/receive from the prompt
|
||||
- Login scripts
|
||||
- SFTP tab available via plugin
|
||||
|
||||
|
|
@ -107,4 +112,5 @@ Installed directly from Settings view inside Tabby.
|
|||
## Sources
|
||||
|
||||
- GitHub README: `raw/Eugenytabby A terminal for a more modern age.md`
|
||||
- Features page: `raw/Tabby - a terminal for a more modern age 1.md` (tabby.sh/about/features)
|
||||
- Project site: tabby.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue