[Fish-users] Fish snapshots for Ubuntu/Debian

2012-11-08 Thread David Adam
me know by email or find me on IRC on irc.gnome.org (Zanchey). Cheers David Adam zanc...@ucc.gu.uwa.edu.au -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite

Re: [Fish-users] Fish snapshots for Ubuntu/Debian

2012-11-11 Thread David Adam
.git8b407a3-1 on Debian and carefully test the version numbers using dpkg --compare-versions. David Adam zanc...@ucc.gu.uwa.edu.au -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download

Re: [Fish-users] How to define keybindings?

2012-11-27 Thread David Adam
On Tue, 27 Nov 2012, Luciano ES wrote: I investigated further and found some old residue that had still been left around somehow. Besides running 'dpkg -r fish' I also ran 'dpkg --purge fish' and 'dpkg --purge fishfish'. I don't know how I got the idea of purging fishfish, it just

Re: [Fish-users] Big trouble with GLIBC

2012-12-03 Thread David Adam
from source, what version of libc6-dev do you have installed? David Adam zanc...@ucc.gu.uwa.edu.au PS: having broken libc on a Debian shell server for a couple hundred people, I feel your pain :-) -- Keep yourself

Re: [Fish-users] Big trouble with GLIBC

2012-12-07 Thread David Adam
On Fri, 7 Dec 2012, Luciano ES wrote: Now pray tell, how do you make such small binaries? All of your packages, whole packages, are just under or above 1 MB. In my system, with fish compiled from source, the sum of fish + fishd + fish_indent + fish_pager is more than 2.5 MB. What's the

Re: [Fish-users] Fish snapshots for Ubuntu/Debian

2012-12-09 Thread David Adam
On Thu, 8 Nov 2012, David Adam wrote: I have been doing regularish builds from the Git source and publishing them as Debian packages. If you are running Debian or Ubuntu, and you want to run the latest version of fish, you can use my PPA. Note that the package is called fishfish

Re: [Fish-users] git alias completions

2013-01-04 Thread David Adam
that though. One useful first step might be adding a '--print' option to `complete` which would output the current completion for a command. Sorry! David Adam zanc...@ucc.gu.uwa.edu.au -- Master HTML5, CSS3, ASP.NET, MVC, AJAX

Re: [Fish-users] Autocompletion of ssh hosts on Ubuntu 12.10

2013-01-14 Thread David Adam
function (e.g. using `funced`), and add either `cat ~/hosts.txt` or your LDAP search command. Note that putting your password on the command line has the potential to expose it to other users on your system. Cheers, David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] Fish user documentation

2013-04-30 Thread David Adam
://www.fishshell.org/ But it is in Japanese, titled as follows! 車査定※元・査定士が教える査定額アップの裏ワザとは? Check out http://fishshell.com/ (Which version are you using? The newer builds have the correct homepage.) David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] .profile for fish?

2013-05-20 Thread David Adam
commands stty -ixoff end --8 Hope that helps. David Adam zanc...@ucc.gu.uwa.edu.au -- Try New Relic Now We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service

Re: [Fish-users] Fish License

2013-05-28 Thread David Adam
current copyright holders. It sounds like a good idea, and I would be happy to relicense my contributions. David Adam zanc...@ucc.gu.uwa.edu.au -- Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get

Re: [Fish-users] export shorthand

2013-05-30 Thread David Adam
On Thu, 30 May 2013, Elis Axelsson wrote: Time to add this to some FAQ? Or even the tutorial? It gets asked on IRC about once a day as well! It's in the FAQ in the development trunk, but not on the website yet. David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] Fedora package

2013-06-17 Thread David Adam
know! Thanks, David Adam zanc...@ucc.gu.uwa.edu.au -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev ___ Fish-users

Re: [Fish-users] Short prompt

2013-07-21 Thread David Adam
a different set of variables in the case that the prompt is too long. It would be nice to have a working example of this either in the FAQ or the example prompts; does anyone have one? David Adam fish committer zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] Build failure on NetBSD 6.0.1

