Re: [Fish-users] An idea, from implementing extended globbing in fish

2012-12-09 Thread Cheer Xiao
2012/12/10 Maxim Gonchar gma...@gmail.com: Hi Cheer, since you already use the additional function, it worth looking at the 'find' command, which can do all the complicated job which can not be done with simple globbing. regards, Maxim On Sun, 09 Dec 2012 17:43:59 +0400, Cheer Xiao

Re: [Fish-users] An idea, from implementing extended globbing in fish

2012-12-10 Thread Cheer Xiao
2012/12/9 Cheer Xiao xiaqq...@gmail.com: Hi all, For those not acquainted with zsh: extended globbing is one of the many features of zsh that allows you to match files satisfying a given criteria in a inline manner (instead of going through a loop). For example, echo abc*(/) gives you all

Re: [Fish-users] [feature request] preexec to facilitate fasd'ish tool (chdir and xdg-open file based on approximation matching on older pathes)

2012-12-15 Thread Cheer Xiao
, and preexec might lead one to believe that it is called before exec is executed. (precmd is even worse; fish_prompt is way better that precmd.) I wish fish can use better names for similar functionalities. -- Regards, Cheer Xiao

[Fish-users] Proposal to give options syntactic significance, with experimental branch

2012-12-16 Thread Cheer Xiao
/fish-shell/issues/447. Critics, suggestions and any comments are highly appreciated! -- Regards, Cheer Xiao -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices

Re: [Fish-users] [feature request] preexec to facilitate fasd'ish tool (chdir and xdg-open file based on approximation matching on older pathes)

2012-12-18 Thread Cheer Xiao
2012/12/16 Cheer Xiao xiaqq...@gmail.com: Hi Ray, I left a message on GTalk, but in case someone else is interested too: 2012/12/14 Ray i...@maskray.me: Hi all, I'm a new fish user escaping from the zsh camp :) autojump is a productivity boost tool to chdir quickly (https://github.com

Re: [Fish-users] [feature request] preexec to facilitate fasd'ish tool (chdir and xdg-open file based on approximation matching on older pathes)

2012-12-21 Thread Cheer Xiao
in history. -- Regards, Cheer Xiao -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering

Re: [Fish-users] [feature request] preexec to facilitate fasd'ish tool (chdir and xdg-open file based on approximation matching on older pathes)

2012-12-24 Thread Cheer Xiao
2012/12/22 Martin Bähr mba...@email.archlab.tuwien.ac.at: On Sat, Dec 22, 2012 at 02:15:29AM +0800, Cheer Xiao wrote: The the availability of latest history item before it is executed is crucial to the filename saving part of a fasd-like tool. Assuming a preexec event implemented, it will look

Re: [Fish-users] [feature request] preexec to facilitate fasd'ish tool (chdir and xdg-open file based on approximation matching on older pathes)

2012-12-30 Thread Cheer Xiao
2012/12/28 ridiculous_fish corydo...@ridiculousfish.com: On Dec 21, 2012, at 10:15 AM, Cheer Xiao xiaqq...@gmail.com wrote: 2012/12/19 ridiculous_fish corydo...@ridiculousfish.com: After running a command, some processing occurs on a background thread. When that's done, it notifies the main

Re: [Fish-users] why builtins?

2014-10-09 Thread Cheer Xiao
2014-10-09 19:10 GMT+02:00 Greg Reagle greg.rea...@umbc.edu: I was reading an article about fish at http://arstechnica.com/information-technology/2005/12/linux-20051218/2/ which has: Most other Unix shells include built-in implementations of common commands like echo, kill, printf, pwd,