webdevRefinery Forum: Fish's fish kicks ZSH's ass. - webdevRefinery Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Rate Topic: -----

User is online Mo3 

  • Awesomeness on Rails
  • Group: Moderators
  • Posts: 1957
  • Joined: 21-July 10
  • LocationBavaria
  • Expertise:PHP,Java,Javascript,Python,Ruby on Rails,Node.js

Posted 28 June 2012 - 02:11 AM (#1)

Fish's fish kicks ZSH's ass.


http://ridiculousfish.com/shell/

It also has a web interface.

Posted Image
Ruby on Rails | Python | PHP
What is necessary to change a person is to change his awareness of himself.
0


User is offline ianonavy 

  • Group: Members
  • Posts: 689
  • Joined: 14-April 10
  • Expertise:HTML,CSS,Java,Javascript,Python

Posted 28 June 2012 - 02:24 AM (#2)

Wow. O_o I'm sure someone can write a
man
plugin for zsh, but that's very impressive. It's a shame it doesn't have git integration, or I'd be sold.
reputation += 1 if post.is_helpful else 0
0


User is offline NeilHanlon 

  • Group: Members
  • Posts: 889
  • Joined: 08-July 10
  • LocationRowley, Massachusetts
  • Expertise:HTML,CSS,PHP,Java,Graphics

Posted 28 June 2012 - 08:01 AM (#3)

I'm sorry, why again do I want my shell running a web server?
Thanks,
兄ニール

Website | Blog | @NeilHanlon | About.Me | Facebook | LinkedIn
0


User is online Mo3 

  • Awesomeness on Rails
  • Group: Moderators
  • Posts: 1957
  • Joined: 21-July 10
  • LocationBavaria
  • Expertise:PHP,Java,Javascript,Python,Ruby on Rails,Node.js

Posted 28 June 2012 - 08:29 AM (#4)

View PostNeilHanlon, on 28 June 2012 - 08:01 AM, said:

I'm sorry, why again do I want my shell running a web server?


To configure and customize your shell, following which the web server is killed again?
Ruby on Rails | Python | PHP
What is necessary to change a person is to change his awareness of himself.
0


User is offline Kyek 

  • Founder of wdR
  • Group: Administrators
  • Posts: 5081
  • Joined: 20-February 10
  • LocationPhiladelphia, PA, USA
  • Expertise:HTML,CSS,PHP,Java,Javascript,Node.js,SQL

Posted 28 June 2012 - 08:48 AM (#5)

I read an article evangelizing Fish shortly after I wrote the ZSH article, but it didn't sell me. The only big thing fish really had over zsh was syntax highlighting, and it took me just a few seconds to add that functionality to zsh itself with this plugin. Most of the other big fish features are either things that can be added to zsh with a few keypresses, things that are already in zsh, or things you don't generally want in a shell (like the minor differences from the bash syntax, which bone up all my little script snippets). Maybe it'll change my mind later on :)
0


User is offline TheEmpty 

  • I say words in sequences.
  • Group: Members
  • Posts: 5169
  • Joined: 02-October 10
  • Expertise:HTML,CSS,PHP,Java,Javascript,Python,Ruby on Rails,SQL

Posted 28 June 2012 - 09:09 AM (#6)

View PostNeilHanlon, on 28 June 2012 - 08:01 AM, said:

I'm sorry, why again do I want my shell running a web server?

Because you want more overhead! Yeah that's a bit over the top. Still though ZSH is more popular, thus more plugins and more development. Generally you have to wait until a technology has gotten so old it has too much technical dept to out do it (RO).
Reserved.
0


User is online _Sam 

  • Beep Beep
  • Group: Members
  • Posts: 644
  • Joined: 11-March 10
  • LocationZurich, Switzerland
  • Expertise:HTML,CSS

Posted 28 June 2012 - 10:56 AM (#7)

It looks really cool, unlike zsh which is basically the same as the normal bash. But I can only set it for root as the default shell as I need ypchsh to change it and that doesn't work...
(ಠ_ಠ)
0


User is offline NeilHanlon 

  • Group: Members
  • Posts: 889
  • Joined: 08-July 10
  • LocationRowley, Massachusetts
  • Expertise:HTML,CSS,PHP,Java,Graphics

Posted 28 June 2012 - 12:52 PM (#8)

$ chsh
Password:
Changing the login shell for neil
Enter the new value, or press ENTER for the default
        Login Shell[/bin/zsh]:


That not working, Sam?
Thanks,
兄ニール

Website | Blog | @NeilHanlon | About.Me | Facebook | LinkedIn
0


User is offline Ruku 

  • I do Linux and that Internet thing.
  • Group: Members
  • Posts: 1367
  • Joined: 17-April 10
  • Location/root
  • Expertise:HTML,CSS,PHP,Javascript,Python,SQL

Posted 28 June 2012 - 03:19 PM (#9)

Y'know, Bash isn't so bad if you put some effort in. I'd be nothing without my nice context aware prompt and a few handy aliases ;)
Luke Carrier
I poke fun at IE and do web stuff. Find me on my blog, my code on GitHub or my angry rants on Twitter.
0


User is online _Sam 

  • Beep Beep
  • Group: Members
  • Posts: 644
  • Joined: 11-March 10
  • LocationZurich, Switzerland
  • Expertise:HTML,CSS

Posted 29 June 2012 - 06:23 AM (#10)

View PostNeilHanlon, on 28 June 2012 - 12:52 PM, said:

$ chsh
Password:
Changing the login shell for neil
Enter the new value, or press ENTER for the default
        Login Shell[/bin/zsh]:


That not working, Sam?


It works for my root user, but for the normal user:
> ypchsh
Changing NIS account information for user on server.
Please enter password:
Changing login shell for user on server.
To accept the default, simply press return. To use the
system's default shell, type the word "none".
Login shell [/bin/bash]: /usr/local/bin/fish
Error while changing the login shell.
The login shell has not been changed on server.

(ಠ_ಠ)
0


User is offline Kyek 

  • Founder of wdR
  • Group: Administrators
  • Posts: 5081
  • Joined: 20-February 10
  • LocationPhiladelphia, PA, USA
  • Expertise:HTML,CSS,PHP,Java,Javascript,Node.js,SQL

Posted 29 June 2012 - 07:27 AM (#11)

You could execute fish in your .bashrc ;-)
0


User is online _Sam 

  • Beep Beep
  • Group: Members
  • Posts: 644
  • Joined: 11-March 10
  • LocationZurich, Switzerland
  • Expertise:HTML,CSS

Posted 29 June 2012 - 07:34 AM (#12)

That actually works :P didn't think of that somehow. Now I just need to change that ~ into the real path which I prefer get rid of the shortening of foldernames in the path and get rid of the welcome message :P
(ಠ_ಠ)
0


User is offline Fike 

  • Group: Members
  • Posts: 340
  • Joined: 26-October 10
  • LocationIreland
  • Expertise:PHP,Javascript,Python,SQL

Posted 29 June 2012 - 01:10 PM (#13)

Looks pretty neat but the web interface isn't really something exciting in my opinion.

They should've called it shellfish :P
web developer :: HTML, CSS, JavaScript (node), Python, PHP, MySQL, Mongo.
server admin :: experience with debian (and debian based distros), Gentoo, FreeBSD, OpenBSD.
social :: @nixhead (Twitter), Fudge (IRC), Github (FionnK), Personal Blog.
0


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users


Enter your sign in name and password


Sign in options
  Or sign in with these services