2013-07-31 Thread David Adam
The build failure is caused by tparm() taking a char* on Linux/FreeBSD, and a const char* on NetBSD. Should be easy enough to fix. It compiles and runs ok for me on NetBSD 6.1 with -fpermissive in CXXFLAGS, though. David Adam fish committer zanc...@ucc.gu.uwa.edu.au On Sat, 27 Jul 2013

Re: [Fish-users] fish comments syntax vs bash

2013-08-14 Thread David Adam
, but it does kind of suck; I wouldn't be averse to forcing comments to begin with ' #' unless they are at the beginning of the line. David Adam fish committer zanc...@ucc.gu.uwa.edu.au -- Get 100% visibility into Java/.NET code

Re: [Fish-users] environment setup

2013-08-21 Thread David Adam
with it. We don't have a converter for standard shell scripts at this stage, although there is a development prototype on https://github.com/fish-shell/fish-shell/issues/522#issuecomment-21585782 - YMMV. David Adam fish committer zanc...@uccc.gu.uwa.edu.au

Re: [Fish-users] Build failure on NetBSD 6.0.1

2013-08-21 Thread David Adam
On Thu, 1 Aug 2013, David Adam wrote: The build failure is caused by tparm() taking a char* on Linux/FreeBSD, and a const char* on NetBSD. Should be easy enough to fix. It compiles and runs ok for me on NetBSD 6.1 with -fpermissive in CXXFLAGS, though. I've added this to the issues list

Re: [Fish-users] environment setup

2013-08-21 Thread David Adam
'.') is shipped with fish now, and if you have your own `source` function then I suspect you may get entertaining* results with the next release. David Adam fish committer zanc...@ucc.gu.uwa.edu.au *: may not actually entertain and may cause infuration or depression

Re: [Fish-users] Capture output and status of a command

2013-09-06 Thread David Adam
at once? Are you using fish 2.0.0? This works for me: ~ set foo (/bin/true); echo $status 0 ~ set foo (/bin/false); echo $status 1 This was added in ad8d68dd43, which is in 2.0.0. David Adam fish committer zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] evaluating $COLUMNS in a loop

2013-09-18 Thread David Adam
can try a development build, or use `tput lines` to work around it. David Adam zanc...@ucc.gu.uwa.edu.au-- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including

Re: [Fish-users] fish 2.0.x

2013-10-08 Thread David Adam
with a 2.1.0 release not far off. This release will contain fixes for many bugs and some new features. There is almost no software that is bug free, but you can take the lack of release of 2.0.1 that we are pretty happy with the degree of bugginess in 2.0.0. David Adam fish committer zanc

[Fish-users] Nightly package builds (including new PPA)

2013-10-28 Thread David Adam
of spare time. Thanks, David Adam zanc...@ucc.gu.uwa.edu.au fish committer -- Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download

Re: [Fish-users] Keys not working in fish

2013-11-03 Thread David Adam
a standard cmd.exe/Command Prompt window (i.e. without ConEmu)? Detecting the presence or absence of ConEmu is difficult from within fish running on the same machine, and probably impossible over SSH; the terminal type is set to `cygwin` regardless. David Adam fish shell committer zanc

Re: [Fish-users] Bugasaurus

2013-11-03 Thread David Adam
backtrace does not have debugging symbols so it is a bit hard to tell what is going on. David Adam fish committer zanc...@ucc.gu.uwa.edu.au -- Android is increasing in popularity, but the open development platform that developers

Re: [Fish-users] can has static fish?

2013-11-07 Thread David Adam
libraries depending on system configuration. See, e.g. http://stackoverflow.com/questions/11654143/statically-linking-system-libraries-libc-pthreads-to-aid-in-debugging Is there a good requirement for static linking? David Adam fish committer zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] How to exit on error (bash set -e)

