<feed xmlns='http://www.w3.org/2005/Atom'>
<title>interesting/complete/cmd/install/install.go, branch v0.0.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wit.com/interesting/complete/atom?h=v0.0.2</id>
<link rel='self' href='http://cgit.wit.com/interesting/complete/atom?h=v0.0.2'/>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/interesting/complete/'/>
<updated>2019-11-17T23:05:47Z</updated>
<entry>
<title>V2</title>
<updated>2019-11-17T23:05:47Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2019-11-14T04:51:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/interesting/complete/commit/?id=8724aaf18312e54750540a9578e00d61b1c545d8'/>
<id>urn:sha1:8724aaf18312e54750540a9578e00d61b1c545d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Export IsInstalled() in install package</title>
<updated>2019-07-02T13:59:19Z</updated>
<author>
<name>Anis Elleuch</name>
<email>anis@minio.io</email>
</author>
<published>2019-07-02T13:59:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/interesting/complete/commit/?id=010e7ab3898e3d9b2f3051dd82b2a4a5de02e964'/>
<id>urn:sha1:010e7ab3898e3d9b2f3051dd82b2a4a5de02e964</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add IsInstalled API to installer interface</title>
<updated>2019-06-28T12:45:36Z</updated>
<author>
<name>Anis Elleuch</name>
<email>anis@minio.io</email>
</author>
<published>2019-06-28T12:39:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/interesting/complete/commit/?id=c6bcb58fc4de17d39c7b428b34659c12600263f9'/>
<id>urn:sha1:c6bcb58fc4de17d39c7b428b34659c12600263f9</id>
<content type='text'>
`IsInstalled(cmd, bin string) bool` will help tools using this library
to show a prompt to users asking if they would like to have completion
enabled.
</content>
</entry>
<entry>
<title>Install in ~/.bash_profile first in case of macOS</title>
<updated>2019-05-29T00:16:22Z</updated>
<author>
<name>Anis Elleuch</name>
<email>anis@minio.io</email>
</author>
<published>2019-05-29T00:16:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/interesting/complete/commit/?id=afda8e00c6d48e7d20bff281c321bc8aca00699a'/>
<id>urn:sha1:afda8e00c6d48e7d20bff281c321bc8aca00699a</id>
<content type='text'>
Some macOS users have ~/.bashrc which is not loaded from
~/.bash_profile, which means, completion will never be
loaded when users open a terminal.

This commit will make macOS a special case and will always
tend to install in ~/.bas_profile
</content>
</entry>
<entry>
<title>fix lint issues</title>
<updated>2018-09-10T07:50:47Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2018-09-10T07:50:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/interesting/complete/commit/?id=6db5f134c9885f9dcecf30c4ffba42bd182ccb58'/>
<id>urn:sha1:6db5f134c9885f9dcecf30c4ffba42bd182ccb58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for fish</title>
<updated>2018-01-08T08:51:45Z</updated>
<author>
<name>Yuki Ito</name>
<email>acomagu@gmail.com</email>
</author>
<published>2018-01-08T08:51:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/interesting/complete/commit/?id=fbb0b604547d5c4703f7e76fb41e65a090811557'/>
<id>urn:sha1:fbb0b604547d5c4703f7e76fb41e65a090811557</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes the issue where if .profile is used and not any of the other files the -install-autocomplete fails with :</title>
<updated>2017-12-19T10:05:40Z</updated>
<author>
<name>Costas Tyfoxylos</name>
<email>ctyfoxylos@schubergphilis.com</email>
</author>
<published>2017-12-19T10:05:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/interesting/complete/commit/?id=3682ca65e09d6e2c9c516e53868befa4a0448fd8'/>
<id>urn:sha1:3682ca65e09d6e2c9c516e53868befa4a0448fd8</id>
<content type='text'>
Error executing CLI: Did not find any shells to install

excerpt from bash man page

    When bash is invoked as an interactive login shell, or as a non-interactive shell with the --login option, it first reads and executes commands from the file /etc/profile, if that file exists. After reading that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and is readable. The --noprofile option may be used when the shell is started to inhibit this behavior.

    When an interactive shell that is not a login shell is started, bash reads and executes commands from /etc/bash.bashrc and ~/.bashrc, if these files exist. This may be inhibited by using the --norc option. The --rcfile file option will force bash to read and execute commands from file instead of /etc/bash.bashrc and ~/.bashrc.
</content>
</entry>
<entry>
<title>Fixed grammar</title>
<updated>2017-09-08T12:40:26Z</updated>
<author>
<name>Thom Shutt</name>
<email>github@thomshutt.com</email>
</author>
<published>2017-09-08T12:40:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/interesting/complete/commit/?id=a27e787f905c636ad351c4872b8eedb9650da153'/>
<id>urn:sha1:a27e787f905c636ad351c4872b8eedb9650da153</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add .bash_profile as a bash rc file</title>
<updated>2017-05-23T15:04:21Z</updated>
<author>
<name>Josh Bleecher Snyder</name>
<email>josharian@gmail.com</email>
</author>
<published>2017-05-23T15:04:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/interesting/complete/commit/?id=b74be9ff548cfaa7330b1a9312612a830282228d'/>
<id>urn:sha1:b74be9ff548cfaa7330b1a9312612a830282228d</id>
<content type='text'>
This is common on macs.</content>
</entry>
<entry>
<title>check whether rc file exists during installation</title>
<updated>2017-05-23T15:03:54Z</updated>
<author>
<name>Josh Bleecher Snyder</name>
<email>josharian@gmail.com</email>
</author>
<published>2017-05-23T14:45:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/interesting/complete/commit/?id=e3c14b831e61871a0abd67aec472e555e26077aa'/>
<id>urn:sha1:e3c14b831e61871a0abd67aec472e555e26077aa</id>
<content type='text'>
</content>
</entry>
</feed>
