Re: [Fish-users] Completion problem with regexp and string concatenation

2019-03-06 Thread SanskritFritz
On Wed, Mar 6, 2019 at 10:41 PM Kurtis Rader wrote: > > On Wed, Mar 6, 2019 at 1:29 PM SanskritFritz wrote: >> >> Hi and thanks for your answer. >> Indeed this way it works, but I don't understand why, because when I >> test that expression this works:

Re: [Fish-users] Completion problem with regexp and string concatenation

2019-03-06 Thread SanskritFritz
On Wed, Mar 6, 2019 at 3:05 PM David Adam wrote: > > On Sun, 3 Mar 2019, SanskritFritz wrote: > > I'm writing completions for borg. > > There is a special case where I want to achieve the following: > > Fish should give a second archive list when the following scenario is

[Fish-users] Completion problem with regexp and string concatenation

2019-03-03 Thread SanskritFritz
Hi I'm writing completions for borg. There is a special case where I want to achieve the following: Fish should give a second archive list when the following scenario is present (the cursor is now at the end of the line after a space): borg diff repo::archive1 yielding this: borg diff

Re: [Fish-users] Disable beep on failed tab completion

2017-01-09 Thread SanskritFritz
On Mon, Jan 9, 2017 at 1:59 PM, Thomas De Schampheleire wrote: > When a tab completion cannot be performed because no match is found, > currently I hear a beep. > How can I disable this beep? Well, my solution is global, because I freak out at that beep at any

Re: [Fish-users] How to expand wildcard?

2016-11-30 Thread SanskritFritz
On Wed, Nov 30, 2016 at 1:37 PM, Shiyao Ma wrote: > Say I have three files, aa, ab, and bb > I want to delete aa and ab. > > Normal, I would do: rm -f a*. And hope will exapnd a* to > aa,ab. so that I can confirm that's what I want to delete. > > But fish won't expand. >

Re: [Fish-users] sbase: is od needed?

2015-09-28 Thread SanskritFritz
What's wrong about it?? :D ;-) On Mon, Sep 28, 2015 at 6:50 PM, Greg Reagle wrote: > Sorry, wrong mailing list. > > On 09/28/2015 12:43 PM, Greg Reagle wrote: > > Howdy. Would it be useful for me to write od? Has anyone else worked > > on it? > > > > >

Re: [Fish-users] How to delete a function?

2015-06-18 Thread SanskritFritz
On Thu, Jun 18, 2015 at 10:48 AM, Elias Assmann elias.assm...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi List, How do I delete a function? For saved functions, of course I can delete the file, and the function will be undefined in a new shell; but how do I remove

Re: [Fish-users] Edit command line in $EDITOR?

2015-04-15 Thread SanskritFritz
On Tue, Apr 7, 2015 at 9:38 AM, Gareth Skinner g...@sknr.org wrote: Hi fish-users, In bash, you can hit Ctrl-x-e to open your current command line in $EDITOR, make your modifications, and the shell runs your command when you exit. It also exists in zsh:

Re: [Fish-users] Syntax highlighting color

2014-12-03 Thread SanskritFritz
On Wed, Dec 3, 2014 at 8:00 PM, ide94 . fuste...@gmail.com wrote: Fish seems to default to a darker, blueish font color that is extremely hard to read against my current background. Is there a way to swap the preset to another one, e.g. vim's set background=dark/light option? fish_config is

Re: [Fish-users] fish shell 2.1.1 released

2014-09-26 Thread SanskritFritz
Nope, that was a bash-only bug. On Fri, Sep 26, 2014 at 5:41 PM, Luciano ES lucm...@gmail.com wrote: Does this have any relation to the 'Shellshock' bug found in Bash recently? Did Fish borrow code from Bash that inherits the bug?

Re: [Fish-users] fish shell 2.1.1 released

2014-09-26 Thread SanskritFritz
Some new completions from the master branch didn't make it into this release. Can we have them in the next release? -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status

Re: [Fish-users] Fwd: fish shell tab completions for obnam

2014-05-29 Thread SanskritFritz
On Thu, May 29, 2014 at 11:53 AM, Mandeep Sandhu mandeepsandhu@gmail.com wrote: the changes on the completions into fish upstream. Other shells don't usually provide completions for foreign programs, for example systemd provides bash and zsh completions, while fish provides completions for

Re: [Fish-users] Fwd: fish shell tab completions for obnam