2013-11-10 Thread David Adam
What is the equivalent of Bash set -e on Fish? I don't think we have it, as such. You would have to use `; or exit 1` after lines you are worried about, or check $status. I suppose the argument could be made that error handling should be explicit. David Adam fish committer zanc

Re: [Fish-users] Determine in a function if there is anything to read on stdin

2013-11-20 Thread David Adam
on stdin. I don't actually know of a clever way of doing this from a shell script; in C I guess you'd do a select() with a zero timeout or something. David Adam zanc...@ucc.gu.uwa.edu.au-- Shape the Mobile Experience: Free

Re: [Fish-users] Determine in a function if there is anything to read on stdin

2013-11-20 Thread David Adam
On Thu, 21 Nov 2013, David Adam wrote: On Wed, 20 Nov 2013, Marcin Zajączkowski wrote: How can I determine that my function has something to on read stdin (to not call read then which would open an interactive prompt)? This is a different question; the tty function does not check

Re: [Fish-users] Predefined directories where fish should look for directories and files to auto complete

2013-11-30 Thread David Adam
if there is no directory named FOOBAR in the current directory. ~ $ less FOOBAR/tab files-and-directories-on-my-pendrive I don't have any brilliant suggestions for this case, although you could mangle a completion function which searched the CDPATH as well as the local directory. David Adam zanc

Re: [Fish-users] Word expansion modifiers

2013-11-30 Thread David Adam
) end ``` David Adam zanc...@ucc.gu.uwa.edu.au -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue

Re: [Fish-users] script-scoped variables

2013-12-02 Thread David Adam
$something end ``` showsomething 1 echo $something blank output HTH, David Adam zanc...@ucc.gu.uwa.edu.au-- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear

Re: [Fish-users] proposed fixes to the documentation

2013-12-02 Thread David Adam
, read-only variables. They need adding to the documentation; I will do so. David Adam zanc...@ucc.gu.uwa.edu.au-- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear

Re: [Fish-users] Control key to accept part of a command completion suggestion?

2013-12-03 Thread David Adam
to generate the html docs from doc_src files? Doxygen - http://www.doxygen.org/ . Make sure you rerun `./configure` after installing it. Patches are welcome - I would be happy to review them. David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] Home and End keys not working with tmuxinator

2013-12-15 Thread David Adam
is like XTerm (instead of like screen) then I am not really surprised that it gets confused. If you use `screen-256color` instead, what does 'echo $TERM` say under tmuxinator? David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] how to add a command with its arguments in the title

2013-12-23 Thread David Adam
for discussion. David Adam zanc...@ucc.gu.uwa.edu.au-- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue

Re: [Fish-users] Using compound conditional commands

2013-12-23 Thread David Adam
-16717275 of how this syntax might be improved. FYI, here is what I'm actually trying to do: if test $host = 'nfshost'; or echo $distro | grep -Eq 'bsd$' # do stuff end Try if begin test $host = 'nfshost' or echo $distro | grep -Eq 'bsd$' end # do stuff end David Adam zanc

Re: [Fish-users] Using compound conditional commands

2013-12-24 Thread David Adam
. The `-o` and `-a` operators are for comparing expressions which are valid test expressions in their own right. For example, you could do `test -d /etc -a -r /etc` to see if /etc/ is a directory that you can probably read from. David Adam zanc...@ucc.gu.uwa.edu.au [1]: http://www.unix.com/man

Re: [Fish-users] Fedora packages!

2013-12-26 Thread David Adam
. I have just seen the rather alarming output of rpmlint on our official packages, so I'm going to make some changes to those. Cheers, David Adam fish committer zanc...@ucc.gu.uwa.edu.au [1]: http://www.debian.org/doc/packaging-manuals/python-policy/ch-programs.html [2]: http://fedoraproject.org

Re: [Fish-users] Fedora packages!

2013-12-26 Thread David Adam
to build_tools/. But also, that completion generator outdated. Don't use it. I don't use wajig at all, but would it be easy to update the generator? Or should we just nuke it entirely? David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] Request review of pull request - issue 1102

