AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
November 02, 2019 09:45AM
Hi 2086,

It looks like you can import the bash completion function into zsh, though the completion syntax for some of the AFNI programs does not work in zsh. We should try to clean that up (there might be 16 programs with issues : 1ddot 1deval 1dplot 3dAllineate 3dDeconvolve 3dmerge 3dTcat 3dTstat 3dttest++ afni afni_open apsearch meica.py plugout_drive to3d whereami).


But to get many programs, put a couple of autoload commands before sourcing the .help file, as in:

autoload -U +X compinit && compinit
autoload -U +X bashcompinit && bashcompinit
source ~/.afni/help/all_progs.COMP.bash

I will make a note to look at this. Please let me know how it goes.

- rick
Subject Author Posted

How to set auto-completion for AFNI programs in zsh?

EXP.2086 November 02, 2019 01:24AM

Re: How to set auto-completion for AFNI programs in zsh?

rick reynolds November 02, 2019 09:45AM

Re: How to set auto-completion for AFNI programs in zsh?

EXP.2086 November 02, 2019 11:13PM

Re: How to set auto-completion for AFNI programs in zsh?

rick reynolds November 06, 2019 09:10AM

Re: How to set auto-completion for AFNI programs in zsh?

EXP.2086 November 06, 2019 08:18PM

Re: How to set auto-completion for AFNI programs in zsh?

discoraj November 02, 2019 10:47PM

Re: How to set auto-completion for AFNI programs in zsh?

EXP.2086 November 02, 2019 11:23PM