<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qcd/qcd.bash-completion, branch v0.2.1</title>
<subtitle>Define shortcuts to directories for quick `cd`s</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/qcd/'/>
<entry>
<title>Add license information (GPLv3)</title>
<updated>2016-07-22T08:34:32+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-07-22T08:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/qcd/commit/?id=76389e82bcb37d59173bb29de63b190640946beb'/>
<id>76389e82bcb37d59173bb29de63b190640946beb</id>
<content type='text'>
* COPYING file
* Copyright headers on source files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* COPYING file
* Copyright headers on source files
</pre>
</div>
</content>
</entry>
<entry>
<title>qcd.bash-completion: Remove path variables</title>
<updated>2016-07-22T08:24:44+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-07-22T08:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/qcd/commit/?id=b3c735fb2f3c7ac648495b2c5beaf0d3e1adc411'/>
<id>b3c735fb2f3c7ac648495b2c5beaf0d3e1adc411</id>
<content type='text'>
Assume we'll get these from the main `qcd` script as currently they're
sourced to the global environment. This way at least we're not repeating
those lines in two places.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Assume we'll get these from the main `qcd` script as currently they're
sourced to the global environment. This way at least we're not repeating
those lines in two places.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Bash completion file to work with database-enabled version</title>
<updated>2016-07-22T05:54:47+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-07-22T05:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/qcd/commit/?id=70f810bc7877918d09346673de6d4906c7f82f51'/>
<id>70f810bc7877918d09346673de6d4906c7f82f51</id>
<content type='text'>
Bash completion now works for the new database-backed `qcd`.

Arguments 1 and 2 are completed by searching the `qcd` database.
Argument 3 is completed using default Bash completion by setting
`COMPREPLY` to `()` and adding `-o default` to the `complete` call as
recommended here:

http://stackoverflow.com/questions/12933362/getting-compgen-to-include-slashes-on-directories-when-looking-for-files/19062943#19062943

Copied over the directory variables from the `qcd` script. Not sure if I
should be putting them somewhere else so they're not in two different
places. I probably should. I was also concerned that once the scripts
are sourced, these variables will be in a user's shell environment. That
doesn't feel right, but I'm going to ignore it for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bash completion now works for the new database-backed `qcd`.

Arguments 1 and 2 are completed by searching the `qcd` database.
Argument 3 is completed using default Bash completion by setting
`COMPREPLY` to `()` and adding `-o default` to the `complete` call as
recommended here:

http://stackoverflow.com/questions/12933362/getting-compgen-to-include-slashes-on-directories-when-looking-for-files/19062943#19062943

Copied over the directory variables from the `qcd` script. Not sure if I
should be putting them somewhere else so they're not in two different
places. I probably should. I was also concerned that once the scripts
are sourced, these variables will be in a user's shell environment. That
doesn't feel right, but I'm going to ignore it for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit. First working version of qcd.</title>
<updated>2016-07-21T21:30:37+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-07-21T21:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/qcd/commit/?id=e2ad8c0877699bceeb4a1484912b8b33a56f99ff'/>
<id>e2ad8c0877699bceeb4a1484912b8b33a56f99ff</id>
<content type='text'>
The initial working `qcd` function and bash completion function copied
from my dotfiles. Shortcuts and directory paths are specified manually
in both scripts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The initial working `qcd` function and bash completion function copied
from my dotfiles. Shortcuts and directory paths are specified manually
in both scripts.
</pre>
</div>
</content>
</entry>
</feed>
