<div dir="ltr"><div><div>Hi all,<br><br></div>I wanted to post this on the blog, but my server has some issues lately, so I decided this is the best alternative.<br><br></div>Some people at Tokamak desired to have completion for kdesrc-build, so I made a very dirty and ugly completion function for it.<br>
<div><br>--<br>function _ksrccomp() {<br>  reply=(`grep identifier kde_projects.xml | sed 's/^[^"]*"//' | sed 's/".*//' | sort -u`)<br>}<br><br>compctl -K _ksrccomp ksb<br><br>alias ksb='./kdesrc-build'<br>
--<br><br></div><div>I use ksb as the alias for ./kdesrc-build - shorter to write. This can be adapted to work for the regular command as well. It should be possible to adapt this for BASH as well.<br clear="all"></div><div>
<div><div><br></div><div>Cheerio,<br></div><div>Ivan<br></div><div><br>-- <br>Cheerio,<br>Ivan<br><br>--<br>While you were hanging yourself on someone else's words<br>Dying to believe in what you heard<br>I was staring straight into the shining sun
</div></div></div></div>