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

2012-12-14 Thread Ray
d to use many awk scripts and others). -- Regards, Ray Song http://maskray.me -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve

[Fish-users] Suspending Vi

2006-04-21 Thread ray hammond
Using FC5, with fish 1.21.5,I ran the following command:   vi /etc/issue.net   In vi I made a few changes before typing the key sequence to suspend vi (Ctrl+Z). The following was printed, which I expected.   Job 0, 'vi /etc/issue.net' has stopped   I then checked the uptime and atte

RE: [Fish-users] Special Paramter Values

2006-04-21 Thread ray hammond
Thanks for that. I guess I am use to obtaining these values a certain way. Maybe I am being narrow minded and resisting change. -Original Message- From: Axel Liljencrantz [mailto:[EMAIL PROTECTED] Sent: 21 April 2006 01:10 To: ray hammond Cc: Fish-users@lists.sourceforge.net Subject: Re

[Fish-users] Special Paramter Values

2006-04-20 Thread ray hammond
differences.   Thanks   Ray  

[Fish-users] Terminal Wrapping

2006-04-20 Thread ray hammond
Using FC5, with fish 1.21.5.  I got quite a few commands which are long in length i.e.   /usr/script/admin/control/start_ft.fish /usr/data/default/quatum_binder.def –recalc –fire –exclude=”flush-rendering”–exclude=”cpu2” –exclude=”cifs-mapping”  etc     Some commands are a coup

RE: [Fish-users] tput commands

2006-04-20 Thread ray hammond
ot sure were the "read" label comes from, I didn't ask for. -Original Message- From: Axel Liljencrantz [mailto:[EMAIL PROTECTED] Sent: 20 April 2006 09:35 To: [EMAIL PROTECTED] Cc: ray hammond; Fish-users@lists.sourceforge.net Subject: Re: [Fish-users] tput commands O

RE: [Fish-users] help warning

2006-04-20 Thread ray hammond
My mistake I think. I checked "rpm -q fish" and I had two versions installed. I removed both and installed the latest. The help command now works! -Original Message- From: Axel Liljencrantz [mailto:[EMAIL PROTECTED] Sent: 20 April 2006 00:55 To: ray hammond Cc:

[Fish-users] help warning

2006-04-19 Thread ray hammond
I am running Fedora Core 5, with fish 1.2.1.5   When running the help command an error/warning flashes up before the help page are loaded, the message is:     test: missing argument after `.'test: missing argument after `difference'test: missing argument after `globbing'    

[Fish-users] fish -c

2006-04-19 Thread ray hammond
I am running Fedora Core 5, with fish 1.2.1.5   When running the following command it works, but is followed by what appears to be an error:   fish -c "cat /etc/hosts"   ---Output - # Do not remove the following line, or various programs # that re

RE: [Fish-users] tput commands

2006-04-19 Thread ray hammond
I've just installed the new version 1.2.1.5, as stated the read problems fixed, although "tput cup 8 38" seems to miss the target. -Original Message- From: ray hammond [mailto:[EMAIL PROTECTED] Sent: 19 April 2006 22:54 To: 'Axel Liljencrantz' Cc: 'Fi

RE: [Fish-users] tput commands

2006-04-19 Thread ray hammond
the users input, the menu gets printed time after time. I cannot tell if the tput cursor position line works correctly. Have I got something wrong? -Original Message- From: Axel Liljencrantz [mailto:[EMAIL PROTECTED] Sent: 19 April 2006 10:06 To: ray hammond Cc: Fish-users@lists.sourceforge.ne

[Fish-users] Colouring the Shell

2006-04-19 Thread ray hammond
I am using Fedora Core 5, fish version 1.21.4.    I have the following shell script which cycles through pretty colours on my terminal.   #!/bin/bash # # "colsel" - a term color selector   for n in `seq 40 47` do     for m in `seq 30 37`     do     echo -en "\E[$m;${n}m"  

RE: [Fish-users] tput commands

2006-04-19 Thread ray hammond
ons. The header should be printed in bold. The cursor should be placed after the statement "'Select Option [1 - 5 or x to Return] :". -Original Message- From: Axel Liljencrantz [mailto:[EMAIL PROTECTED] Sent: 18 April 2006 12:36 To: ray hammond Cc: Fish-users@lists.sourcefo

[Fish-users] tput commands

2006-04-18 Thread ray hammond
I using fish 1.21.4 on Mandriva 2006, I am getting some odd behavior using the tput command with my menu driven shell scripts.   Examples   “tput cur 24,22”, this should move the cursor to row 24 column 22.  The cursor moves to the correct row, but seems to fix the column.   “tput sms

Re. Re: [Fish-users] Problem using -exec paramter on find

2006-04-18 Thread ray hammond
, hence changing each to include the quotes would be a bit of a headache.     >On Sunday 16 April 2006 12:51, ray h wrote: >> I running suse 10 OSS, I have experienced a problem using the find command >> below >>  >> find . -mtime +1 -exec file {} \; >>  >&

[Fish-users] Problem - Running help

2006-04-18 Thread ray hammond
I’m using Mandrake Linux 2006, when I run the help command from fish (v1.21.4)  I get.   rhh> help /usr/share/fish/functions/help.fish (line 12): htmlview file:///user/share/doc/fish-1.21.4/index.html              ^ In function ‘help

[Fish-users] Problem using -exec paramter on find

2006-04-17 Thread ray h
I running suse 10 OSS, I have experienced a problem using the find command below find . -mtime +1 -exec file {} \; Using a bash or csh shell I get the following results: ./access_log: ASCII text ./rc.out: ASCII English text ./error_log: ASCII text Using fish, version 1.21.4, I get the follo

[Fish-users] Very Small problem with configure script

2006-04-10 Thread ray h
This is the first time that I reported a problem with any open source software. So I apologise in advance if I have missed anything: This is a really small and it would not have happended if I had Doxygen installed. The following ouput is from runnning ./configure checking for doxygen... no