<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openrussian-cli, branch master</title>
<subtitle>Offline Console Russian Dictionary (based on openrussian.org)</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/openrussian-cli/'/>
<entry>
<title>fixup: renamed openrussian.fish to openrussian-completion.fish (refs #6)</title>
<updated>2024-08-21T21:20:37+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-08-21T21:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/openrussian-cli/commit/?id=42c8887f940997f653fe7877c35dd01cb11c828f'/>
<id>42c8887f940997f653fe7877c35dd01cb11c828f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6 from ehmry/fish</title>
<updated>2024-08-21T21:15:29+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-08-21T21:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/openrussian-cli/commit/?id=0992c51b0e2af9542dedfac84c27548293c94f91'/>
<id>0992c51b0e2af9542dedfac84c27548293c94f91</id>
<content type='text'>
Add fish shell completion</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add fish shell completion</pre>
</div>
</content>
</entry>
<entry>
<title>Add fish shell completion</title>
<updated>2024-08-21T21:05:14+00:00</updated>
<author>
<name>Emery Hemingway</name>
<email>ehmry@posteo.net</email>
</author>
<published>2024-08-21T15:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/openrussian-cli/commit/?id=fc6339d449d9224b07174d01417a05fecedcf764'/>
<id>fc6339d449d9224b07174d01417a05fecedcf764</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use single quotes for SQL string constants consistently</title>
<updated>2024-04-25T10:45:34+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-04-25T10:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/openrussian-cli/commit/?id=7cae6732391f48b7094ff5270b42941bf97c9210'/>
<id>7cae6732391f48b7094ff5270b42941bf97c9210</id>
<content type='text'>
* Double quotes apparently cause problems with newer sqlite versions where they are automatically
  interpreted as column names.
* Should fix lookup of English/German words.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Double quotes apparently cause problems with newer sqlite versions where they are automatically
  interpreted as column names.
* Should fix lookup of English/German words.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed piping to Groff</title>
<updated>2024-01-12T20:04:59+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-01-12T20:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/openrussian-cli/commit/?id=2812e9a904f8367fdb482c09486ca502246e1ed3'/>
<id>2812e9a904f8367fdb482c09486ca502246e1ed3</id>
<content type='text'>
* nroff does not always support `-K`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nroff does not always support `-K`
</pre>
</div>
</content>
</entry>
<entry>
<title>added support for Zsh autocompletions</title>
<updated>2024-01-12T14:46:04+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-01-12T14:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/openrussian-cli/commit/?id=62e09984bf054e96cedb7eefaf0f59b35b270c07'/>
<id>62e09984bf054e96cedb7eefaf0f59b35b270c07</id>
<content type='text'>
* actually autocompletions are much more powerful than on Bash
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* actually autocompletions are much more powerful than on Bash
</pre>
</div>
</content>
</entry>
<entry>
<title>support FreeBSD</title>
<updated>2024-01-12T14:42:44+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-01-12T14:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/openrussian-cli/commit/?id=0fbed9a95255c9a6ade511bf3c12286f4450fa90'/>
<id>0fbed9a95255c9a6ade511bf3c12286f4450fa90</id>
<content type='text'>
* Instead of relying on `man -`, we call Groff directly.
* Naturally, we must depend on Groff as well.
* man-db is not available on FreeBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Instead of relying on `man -`, we call Groff directly.
* Naturally, we must depend on Groff as well.
* man-db is not available on FreeBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3 from vs49688/master</title>
<updated>2023-10-06T08:46:27+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2023-10-06T08:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/openrussian-cli/commit/?id=03777f5be657dcaa8fe379f2e1a39d1c2db04d00'/>
<id>03777f5be657dcaa8fe379f2e1a39d1c2db04d00</id>
<content type='text'>
postprocess: remove use of double-quoted strings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
postprocess: remove use of double-quoted strings</pre>
</div>
</content>
</entry>
<entry>
<title>postprocess: remove use of double-quoted strings</title>
<updated>2023-10-06T08:31:37+00:00</updated>
<author>
<name>Zane van Iperen</name>
<email>zane@zanevaniperen.com</email>
</author>
<published>2023-10-06T08:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/openrussian-cli/commit/?id=984e555acbadbd1aed7df17ab53e2c586a2f8f68'/>
<id>984e555acbadbd1aed7df17ab53e2c586a2f8f68</id>
<content type='text'>
As of SQLite 3.41.0, their use is disabled by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As of SQLite 3.41.0, their use is disabled by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2 from vs49688/master</title>
<updated>2021-04-23T15:59:54+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2021-04-23T15:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/openrussian-cli/commit/?id=470373386cf33c3c7359d15a44d82d2d84a7c065'/>
<id>470373386cf33c3c7359d15a44d82d2d84a7c065</id>
<content type='text'>
Remove NixOS files and update README</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove NixOS files and update README</pre>
</div>
</content>
</entry>
</feed>