2014-01-06 Thread David Adam
On Tue, 7 Jan 2014, Mandeep Sandhu wrote: Can someone take some time out and review this pull request? https://github.com/fish-shell/fish-shell/pull/1216 I had a glance over it the other day but will make some comments now. David Adam fish committer zanc...@ucc.gu.uwa.edu.au

[Fish-users] git tags updated

2014-01-24 Thread David Adam
annotated tag. Thanks, David Adam fish committer zanc...@ucc.gu.uwa.edu.au -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads

Re: [Fish-users] Changing univeral variables

2014-01-25 Thread David Adam
your home directory across multiple machines (in which case the config.fish method is better). Ideally, don't use `set -x` at all and instead explicitly set a scope for the variable (global with `set -gx`.) Hope that helps. David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] ssh host completion from .ssh/config

2014-01-25 Thread David Adam
? :-) There's some discussion of the problems in issue #1260 on github. Basically, the current completions assume that you use the `=` delimiter in your ssh_config, which it turns out is entirely optional. Improvements are in the works. David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] Fish non-root install

2014-02-04 Thread David Adam
: ./configure --prefix=~/fish-prefix make make install ~/fish-prefix/bin/fish David Adam zanc...@ucc.gu.uwa.edu.au -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common

Re: [Fish-users] command substitution issue with interactive command

2014-03-29 Thread David Adam
unfortunately does not yet have a solution. David Adam zanc...@ucc.gu.uwa.edu.au -- ___ Fish-users mailing list Fish-users@lists.sourceforge.net https://lists.sourceforge.net

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

2014-04-02 Thread David Adam
restarts (e.g. the fix for #1225). In fixing #1257 #1359, I suspect breaking changes that will require a restart of all running fish and fishd instances will be required. If so, clear warnings in the commit message, on the mailing list and in release notes will be helpful. David Adam zanc

[Fish-users] Upcoming release 2.1.1 - security fixes

2014-04-27 Thread David Adam
-shell/fish-shell/issues/1438 David Adam fish committer zanc...@ucc.gu.uwa.edu.au -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBAgAGBQJTXcFWAAoJEMC5abKXToiOCZgP/iw0qKD+3WIfUDHvB3sdaZM9 y2mZiE3fSotmL2Sa856pAYapdmv1fIEKnG4EYyefvqStRABaYWjyOka1d6RKMjcs

Re: [Fish-users] Migrating from zsh to fish

2014-04-29 Thread David Adam
://hyperpolyglot.org/unix-shells If someone were to write one, what would a Migration Guide contain? You might also consider writing and publishing your own notes on the transition! David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] Upcoming release 2.1.1 - security fixes

2014-04-29 Thread David Adam
A quick note to say this is taking longer than expected as another problem has been identified and we want to try and fix them all at once. David Adam zanc...@ucc.gu.uwa.edu.au On Mon, 28 Apr 2014, David Adam wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, fish 2.1.1

Re: [Fish-users] Change default path from ~/ to ~/Sites

2014-06-17 Thread David Adam
. Are you trying to alter the path used for executing commands, or your home directory/default cd location? At the moment your function adds `~/Sites` to the path used to look for commands to execute. David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] bash equivalent of eval

2014-07-03 Thread David Adam
On Wed, 2 Jul 2014, Wai Yan Pong wrote: What would be the fish equivalent of the bash command eval `prog file` I was trying eval `slmenu prog.txt` See the FAQ: http://fishshell.com/docs/current/faq.html#faq-subcommand You can use eval (prog file) David Adam zanc

Re: [Fish-users] Cross compiling fish for iOS?

2014-08-27 Thread David Adam
As mentioned in that Github issue, there is currently no way to cross-compile fish using the autoconf/configure build. There are some suggestions on what would need to change at the github issue. David Adam zanc...@ucc.gu.uwa.edu.au On Sun, 24 Aug 2014, Robin Carlier wrote: Hi! Thank's

Re: [Fish-users] Upcoming release

