Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 62

Thread: Terminal Enhancements

  1. #21
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Terminal Enhancements

    Quote Originally Posted by geirha View Post
    Yes, the first one it finds is the one it will run. But he/she can also be clever and call it sl and wait for you to slip up.
    Yes, but this is a template version, and I will try to eliminate those security bugs next release version.

  2. #22
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Terminal Enhancements

    Quote Originally Posted by geirha View Post
    And now I bet you're wondering what that empty file named "5" is doing in your homedir...
    Oops, could you tell me how to do it?

  3. #23
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Terminal Enhancements

    Oh now I get it.
    I am a JavaScript programmer, and I forgot that BASH is not JavaScript!
    I changed it to:
    Code:
    while [ $x -gt 5 ]
    And a new release has been made, 0.1.1b.

  4. #24
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Terminal Enhancements

    Quote Originally Posted by lkjoel View Post
    Oops, could you tell me how to do it?
    Try it like this:
    Code:
    while true; do
    although I, and apparently a few others, still don't see the point of this "application."

  5. #25
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Terminal Enhancements

    Quote Originally Posted by mobilediesel View Post
    Try it like this:
    Code:
    while true; do
    although I, and apparently a few others, still don't see the point of this "application."
    It is for beginners, and people who just don't want to leave windows (poor people)
    And thanks, but check my last post.

  6. #26
    Join Date
    Apr 2007
    Location
    NorCal
    Beans
    1,149
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Terminal Enhancements

    Quote Originally Posted by lkjoel View Post
    It is for beginners, and people who just don't want to leave windows (poor people)
    And thanks, but check my last post.
    I don't mean to be rude, simply blunt. Most people get what your application does, they're just saying that it's essentially useless. The only problem that it attempts to solve is one that has already been solved by the shell itself, making your application redundant. In fact, it makes the terminal less useful, because instead of interacting with bash itself, you're interacting with your poor imitation of a bash prompt.
    Posting code? Use the [code] or [php] tags.
    I don't care, I'm still free. You can't take the sky from me.

  7. #27
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Wink Re: Terminal Enhancements

    Quote Originally Posted by schauerlich View Post
    I don't mean to be rude, simply blunt. Most people get what your application does, they're just saying that it's essentially useless. The only problem that it attempts to solve is one that has already been solved by the shell itself, making your application redundant. In fact, it makes the terminal less useful, because instead of interacting with bash itself, you're interacting with your poor imitation of a bash prompt.
    Yes, but this is a template, and I will add some more features, to put it as a Linux Command Prompt. (still for windows users)

  8. #28
    Join Date
    Apr 2007
    Location
    NorCal
    Beans
    1,149
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Terminal Enhancements

    Quote Originally Posted by lkjoel View Post
    Yes, but this is a template, and I will add some more features, to put it as a Linux Command Prompt. (still for windows users)
    I don't think you understand. I'd explain it again, but I'm guessing you'll just ignore it and keep doing whatever anyways. Have fun.
    Posting code? Use the [code] or [php] tags.
    I don't care, I'm still free. You can't take the sky from me.

  9. #29
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Terminal Enhancements

    Quote Originally Posted by lkjoel View Post
    Yes, but this is a template, and I will add some more features, to put it as a Linux Command Prompt. (still for windows users)
    You're "solving" a problem that doesn't exist with a "template/application" that only adds "current directory" to the PATH variable and then simply passes commands to the shell.

    Quote Originally Posted by schauerlich View Post
    I don't think you understand. I'd explain it again, but I'm guessing you'll just ignore it and keep doing whatever anyways. Have fun.
    It's probably time for the both of us to unsubscribe from this thread. There's clearly nothing more we can say here to help.

  10. #30
    Join Date
    May 2010
    Location
    Here
    Beans
    1,297
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Terminal Enhancements

    Quote Originally Posted by schauerlich View Post
    I don't think you understand. I'd explain it again, but I'm guessing you'll just ignore it and keep doing whatever anyways. Have fun.
    It is not supposed to be a BASH. It is supposed to be a new shell, made for easiness and clarity. So then a beginner might learn it in a day, and an expert might use it for power usage.
    What do you think?
    (Note: I did make it in about 2-5 minutes, so it is a quite dirty shell script)

Page 3 of 7 FirstFirst 12345 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •