Most active commenters

    ←back to thread

    39 points leglock | 11 comments | | HN request time: 0.001s | source | bottom
    1. dmart ◴[] No.45772861[source]
    I’m not a huge fan of Warp, but I would love for any other terminal to copy its text editor-style input field.

    It’s so much nicer for 90% of my terminal usage (long multi-line commands, etc.) And when you do need TUI behavior that 10% of the time, just toggle it off.

    replies(5): >>45772909 #>>45773003 #>>45774127 #>>45779747 #>>45779769 #
    2. bitwize ◴[] No.45772909[source]
    M-x shell :)
    3. pier25 ◴[] No.45773003[source]
    I loved that from Warp too. Went back to iTerm because Warp was regularly consuming more than 1GB of RAM. I also don't want anything related to AI reading my terminal commands.
    replies(1): >>45778274 #
    4. pseudalopex ◴[] No.45774127[source]
    The fish shell has multi line editing, completion explanations, and completion and history selection. Terminal integration could make these features even better. But Warp's account wall disqualified it for me.
    replies(1): >>45785454 #
    5. alwillis ◴[] No.45778274[source]
    iTerm2 users who want AI integrated in their terminal, including free/open weight models can do that [1].

    [1]: https://iterm2.com/documentation-ai-chat.html

    6. seanhunter ◴[] No.45779747[source]
    Why not just type “fc” and edit your multiline command in a real editor? (Like you’ve been able to do since at least the 1980s).

    I know I’m going to come across as a bitter old geezer, but with a lot of things like this the “features” seem to be pale imitations of things which already exist and the real root problem is people just don’t invest the time to learn the tools they already have.

    replies(1): >>45785653 #
    7. johntash ◴[] No.45779769[source]
    Most shells can help with this. vim mode helps, zsh also has 'edit-command-line' that can open the command in an editor but idk if it has a keybind by default.
    replies(1): >>45782124 #
    8. tristan957 ◴[] No.45782124[source]
    That ZSH feature is builtin to readline, so you can use it in a ton of shells.
    9. dmart ◴[] No.45785454[source]
    Thanks for the recommendation! I'd heard of fish but didn't realize that was a feature. It seems quite nice.
    10. greazy ◴[] No.45785653[source]
    Wow TIL about fc. Thanks for mentioning.
    replies(1): >>45788568 #
    11. seanhunter ◴[] No.45788568{3}[source]
    Very very happy to help. Enjoy!