2014-08-27 Thread David Adam
more than usual involved. After that I am hoping to look at 2.2.0. There are a few rough edges that will need polishing first, but there are certainly lots of new features that it would be good to get into people's hands. Cheers David Adam fish committer zanc...@ucc.gu,uwa,edu,au

Re: [Fish-users] Update website's Fedora instructions?

2014-08-27 Thread David Adam
, will old versions of Fedora get the new major/minor releases? Or just the point releases? David Adam zanc...@ucc.gu.uwa.edu.au -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org

Re: [Fish-users] Fish scripts collection

2014-09-02 Thread David Adam
, although I don't know if anyone else would be interested in maintaining it. It might be useful to have some sort of 'best practice' document, too. David Adam fish committer zanc...@ucc.gu.uwa.edu.au -- Slashdot TV

Re: [Fish-users] Fish not completing some Make targets

2014-09-11 Thread David Adam
See https://github.com/fish-shell/fish-shell/issues/1546 - the Bash completion works by running `make -qp`. Unfortunately that only works for GNU Make. David Adam zanc...@ucc.gu.uwa.edu.au On Thu, 11 Sep 2014, Kevin Ballard wrote: __fish_print_make_targets is a fishscript function defined

Re: [Fish-users] OSX: build from source, stuck on an old version of fish (FISH_BULID_VERSION=1.3.1-2515-ge689a38)

2014-09-22 Thread David Adam
. David Adam zanc...@ucc.gu.uwa.edu.au [1]: https://www.mail-archive.com/fish-users@lists.sourceforge.net/msg04045.html-- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status

[Fish-users] fish shell 2.1.1 released

2014-09-26 Thread David Adam
version 2.1.1 is not vulnerable. No workaround is currently available for earlier versions of fish. https://github.com/fish-shell/fish-shell/issues/1440 David Adam fish committer zanc...@ucc.gu.uwa.edu.au -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux

Re: [Fish-users] fish shell 2.1.1 released

2014-09-26 Thread David Adam
On Fri, 26 Sep 2014, SanskritFritz wrote: Some new completions from the master branch didn't make it into this release. Can we have them in the next release? I'm hoping to make a start on 2.2.0 in the near future. 2.2.1 was a bugfix-only release. David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] Using emacs as a $PAGER

2014-10-07 Thread David Adam
, but actually fixing that exposes a much nastier bug. David Adam zanc...@ucc.gu.uwa.edu.au -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports

Re: [Fish-users] set_color: Could not set up terminal in non-interactive use