2014-05-29 Thread SanskritFritz
On Thu, May 29, 2014 at 3:20 PM, Siteshwar sitesh...@gmail.com wrote: I am not sure if such completions should be kept under /usr/share/fish. May be /usr/share/fish_external_completions or /etc/fish_external_completions. You're right, /usr/share/fish should be reserved for the fish package

Re: [Fish-users] Fwd: fish shell tab completions for obnam

2014-05-29 Thread SanskritFritz
:58 PM, SanskritFritz sanskritfr...@gmail.com wrote: On Thu, May 29, 2014 at 3:20 PM, Siteshwar sitesh...@gmail.com wrote: I am not sure if such completions should be kept under /usr/share/fish. May be /usr/share/fish_external_completions or /etc/fish_external_completions. You're right

Re: [Fish-users] history search bg color

2014-04-03 Thread SanskritFritz
On Thu, Apr 3, 2014 at 9:13 PM, Mike Miller fish-us...@mgmiller.net wrote: Hi, One of tiny features of fish 1.x that I liked was when searching through history with the up arrow, the part of each command that was matched was highlighted. I remember it as being a dark blue background.

Re: [Fish-users] Restarting fishd after rebuilding?

2014-04-02 Thread SanskritFritz
On Wed, Apr 2, 2014 at 7:10 PM, Kevin Ballard ke...@sb.org wrote: What's the correct way to restart fishd after building and installing a new version of fish? If I `killall fishd` all my terminal windows start spewing data about not being able to connect, and also emit 2 lines about

Re: [Fish-users] dependencies of fish?

2014-03-10 Thread SanskritFritz
On Mon, Mar 10, 2014 at 3:11 AM, David Adam zanc...@ucc.gu.uwa.edu.au wrote: On Sun, 9 Mar 2014, SanskritFritz wrote: Could you please have a look here: https://bugs.archlinux.org/task/39236#comment120328 fish explicitly links to ncurses and gcc-libs (see readelf -d output) and as shown

Re: [Fish-users] dependencies of fish?

2014-03-09 Thread SanskritFritz
On Sun, Mar 9, 2014 at 4:16 PM, David Adam zanc...@ucc.gu.uwa.edu.au wrote: On Sat, 8 Mar 2014, SanskritFritz wrote: For packaging purposes, I'd like to receive an official statement about fish' hard dependencies. So far I know about bc and ncurses. Is that correct? Yes. Plus, the usual

Re: [Fish-users] dependencies of fish?

2014-03-09 Thread SanskritFritz
On Sun, Mar 9, 2014 at 6:02 PM, SanskritFritz sanskritfr...@gmail.com wrote: On Sun, Mar 9, 2014 at 4:16 PM, David Adam zanc...@ucc.gu.uwa.edu.au wrote: On Sat, 8 Mar 2014, SanskritFritz wrote: For packaging purposes, I'd like to receive an official statement about fish' hard dependencies. So

[Fish-users] dependencies of fish?

2014-03-08 Thread SanskritFritz
For packaging purposes, I'd like to receive an official statement about fish' hard dependencies. So far I know about bc and ncurses. Is that correct? I haven't found anything in the documentation. Thanks. -- Subversion

Re: [Fish-users] Migrating from 1.X to 2.0

2014-01-05 Thread SanskritFritz
On Sun, Jan 5, 2014 at 8:39 PM, Mike Miller fish-us...@mgmiller.net wrote: First is that many aliases (functions) aren't working anymore because they now need full paths to binaries. Is this by design? Yes. This has been changed from fish 1.x. Other shells (including bash and fish 1.X)

Re: [Fish-users] Welcome new fish committers zanchey and GlitchMr

2013-07-19 Thread SanskritFritz
On Fri, Jul 19, 2013 at 6:14 AM, ridiculous_fish corydo...@ridiculousfish.com wrote: Welcome new fish committers zanchey and GlitchMr. (Belatedly, in zanchey's case.) Both have already made outstanding contributions to the fish shell, and it's exciting to have them contributing directly!

Re: [Fish-users] Redirecting stderr to stdout ?

2013-05-21 Thread SanskritFritz
On Tue, May 21, 2013 at 11:17 PM, John Chludzinski john.chludzin...@gmail.com wrote: I tried: g++ mycode.cpp 2| less and g++ mycode.cpp ^| less Both failed? Using Korn/BASH I would have used: g++ mycode.cpp 21 | less Fish help says To redirect both standard output and standard error

Re: [Fish-users] fish 2.0 officially released

2013-05-17 Thread SanskritFritz
• zanchey • kballard • adisbladis • dietsche • terlar • GlitchMr • lledey • DarkStarSword • simukis • SanskritFritz • Soares • hauleth • and many others fish would not be what

Re: [Fish-users] Very slow fish in sshfs path

2013-04-12 Thread SanskritFritz
On Fri, Apr 12, 2013 at 11:04 AM, ridiculous_fish corydo...@ridiculousfish.com wrote: Hi Andrea, It is due to syntax highlighting. It should be fixed in fish 2.0. _fish Yeah, its funny to watch fish coloring the text afterwards :)

