Skip to content

Latest commit

 

History

History
39 lines (39 loc) · 1 KB

ROADMAP.md

File metadata and controls

39 lines (39 loc) · 1 KB
  • Automatic update check
  • Deal with complex commands (e.g. env var specification included: FOO=bar command -arg)
  • Quick suggestions without re-running commands:
    • Via terminal emulator/multiplexer API
      • tmux
      • kitty
        • Get only the last command output with shell integration.
      • WezTerm
      • iTerm2
      • Zellij
      • Apple Terminal.app
    • Recognize OSC 133 escape sequences. This will help to determine command output boundaries.
  • Shell support
    • bash
    • zsh
    • fish
    • Powershell
  • Automated testing
    • Integration tests supported shells (headless)
      • bash
      • fish
      • zsh
      • Powershell
    • Integration tests for supported emulators/multiplexers.
      • tmux
      • Zellij
      • Terminal.app
      • Wezterm
      • kitty
  • Optional removal of a failed command from history.
  • Packaging
    • Homebrew
    • AUR
    • deb
    • rpm
    • NixOS
    • anything else