Announcement

Collapse
No announcement yet.

Arcan Project Announces The Modern & Radically Different Cat9 Shell

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Arcan Project Announces The Modern & Radically Different Cat9 Shell

    Phoronix: Arcan Project Announces The Modern & Radically Different Cat9 Shell

    The Arcan project that started out as a display server built atop a game engine and with time has introduced many features and experimenting with original approaches to longstanding Linux desktop/display shortcomings, has announced their Cat9 shell. This modern terminal has been in development for nearly six years while now the developers are finally confident in announcing this initiative...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    To me this looks more like a text and keyboard based desktop environment than a shell.

    Depending on a running display server means not being able to use this from TTY?

    What use case is exactly solved by this?

    Comment


    • #3
      Will this enable me to:
      1. navigate folders and work with files interactively by clicking on them in the terminal window? (double click on a folder name to cd into it for example or double click a video file to play it or picture to view it or text file and it automagically opens in vim etc?)?
      2. Can I drag 'n drop files to move or copy with the mouse?

      Comment


      • #4
        Originally posted by reba View Post
        To me this looks more like a text and keyboard based desktop environment than a shell.
        Vim developers would tell you shells ARE text and keyboard based desktop environment,

        Originally posted by gnarlin View Post
        Will this enable me to:
        1. navigate folders and work with files interactively by clicking on them in the terminal window? (double click on a folder name to cd into it for example or double click a video file to play it or picture to view it or text file and it automagically opens in vim etc?)?
        2. Can I drag 'n drop files to move or copy with the mouse?
        Definitely doable if not already done.

        Comment


        • #5
          I would like commands that return errors to be left out of the history too.

          Comment


          • #6
            Originally posted by uid313 View Post
            I would like commands that return errors to be left out of the history too.
            Maybe leave them out of long term history, but for short term, it's very nice to be able to go back and fix an error instead of needing to retype it completely.

            Comment


            • #7
              Originally posted by uid313 View Post
              I would like commands that return errors to be left out of the history too.
              The blog says "Stdout and Stderr are tracked separately" as well as "Contents can be forgotten, or selectively processed." so I think it's safe to say you can do that.

              Comment


              • #8
                Originally posted by uid313 View Post
                I would like commands that return errors to be left out of the history too.
                So, if you mistype a nontrivial command, it must be deleted instead of edited?

                No, thank you, I prefer to have the option to edit it and delete from history what I think is unneeded.

                "history" and "history -d linenumber​" are your friends.

                Comment


                • #9
                  All of this seems cool, but I question how useful it is in practice. And how would it work over ssh to a remote server if it is tied directly to the GUI?

                  Originally posted by gnarlin View Post
                  Will this enable me to:
                  1. navigate folders and work with files interactively by clicking on them in the terminal window? (double click on a folder name to cd into it for example or double click a video file to play it or picture to view it or text file and it automagically opens in vim etc?)?
                  2. Can I drag 'n drop files to move or copy with the mouse?
                  1 can be done already with the right options (gnu coreutils ls has --hyperlink) and terminal (kitty for example supports those links) and configuration of what action to perform when you click those links.

                  2: many terminals support dragging files into the shell to paste the path. But I imagine that is more limited than what you mean.

                  Originally posted by uid313 View Post
                  I would like commands that return errors to be left out of the history too.
                  I'm fairly sure that can be done already in zsh with some hooks. Maybe not treating long and short term history separately though.​

                  Comment


                  • #10
                    While I can see some appeals to it, I didn't really care for their defaults (or at least the defaults in the videos). For the short-term, I like all the noisy prompt stuff they try to hide and I don't really have an issue with wrong commands because I use Oh-My-Zsh, command-not-found, and autosuggestions from zsh-users. Usually when I type something wrong I get corrected or pushed towards what I need to install. When commands error it's usually something wrong with the program I'm running or I messed up some mundane detail in a script I'm writing. Long-term, it isn't that difficult to prune my command history to remove errors and duplicates.

                    Comment

                    Working...
                    X