Re: [Fish-users] git status coloured output

2013-04-12 Thread SanskritFritz
On Fri, Apr 12, 2013 at 1:06 PM, Peter Flood i...@whywouldwe.com wrote: On my machine (osx) I get coloured output when I run `git status` (local changes are red and staged changes are green), when I ssh into ubuntu machines I get a coloured prompt and coloured output when I run `ls -la` but

Re: [Fish-users] setting PATH for good

2013-01-10 Thread SanskritFritz
On Thu, Jan 10, 2013 at 12:29 PM, Tomasz Kuźma map...@sezamkowa.net wrote: Hi fish-users! I got one small question that's causing a problem: Every time i launch fish (in iTerm2 in OSX 10.8.2) i have to manually add tex to PATH (set PATH $PATH /usr/texbin)- how can i do it so it will be

Re: [Fish-users] Fishfish autosuggest

2013-01-06 Thread SanskritFritz
Press ctrl-f or right arrow. Autosuggestions are just showing what *would* be suggested if you pressed those keys. By default they are in different colors. On Sat, Jan 5, 2013 at 5:29 PM, Daan van Vugt daanvanv...@gmail.com wrote: Hi, I seem to be unable to find the correct key to execute an

Re: [Fish-users] Welcome new committer JanKanis

2012-12-30 Thread SanskritFritz
On Sun, Dec 30, 2012 at 10:45 PM, ridiculous_fish corydo...@ridiculousfish.com wrote: Jan Kanis, a veteran committer on fish 1.x, has chosen to continue in that role in fish 2.0. Jan has already made great contributions to fish, including spotting a signal race condition and untangling the

Re: [Fish-users] Separators