2014-10-09 Thread David Adam
--is-interactive` in your config.fish to only set colors and other similar variables if you are in an interactive session. This will have the added benefit of improving (very slightly :-) startup time. David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] No colors in directory listings

2014-10-16 Thread David Adam
This only just landed in my inbox (perhaps a delay on the mailing list), but I think this has been sorted out at https://github.com/fish-shell/fish-shell/issues/1758 David Adam zanc...@ucc.gu.uwa.edu.au On Wed, 15 Oct 2014, Stephan Monecke wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: [Fish-users] gpg-agent problem with global variable

2014-10-25 Thread David Adam
), but it reassembles them with colons before exporting them to child processes. Unless you need to pass the $GPG_AGENT_INFO variable as a command-line flag, I don't think the splitting should be bothering you. David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] invalid options are not highlighted in red

2014-11-04 Thread David Adam
highlighting. Hope that helps! David Adam zanc...@ucc.gu.uwa.edu.au [1]: https://github.com/fish-shell/fish-shell/commit/6eb66770a49944 On Mon, 3 Nov 2014, Santhosh T wrote: the article http://lwn.net/Articles/136232/ says that fish shell can show misspelled options as errors. it has

Re: [Fish-users] invalid options are not highlighted in red

2014-11-10 Thread David Adam
~/.config/fish/functions/complete.fish. [DAA] On Wed, 5 Nov 2014, Santhosh T wrote: HI David, so the feature is there. is there any way to make authoritative by default explicitly - santhosh On Wed, Nov 5, 2014 at 9:24 AM, David Adam zanc...@ucc.gu.uwa.edu.au wrote: This functionality

Re: [Fish-users] invalid options are not highlighted in red

2014-11-10 Thread David Adam
Yes indeed! David Adam zanc...@ucc.gu.uwa.edu.au On Mon, 10 Nov 2014, Diego Zamboni wrote: I think the complete inside the function should be builtin complete to ensure the native function is called. --Diego On Nov 10, 2014, at 1:59 AM, David Adam zanc...@ucc.gu.uwa.edu.au wrote

Re: [Fish-users] Problem with -n in a conditional statement

2014-11-11 Thread David Adam
to be the opposite of test -z, but that is not true sometimes. You are correct; this behaviour is defined in POSIX.1-2008 which fish aims to comply with for the test command. `test -n $SOMEVAR` is the inverse of `test -z $SOMEVAR` - note the quotation marks which ensure there are two arguments. David Adam

Re: [Fish-users] how to echo minus symbol

2014-11-12 Thread David Adam
This is a known bug in fish 2.1.x that will be fixed in the next minor release. https://github.com/fish-shell/fish-shell/issues/1459 David Adam zanc...@ucc.gu.uwa.edu.au On Thu, 13 Nov 2014, Santhosh T wrote: the command: echo - prints nothing i tried following also: echo - echo

Re: [Fish-users] How to write dynamic fish completions

2014-11-13 Thread David Adam
-a '(__complete_drush)' ``` Hope that helps. David Adam zanc...@ucc.gu.uwa.edu.au-- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take

Re: [Fish-users] Using fish without fishd

2014-11-17 Thread David Adam
down to a) not preventing the functioning of the software and b) being user-visible and easy to work around. Summary: All currently-released and active development versions of fish require a socket or FIFO path in /tmp. Hope that helps. David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] fish shell 2.1.1 on DragonFlyBSD 3.8.2 -- fish command line seems broken (connect via PuTTY ssh, start fish shell from tcsh shell command line);

2014-11-27 Thread David Adam
actually causes the problem. More investigation is probably required, but I'm out of time for today. David Adam zanc...@ucc.gu.uwa.edu.au -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate

Re: [Fish-users] fish shell 2.1.1 on DragonFlyBSD 3.8.2 -- fish command line seems broken (connect via PuTTY ssh, start fish shell from tcsh shell command line);

