On Thu, Jul 7, 2011 at 4:09 AM, i...@whywouldwe.com <i...@whywouldwe.com>wrote:

> 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 remote tab
> completion when doing scp, eg
>
>     scp
> some_host_from_ssh_config:~/dir/fi<tab>
>
> would complete to
>
>     scp
> some_host_from_ssh_config:~/dir/filename.txt
>
> This would be a fantastic feature to add
> and fits perfectly with fish's tab
> complete everything persona. How
> difficult is it to implement?
>

I think it is not difficult, and requires no changes in fish itself, because
this can be implemented with the current means of completion. Check out
ssh.fish as an example.
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to