2012-12-19 Thread SanskritFritz
Please vote ;) On Wed, Dec 19, 2012 at 7:27 PM, Maxim Gonchar gma...@gmail.com wrote: Hi, I hope so (: we are discussing it here: https://github.com/fish-shell/fish-shell/issues/384 Maxim On Wed, 19 Dec 2012 20:10:18 +0400, Goran Mekić m...@lugons.org wrote: Hello, Is there a

Re: [Fish-users] call command with the same name as a function

2012-12-02 Thread SanskritFritz
Or alternatively use the full path for rake like /usr/bin/rake. On Sun, Dec 2, 2012 at 12:29 PM, Siteshwar Vashisht sitesh...@gmail.com wrote: Hi, You should prefix your command with command builtin, so the call would look like : command rake $argv For reference see :

Re: [Fish-users] autocomplete alias from another command's autocomplete

2012-11-30 Thread SanskritFritz
Well, we are in the process of moving many completions to functions, the reason being exactly what you wish for. Check out pacman.fish, it merely contains a call to the function __fish_complete_pacman with pacman as argument. If you use an alias for pacman, say pm, all you need to do is create a

Re: [Fish-users] Annoying completion behavior

2012-11-28 Thread SanskritFritz
On Wed, Nov 28, 2012 at 10:53 AM, Luciano ES lucm...@gmail.com wrote: I just noticed the current version of fish still has some annoying behavior I would love to see fixed in the near future. I am not sure how to explain it, so I will do it very slowly: $ ls . ..

Re: [Fish-users] Auto-complete on enter directly

2012-09-11 Thread SanskritFritz
On Tue, Sep 11, 2012 at 8:15 AM, Martin Bähr mba...@email.archlab.tuwien.ac.at wrote: On Mon, Sep 10, 2012 at 10:39:53PM -0700, Kevin Ballard wrote: I'd like a way for the auto-complete to work exactly like in my browser, which means i want to have it auto-complete and execute just from a

Re: [Fish-users] a query about uninstalling

2012-08-30 Thread SanskritFritz
On Thu, Aug 30, 2012 at 2:48 PM, Hill, Richard D rich...@kingston.ac.uk wrote: Btw are there any plans to bring alias support to fish ? Why there is, even the alias command is supported: function alias --description Legacy function for creating shellscript functions using an alias-like syntax in

Re: [Fish-users] I'm not receiving my own messages

2012-06-21 Thread SanskritFritz
On Thu, Jun 21, 2012 at 8:50 PM, Kevin Ballard ke...@sb.org wrote: I don't seem to be receiving my own messages sent to this list, even though I triple-checked my settings and I'm supposed to be getting them. Is anyone else having this problem? I didn't even know I was supposed to receive

Re: [Fish-users] default shell?

2012-06-12 Thread SanskritFritz
On Tue, Jun 12, 2012 at 8:45 AM, Gour g...@atmarama.net wrote: Now I wonder whether you recommend to set fish as default shell? (I'm on x86_64 Archlinux) I know some users who use fish as default shell, there are some things to do, but it is relatively painless. Read the comments here:

[Fish-users] Converting old fish history to the new format?

2012-06-11 Thread SanskritFritz
Is there a way to convert the old format history file to the new one? I rely on history, and when I install fishfish, I lose all of it. So I find myself installing the old fish again and again. -- Live Security Virtual

Re: [Fish-users] git question

2012-06-06 Thread SanskritFritz
On Wed, Jun 6, 2012 at 8:07 AM, Maxim Gonchar gma...@gmail.com wrote: Well, the same happens after updates of original repository. If I try 'git log' I see only old commits that happen more than a week ago. After reading some forums, I've tried to set upstream git remote add upstream

Re: [Fish-users] scp remote path completion

2012-06-05 Thread SanskritFritz
On Tue, Jun 5, 2012 at 11:11 PM, pants pa...@cs.hmc.edu wrote: There doesn't seem to be one of these available in the archives, and it's the thing I've missed most since moving from zsh, so I figured I'd really get fishy and write it. Appending the following to your scp.fish (or making an

Re: [Fish-users] Announcing Open Beta for our fancy new fish fork

2012-05-30 Thread SanskritFritz
On Wed, May 30, 2012 at 8:21 PM, Axel Liljencrantz liljencra...@gmail.comwrote: Hi all. I'm Axel, the original fish creator. I've been mostly AWOL for nearly half a decade, including not replying to a few private emails about maintainership. Sorry about that. I think it's fair to say I've

Re: [Fish-users] Announcing Open Beta for our fancy new fish fork

2012-05-30 Thread SanskritFritz
One small observation: careful when you install fishfish over fish and want to go back to fish again, fish_history will be unusable due to the different format fishfish uses. OP, maybe considering using a different file name would not hurt.

Re: [Fish-users] fish_fish

2012-05-30 Thread SanskritFritz
On Wed, May 30, 2012 at 2:16 PM, Maxim Gonchar gma...@gmail.com wrote: So I'm trying new fish and have some questions and notes. It became really fast and amazing. 1) On archlinux ... I created an AUR package for fishfish: https://aur.archlinux.org/packages.php?ID=59641

Re: [Fish-users] fish_fish

2012-05-30 Thread SanskritFritz
On Wed, May 30, 2012 at 9:44 PM, ridiculous_fish corydo...@ridiculousfish.com wrote: Hi Peter, Do you use the implicit cd feature for any paths other than '..'? I removed implicit cd because I found it to be very confusing in general, especially when combined with a CDPATH that includes ~

Re: [Fish-users] complete --arguments is executed when completing options

2012-04-14 Thread SanskritFritz
On Fri, Apr 13, 2012 at 10:46 AM, Maxim Gonchar gma...@gmail.com wrote: So it is intentional then. How can I prevent this behaviour? I toyed with __fish_contains_opt, but that is not optimal. I will try to parse commandline --current-token but it gets too complicated, it defies the simplicity

Re: [Fish-users] complete --arguments is executed when completing options

2012-04-13 Thread SanskritFritz
On Fri, Apr 13, 2012 at 7:57 AM, Maxim Gonchar gma...@gmail.com wrote: On Fri, 13 Apr 2012 00:45:27 +0400, SanskritFritz sanskritfr...@gmail.com wrote: Consider this foo.fish file: complete --command foo --no-files --short-option a --long-option 'an_example' --description 'example

Re: [Fish-users] fish completions for --param=option format?

2012-04-13 Thread SanskritFritz
On Tue, Mar 20, 2012 at 2:12 PM, SanskritFritz sanskritfr...@gmail.comwrote: I'm trying to put together a conky-colors.fish file. conky-colors has that new style of parameters: --lang=language and so on. I want to have fish completions for this style, but cannot figure out what to do

Re: [Fish-users] complete --arguments is executed when completing options

2012-04-13 Thread SanskritFritz
On Fri, Apr 13, 2012 at 5:01 PM, SanskritFritz sanskritfr...@gmail.comwrote: On Fri, Apr 13, 2012 at 3:47 PM, Maxim Gonchar gma...@gmail.com wrote: And everything that should be done for it is to stop fish calling '-a' script when calling completion of 'cmd -'. Just like Sanskrit Fritz have

[Fish-users] complete --arguments is executed when completing options

2012-04-12 Thread SanskritFritz
Consider this foo.fish file: complete --command foo --no-files --short-option a --long-option 'an_example' --description 'example A' complete --command foo --no-files --arguments '(sleep 5s)' --description 'slept' Type in the shell foo - and press tab. 5 seconds pass, before we get the result.

[Fish-users] (Was: Current state of fish in gitorius)

2012-03-27 Thread SanskritFritz
On Tue, Mar 27, 2012 at 9:10 AM, Maxim Gonchar gma...@gmail.com wrote: On Mon, 26 Mar 2012 11:51:03 +0400, SanskritFritz sanskritfr...@gmail.com wrote: Lets unite our efforts on your repo. I'll send merge requests whenever I updated any completions. Then you can send a merge request

Re: [Fish-users] (Was: Current state of fish in gitorius)

2012-03-27 Thread SanskritFritz
Sorry for the change in the subject, I wanted to use a new thread, but did it only halfways :) On Tue, Mar 27, 2012 at 10:12 AM, SanskritFritz sanskritfr...@gmail.com wrote: On Tue, Mar 27, 2012 at 9:10 AM, Maxim Gonchar gma...@gmail.com wrote: On Mon, 26 Mar 2012 11:51:03 +0400, SanskritFritz

Re: [Fish-users] Current state of fish in gitorius

2012-03-26 Thread SanskritFritz
On Thu, Mar 22, 2012 at 2:10 PM, Maxim Gonchar gma...@gmail.com wrote: On Tue, 20 Mar 2012 17:42:09 +0400, SanskritFritz sanskritfr...@gmail.com wrote: I would like to recap some of what we talked here long time ago. I wrote several completion scripts, and am still writing new ones. Also I

[Fish-users] fish completions for --param=option format?

2012-03-20 Thread SanskritFritz
the --lang= option, hence the arguments do not show up on tab. This is a minor annoyance only, since having the --lang= prompt would be sufficient, as the = clearly indicates that an argument is expected. What should I do to eliminate the extra space in point 1 ? Best regards SanskritFritz

Re: [Fish-users] Current state of fish in gitorius

2012-03-20 Thread SanskritFritz
and proofreading completions scripts. I think they are a huge selling point for fish. Current completions also show their age, pacman.fish for example is way deprecated. On Wed, Nov 24, 2010 at 2:28 AM, SanskritFritz sanskritfr...@gmail.com wrote: On Wed, Nov 24, 2010 at 2:18 AM, Philip Ganchev

Re: [Fish-users] Error, am I compiling the right version

2012-01-31 Thread SanskritFritz
such as the functions builtin gaining a --copy option, but not any major changes. I see ridiculousfish doing lots of commits in his branch lately. Can anyone tell us what it is all about? On the IRC I got this: Day changed to 24 Jan 2012 15:46 SanskritFritz I see lots of activities on gitorius by a user

Re: [Fish-users] Error, am I compiling the right version

2012-01-30 Thread SanskritFritz
On Mon, Jan 30, 2012 at 5:30 PM, i...@whywouldwe.com i...@whywouldwe.com wrote: Hi I've got a new machine and need to install fish. I've downloaded the current master branch from gitorious but am getting this error when I run make ... gcc -g -O2 -std=c99 -D_LARGEFILE_SOURCE=1

Re: [Fish-users] please help: GNU Fish, key bindings---sorry to disturb you!

2012-01-09 Thread SanskritFritz
On Mon, Jan 9, 2012 at 8:02 AM, HTY hyil...@gmail.com wrote: I am new to Fish and have some problems adding some features to it. I am sorry to mail you knowing you are, in fact, not in the responsibility for technical support, but your email address is the only one I could find in fish's

Re: [Fish-users] please help: GNU Fish, key bindings---sorry to disturb you!

2012-01-09 Thread SanskritFritz
On Mon, Jan 9, 2012 at 10:32 PM, Stestagg stest...@gmail.com wrote: bind \cp commandline -a '|less' Rather bind \eg commandline -a '|grep' -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex

Re: [Fish-users] Editing long function

2011-11-06 Thread SanskritFritz
On Sun, Nov 6, 2011 at 12:03 AM, gmaxfl gma...@gmail.com wrote: when I want to edit a long function, for example 'funced help' part of the function, the function does not fit the screen and I can not find any way to scroll to the beginning of the function. Do anybody know how to do it? Or

Re: [Fish-users] hostname

2011-11-02 Thread SanskritFritz
On Wed, Nov 2, 2011 at 4:38 PM, Sebastian Thörn elefantun...@p0int3r.sewrote: i get this when i start fish: *fish: Unknown command “hostname”* */usr/share/fish/functions/fish_prompt.fish (line 6): hostname|cut -d . -f 1* im running on archlinux pacman -S inetutils please read

Re: [Fish-users] fishshell.org

2011-10-20 Thread SanskritFritz
On Thu, Oct 20, 2011 at 9:02 AM, Martin Bähr mba...@email.archlab.tuwien.ac.at wrote: of course the domain is of no use unless someone can fix the dns, but do we want to let it expire and risk it getting picked up by squatters, or do we want to try to get axel to transfer the domain so that

Re: [Fish-users] fish out of date

2011-08-29 Thread SanskritFritz
On Fri, Aug 26, 2011 at 4:13 PM, jan vaclavik vaclavik.j...@gmail.comwrote: I REALLY like fish but it wasen't touch much since March 2009.I don't feel safe using 2 years old shell. Use the newest git head, it is stable: http://gitorious.org/fish-shell Should i be concerned? No. As you

Re: [Fish-users] fish out of date

2011-08-29 Thread SanskritFritz
On Mon, Aug 29, 2011 at 12:06 PM, Martin Bähr mba...@email.archlab.tuwien.ac.at wrote: i think it is about time some kind of release is made to show the world that fish is alive and attract some new attention to it. maybe start with a beta. then we can make some announcements and ask

Re: [Fish-users] Bug fix: Fish may hang in Linux virtual console

2011-07-24 Thread SanskritFritz
On Sun, Jul 24, 2011 at 10:09 PM, Adam Cozzette acozze...@cs.hmc.edu wrote: $ uname -a Linux anconia 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N280 @ 1.66GHz GenuineIntel GNU/Linux Thanks, fellow Archlinux user!

Re: [Fish-users] Axel is not yet lost

2011-07-13 Thread SanskritFritz
On Wed, Jul 13, 2011 at 12:48 PM, Martin Bähr mba...@email.archlab.tuwien.ac.at wrote: hi, axel just posted the following on LWN: after i told him that we miss him: I got a bit burned out, but I hope to get the energy and enthusiasm back and hopefully I can rejoin the community. Good to

Re: [Fish-users] moving forward, what needs to be done

2011-07-09 Thread SanskritFritz
On Sat, Jul 9, 2011 at 10:11 AM, i...@whywouldwe.com i...@whywouldwe.comwrote: An ascii art prompt would be very cool user@host:/dir/dir2 (* user@host:/dir/dir2 ~* user@host:/dir/dir2 @* Cool it may be, just please don't make it default... ;-)

[Fish-users] Axel on Github (Was: Fish Shell adoption / random comments)

2011-07-08 Thread SanskritFritz
On Fri, Jul 8, 2011 at 12:31 AM, Patrick Mc(avery patr...@spellingbeewinnars.org wrote: ** Here is the link: https://github.com/liljencrantz He goes by his last name lijencrantz This is incredible, he is very much active, there is even a commit from today. I really wonder what could have

Re: [Fish-users] moving forward, what needs to be done (was: Axel (Was: Fish Shell adoption)

2011-07-08 Thread SanskritFritz
On Fri, Jul 8, 2011 at 5:27 PM, David Frascone d...@frascone.com wrote: On Fri, Jul 8, 2011 at 7:43 AM, Patrick Mc(avery patr...@spellingbeewinnars.org wrote: 4)There is some development being done on github but the site does not currently point there Please correct false statements...

Re: [Fish-users] scp remote tab completion

2011-07-07 Thread SanskritFritz
On Thu, Jul 7, 2011 at 4:09 AM, i...@whywouldwe.com i...@whywouldwe.comwrote: This is slightly related to the other thread currently being discussed 'fish and scp wildcards', but different enought to warrant its own thread. I recall about 8 months ago on this list someone said that zsh had

Re: [Fish-users] fish and scp wildcards

2011-07-06 Thread SanskritFritz
:~/Whatever/*.pdf . ^ I asked around in #fish and SanskritFritz and adisbladis explained to me it's because bash is checking my files on the remote site or something. (i didn't quit understand) My question is: Would this be possible to implement in fish? Br Sebastian Thör Here

Re: [Fish-users] Fish Shell adoption / random comments

2011-07-05 Thread SanskritFritz
On Mon, Jul 4, 2011 at 4:54 PM, Patrick Mc(avery patr...@spellingbeewinnars.org wrote: It looks like there has been some adoption from the Arch Linux people but not much elsewhere, are there troubles as default shell? If so is this hard to circumvent? I wouldnt recommend using fish as

Re: [Fish-users] Stupid PID question

2011-02-23 Thread SanskritFritz
On Wed, Feb 23, 2011 at 4:19 PM, Stestagg stest...@gmail.com wrote: Look up the ssh proxy command option. something like ProxyCommand ssh user@gateway nc %h 22 in your ssh config file should allow ssh and scp to transparently work. Ste On 23 Feb 2011 14:48, David Frascone d...@frascone.com

Re: [Fish-users] [ fish-Bugs-3115560 ] last history element missing after su

2011-01-28 Thread SanskritFritz
On Fri, Jan 28, 2011 at 10:46 AM, Martin Bähr mba...@email.archlab.tuwien.ac.at wrote: also, does it make a difference if you use su; vs su -; Using 'su -' gives me a completely different history, i think it is from directly logging into root from a console long time ago. ah, not i

Re: [Fish-users] [ fish-Bugs-3115560 ] last history element missing after su

2011-01-27 Thread SanskritFritz
On Thu, Jan 27, 2011 at 2:28 PM, Christopher Nilsson christop...@otherchirps.net wrote: I've had a go at recreating this problem, but haven't had any luck so far. :( On my (ubuntu) system, I'm seeing all history items correctly. That is, none are being skipped as you're seeing. So far

[Fish-users] [ fish-Bugs-3115560 ] last history element missing after su

2011-01-26 Thread SanskritFritz
for change (Tracker Item Submitted) made by sanskritfritz You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=741961aid=3115560group_id=138874 Please note that this message will contain a full copy of the comment thread, including the initial issue submission

Re: [Fish-users] autocompletion for Fossil (SCM)

2010-12-23 Thread SanskritFritz
On Thu, Dec 23, 2010 at 9:29 AM, Gour g...@atmarama.net wrote: SanskritFritz No, there is no support for fossil now. But creating a SanskritFritz fossil.fish file should not be difficult, especially if SanskritFritz there is a man page for fossil, using the SanskritFritz make_completions

Re: [Fish-users] autocompletion for Fossil (SCM)

2010-12-22 Thread SanskritFritz
On Wed, Dec 22, 2010 at 9:44 PM, Gour g...@atmarama.net wrote: Today I'm using Fossil and wonder if there is some support for it in fish shell? No, there is no support for fossil now. But creating a fossil.fish file should not be difficult, especially if there is a man page for fossil, using

Re: [Fish-users] http://fishshell.org/ down

2010-12-21 Thread SanskritFritz
On Tue, Dec 21, 2010 at 9:30 AM, Martin Jernberg cs_bit...@msn.com wrote: same here -- Same from here. On Tue, Dec 21, 2010 at 07:26, i...@whywouldwe.com i...@whywouldwe.comwrote: Currently it's displaying 'It works' Heh, you should be happy that it works

Re: [Fish-users] [ fish-Bugs-3115560 ] last history element missing after su

2010-12-06 Thread SanskritFritz
On Mon, Nov 22, 2010 at 3:55 PM, SanskritFritz sanskritfr...@gmail.comwrote: I've read a proposal about using the sf.net bug tracker. Here is a real example then (it is an actual bug report), see if it is usable for you: -- Forwarded message -- From: SourceForge.net nore

Re: [Fish-users] Sharing completion scripts

2010-11-28 Thread SanskritFritz
On Wed, Nov 24, 2010 at 7:11 PM, SanskritFritz sanskritfr...@gmail.comwrote: My question is, do you really want to include completions for such very rare scripts like shoutcast-search as well? I have another question as well: if you check ln.fish for example, you'll see that some options

Re: [Fish-users] Use of alt + arrow keys for dir history and forward/backward word

2010-11-25 Thread SanskritFritz
Thank you for that detailed explanation! My comments are below. On Thu, Nov 25, 2010 at 7:27 PM, James Bowlin bow...@mindspring.com wrote: On Thu, Nov 25, 2010 at 02:33 PM, SanskritFritz said: I have fought with this problem for a while, but went the other direction (disabling the alt-left

Re: [Fish-users] Use of alt + arrow keys for dir history and forward/backward word

2010-11-25 Thread SanskritFritz
On Fri, Nov 26, 2010 at 2:21 AM, James Bowlin bow...@mindspring.com wrote: On Fri, Nov 26, 2010 at 12:46 AM, SanskritFritz said: I fully got now what you are proposing. This actually introduces a problem with other program which might act on alt-f or alt-b. I don't think this is a big

Re: [Fish-users] Current state of fish in gitorius

2010-11-23 Thread SanskritFritz
On Wed, Nov 24, 2010 at 2:18 AM, Philip Ganchev phil.ganc...@gmail.comwrote: Yes, Axel's list from a long time ago: http://fishshell.org/user_doc/index.html#todo Hmm, I've never seen that list so far. I personally like the part about new completions, I guess I can do something about that :)

Re: [Fish-users] Current state of fish in gitorius

2010-11-22 Thread SanskritFritz
On Mon, Nov 22, 2010 at 2:03 PM, Christopher Nilsson christop...@otherchirps.net wrote: On 22 November 2010 23:06, SanskritFritz sanskritfr...@gmail.com wrote: On Mon, Nov 22, 2010 at 12:48 PM, Christopher Nilsson christop...@otherchirps.net wrote: There's now a 'fish-next' branch

[Fish-users] Fwd: [ fish-Bugs-3115560 ] last history element missing after su

2010-11-22 Thread SanskritFritz
] last history element missing after su To: nore...@sourceforge.net Bugs item #3115560, was opened at 2010-11-22 15:52 Message generated for change (Tracker Item Submitted) made by sanskritfritz You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=741961aid=3115560group_id

[Fish-users] Sharing completion scripts

2010-11-22 Thread SanskritFritz
-search.fish would be a candidate for merging into fish ;-), but ln.fish is definitely missing from the master. Anyway, here are my scripts: https://github.com/SanskritFritz/fish_completions -- Beautiful is writing same markup

Re: [Fish-users] Current state of fish in gitorius

2010-11-18 Thread SanskritFritz
On Thu, Nov 18, 2010 at 11:09 AM, Christopher Nilsson christop...@otherchirps.net wrote: Yep -- Most of the changes that have gone in lately have been bug fixes, that folks have had living in personal clone repositories for a fairly long while. But a more central next branch sounds like a

Re: [Fish-users] Current state of fish in gitorius

2010-11-18 Thread SanskritFritz
On Thu, Nov 18, 2010 at 3:47 PM, Grissiom chaos.pro...@gmail.com wrote: I think -without-xsel is good for distros. Because the pkg manager of that distro can suggest to install xsel together with fish, which is more cleaner way IMHO. There is such thing as 'optional dependencies' in

Re: [Fish-users] Current state of fish in gitorius

2010-11-18 Thread SanskritFritz
On Thu, Nov 18, 2010 at 6:32 PM, Rob Farmer rfar...@predatorlabs.netwrote: I can't speak to any changes in the git versions, but for the latest release, xsel doesn't affect compiling the main program. The makefile just extracts, builds, and installs the bundled copy unless --without-xsel is

[Fish-users] Current state of fish in gitorius

2010-11-17 Thread SanskritFritz
Hi I'm a big fan of fish, and plan to create an Archlinux package from the gitorius head. My question is, is the current head of the gitorius repo considered stable enough for everyday use? Thought I ask before I install it on my linux :D thanks

Re: [Fish-users] Current state of fish in gitorius

2010-11-17 Thread SanskritFritz
On Wed, Nov 17, 2010 at 3:17 PM, David Frascone d...@frascone.com wrote: On Wed, Nov 17, 2010 at 6:46 AM, SanskritFritz sanskritfr...@gmail.comwrote: Hi I'm a big fan of fish, and plan to create an Archlinux package from the gitorius head. My question is, is the current head