2014-11-28 Thread David Adam
(See the tail end of the message.) On Fri, 28 Nov 2014, David Adam wrote: On Thu, 27 Nov 2014, Steve Petrie, P.Eng. wrote: Trying to get fish 2.1.1 shell working (via PuTTY ssh terminal) on DragonFlyBSD 3.8.2 running on a QEMU-KVM virtual machine provided by Elastic Hosts (EH

Re: [Fish-users] fish: instead of prompt

2014-12-19 Thread David Adam
removed in the version of fish under development and I sent a patch (below) to the FreeBSD maintainer, but they are on holiday so I don't think it's been added to the package yet. If you are happy building from source, either use the patch below against 2.1.1, or try the current git master. David

Re: [Fish-users] Fishd losing universal variables

2014-12-20 Thread David Adam
over when logging out and logging back in. I have no idea how to troubleshoot this problem, so is there anyone who can point me in the right direction? Strange. Does the name of your `fishd.ID` file change across reboots? David Adam zanc...@ucc.gu.uwa.edu.au

[Fish-users] gitter.im room

2015-03-19 Thread David Adam
- #fish on irc.oftc.net. David Adam zanc...@ucc.gu.uwa.edu.au -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all

Re: [Fish-users] Dependency on lynx ?

2015-03-25 Thread David Adam
will need a a graphical web browser (not Lynx) to use the optional web-based configuration UI. David Adam zanc...@ucc.gu.uwa.edu.au -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel

Re: [Fish-users] local config in function of the current directory?

2015-04-13 Thread David Adam
security policy of requiring explicit authorisation. David Adam zanc...@ucc.gu.uwa.edu.au -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard

Re: [Fish-users] Unable to print wide characters

2015-04-20 Thread David Adam
and pasted from the web page you linked, make sure you have your browser and editor set to UTF-8. David Adam zanc...@ucc.gu.uwa.edu.au -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process

Re: [Fish-users] HISTTIMEFORMAT not applied

2015-04-20 Thread David Adam
think it would be gratefully received - perhaps flags to the history command? David Adam zanc...@ucc.gu.uwa.edu.au -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance

[Fish-users] Beta release fish 2.2b1

2015-05-11 Thread David Adam
for a full list. Patches are most welcome! David Adam fish committer zanc...@ucc.gu.uwa.edu.au -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJVULjBAAoJEMC5abKXToiOZs0P/3Dsof7TCBdH02YdCTJI36S+ EgwzxwMeIycHBNOL6wKDpg8EJmHciuUMI6MHc/48vV0aoUya7kj9Jm3ZX3Ys8Rbq 5bu3Fv

Re: [Fish-users] local config in function of the current directory?

2015-04-08 Thread David Adam
implementations, but Justin Mayer's tackle repository includes a virtualhooks plugin which seems sane: https://github.com/justinmayer/tackle/tree/master/modules/virtualhooks You will need to install his tacklebox framework manager first: https://github.com/justinmayer/tacklebox David Adam zanc

Re: [Fish-users] Beta release fish 2.2b1

2015-06-26 Thread David Adam
On Fri, 19 Jun 2015, David Adam wrote: On Tue, 19 May 2015, Andrew Schulman wrote: Due to the large number of architectural and other changes within fish, we have started with a beta release - fish 2.2b1. Any testing would be very much appreciated. Hi. I'm testing in Cygwin x86_64

Re: [Fish-users] login shell under FreeBSD

2015-06-18 Thread David Adam
login shells - have you considered using `status --is-interactive` to set your terminal up? Alternatively, urxvt can be told to start a login shell. Start it with `urxvt -ls`, or drop the line URxvt*loginShell: true into your ~/.Xresources. David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] Beta release fish 2.2b1

2015-06-18 Thread David Adam
', so if you can hang tight for a year or three, it may well get resolved. Otherwise, I'm afraid it's probably one of those tough-cookies-send-patches type situations. We might need to implement an alternative strategy for notifications on Cygwin. David Adam zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] Suspend?

2015-08-04 Thread David Adam
get back to a terminal, I'll submit a pull request for this. I'm not opposed to merging this, but I have to ask - why do you want to suspend your shell? Is there a use case that isn't covered by the state shared across shells such that exiting and restarting isn't sufficient? David Adam fish

Re: [Fish-users] if commandline error

2015-11-10 Thread David Adam
m fish 2.2. Unfortunately, those files include features that the old version of fish does not support (like commandline --paging-mode). I have been thinking about a way to make this story a bit better as it bites us both during upgrades and during development if you are trying

Re: [Fish-users] Embedding Fish?

2015-08-27 Thread David Adam
Ryan, To answer your question: fish is a C++ application so it's certainly possible, but I don't think it would be easy. The internal architecture is not particularly designed for this, and as far as I know nobody else has done it before. David Adam fish committer zanc...@ucc.gu.uwa.edu.au

Re: [Fish-users] 2.2.0 wildcard expansion.

2015-09-15 Thread David Adam
Yes, this was introduced with 2.2.0 - see https://github.com/fish-shell/fish-shell/issues/1482 I agree that it is not that helpful and there is some discussion in the issue tracker at https://github.com/fish-shell/fish-shell/issues/1920 David Adam zanc...@ucc.gu.uwa.edu.au On Tue, 15 Sep 2015

Re: [Fish-users] Problems with 'read' command in a tmux sub shell

