Skip Navigation
244 comments
  • Say I wanted to make a bunch of folders with sequentially numbered names, and the same sub folders in them.

    This would take ages with a GUI but you can do it with one line in the terminal

  • The main reason Terminals suck is the lack of any guides.

    Imagine a CLI interface without commands, just selecting. That would still work everywhere and be easy to maintain, but it would be easy to use.

    Or just having cheatsheets available

     undefined
        
    cheat(){
    curl cheat.sh/$1
    }
    
      

    That makes Terminals useful for everyone

244 comments