v0.0.6
Changelog
- b0942a8 Add a printable cheatsheet, group the long feature list, match the manual's type
- c73df72 Choose which panes synchronized input reaches
- 2ca6c72 Close the focused pane's corners, and stop one command counting twice
- 05d8795 Colour the timeline bars with the theme, and unmix two README sections
- 430b67a Document remote sessions and read-only sharing
- f3b92dc Document the shell integration properly, and de-emoji the status bar
- 96092d3 Drop the whale, and document everything in the site as well as the README
- df0479e Fix the opener on wrapped lines, reopen's placement, and highlight contrast
- 0e84a75 Let the release script say what the tests are doing, and what failed
- a48ad49 Log every pane in a window at once, into a directory you name (Ctrl-B A)
- d117be8 Measure text in columns, not runes — and put the segment icons back
- 3f9ad8f Merge branch 'develop'
- 5fba826 Merge branch 'master' of github.com:padovanl/termdock
- d586c08 Merge pull request #2 from padovanl/develop
- 9220680 Name individual panes (Ctrl-B .), and add termdock doctor
- 2d19bbf Named layouts: save an arrangement and rebuild it later
- bac4e0c Pin the settings screen to one width, so it stops jumping on "theme"
- f8209cb Reopen the last closed pane (Ctrl-B Z)
- ebae0b7 Restore what was on each pane's screen after a crash, not just the layout
- 99163b7 Say plainly that only the "nerd" icons need a font installed
- d0ce961 Session timeline (Ctrl-B T): when each command ran, and for how long
- 817f4ee Session-wide command history (Ctrl-B H)
- da8ca1a Settings: fixed-value settings stop accepting typed text, and stop widening
- a271982 Shell integration: know where each command starts, ends and how it went
- 4c73841 Status bar icons become opt-in: an icon you cannot see is worse than a word
- 82d5ab2 Tell me when this pane's command finishes (Ctrl-B m)
- 67f33c1 Turn the site into a manual: six pages of prose, examples and reference
- 38b6181 Write out how to install a Nerd Font, and fix the set that needed none
Installing
Debian/Ubuntu
curl -LO https://github.com/padovanl/termdock/releases/download/v0.0.6/termdock_0.0.6_linux_amd64.deb
sudo apt install ./termdock_0.0.6_linux_amd64.debFedora/RHEL — sudo dnf install ./termdock_0.0.6_linux_amd64.rpm
Alpine — sudo apk add --allow-untrusted ./termdock_0.0.6_linux_amd64.apk
Anything else — grab the .tar.gz for your platform, or go install github.com/padovanl/termdock@v0.0.6
Then run termdock. Ctrl-B ? lists every keybinding, Ctrl-B C opens
the settings.