2015-12-19 Thread David Adam
elease-2 Something like this should do the trick: sudo apt-add-repository ppa:fish-shell/release-2 sudo apt-get update sudo apt-get install fish David Adam fish committer z

Re: [Fish-users] wrong release date for 2.3.0

2016-06-13 Thread David Adam
On Mon, 23 May 2016, Andrew Schulman wrote: > At http://fishshell.com, under Release History it says that 2.3.0 was released > on April 22. But as the Release Notes show, it was released on May 20. Andrew Looks like this was fixed with https://github.com/fish-shell/fish-shell/issues/3135

Re: [Fish-users] should most pull-requests be tied to an open issue?

2016-03-21 Thread David Adam
see the change to not display them in the issues list by default. As you say, it can sometimes be difficult to understand the rationale for a particular change down the track. One way this could be encouraged is by writing a pull request template, as has been done for issues, and inc

[Fish-users] Beta release of fish: 2.3b2

2016-05-04 Thread David Adam
Git: using the Integration_2.3.0 branch (tagged as 2.3b2). Your feedback is most welcome. David Adam fish committer zanc...@ucc.gu.uwa.edu.au -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJXKoE0AAoJEMC5abKXToiO2MgQAI0pN4yW6+fMbuOUIcC5j1EP LtbRkQCaTTbvRoMJEYgW0HrAz6uTi8JYn8t6gaMMA

[Fish-users] Beta release of fish: 2.3b1

2016-04-19 Thread David Adam
al PGP key - as is this message). * From Git: using the Integration_2.3.0 branch (tagged as 2.3b1). Your feedback is most welcome. David Adam fish committer zanc...@ucc.gu.uwa.edu.au -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJXFkP+AAoJEMC5abKXToiOfPkP+wUjmgL226CBLI

Re: [Fish-users] Beta release of fish: 2.3b1

2016-04-20 Thread David Adam
On Wed, 20 Apr 2016, Simon Lees wrote: > On 04/20/2016 12:15 AM, David Adam wrote: > > Hi all, > > * For Debian, Fedora, openSUSE and RedHat/CentOS: packages and repository > > at > > > > http://software.opensuse.org/download.html?project=shells%3Afish%

Re: [Fish-users] ~/.config/fish replaced by Firefox

2016-04-20 Thread David Adam
being updated every now and then as reported by > ‘ls -ld’, though I see no changes to the contents (except for > ‘fish_history’ being updated, of course, but that does not trigger the > change to the directory's time stamp). > > Any ideas what could be

Re: [Fish-users] compare version strings

2016-07-09 Thread David Adam
ION gt 2.2.b1; and echo Hooray! Not particularly portable, though. David Adam zanc...@ucc.gu.uwa.edu.au -- Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San Francisco, CA to explore cutting-edge tech and lis

[Fish-users] fish 2.5.0 release

2017-02-02 Thread David Adam
, Olivier Perret, Samantha Marshall, Terje Larsen, maxried, and ridiculousfish Happy fishing! David Adam fish committer zanc...@ucc.gu.uwa.edu.au -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJYk+4nAAoJEMC5abKXToiOksYP/1bSKq8CP149+VHLacm3MYHq o8N3/fNlUAGRsIj7xF7Xif

Re: [Fish-users] New version

2016-11-09 Thread David Adam
is getting this stuff right. On Xubuntu, it's as simple as: sudo apt-add-repository ppa:fish-shell/release-2 sudo apt-get update sudo apt-get install fish Hope that gets you fishing! David Adam zanc...@ucc.gu.uwa.edu.au --

[Fish-users] fish 2.4.0 release

2016-11-07 Thread David Adam
Kirylau, [Redacted], and ridiculousfish Happy fishing! David Adam fish committer zanc...@ucc.gu.uwa.edu.au -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJYIUv6AAoJEMC5abKXToiOwCEP/3Yzty6NTXGqCN0ljUx1oxor PZ3uFc/ARraoWmHI3hak0NrzjZXLaom25v619GEPPtQ4BSAZhh2SDi1auRQxBx0p

  1   2   >