<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Ducker</title><link href="http://www.freakspot.net/programas/ducker/" rel="alternate"></link><link href="http://www.freakspot.net/programas/ducker/feeds/all-en.atom.xml" rel="self"></link><id>http://www.freakspot.net/programas/ducker/</id><updated>2017-04-08T23:03:00+02:00</updated><entry><title>Ducker 2.0.1 released</title><link href="http://www.freakspot.net/programas/ducker/ducker-2.0.1-released.html" rel="alternate"></link><published>2017-04-08T23:03:00+02:00</published><updated>2017-04-08T23:03:00+02:00</updated><author><name>Jorge Maldonado Ventura</name></author><id>tag:www.freakspot.net,2017-04-08:/programas/ducker/ducker-2.0.1-released.html</id><summary type="html">&lt;p&gt;Ducker 2.0.1 has been released&lt;/p&gt;</summary><content type="html">&lt;p&gt;Ducker 2.0.1 has been released. Several features have been added.&lt;/p&gt;
&lt;h2&gt;New Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Include an interactive mode&lt;/li&gt;
&lt;li&gt;Add &lt;code&gt;--np&lt;/code&gt;, &lt;code&gt;--noprompt&lt;/code&gt;, &lt;code&gt;--json&lt;/code&gt;, &lt;code&gt;--noua&lt;/code&gt;, &lt;code&gt;-p&lt;/code&gt;, &lt;code&gt;--proxy&lt;/code&gt;, &lt;code&gt;--site&lt;/code&gt;, &lt;code&gt;-t&lt;/code&gt;, &lt;code&gt;--time&lt;/code&gt;, &lt;code&gt;--colors&lt;/code&gt;, &lt;code&gt;-C&lt;/code&gt;, &lt;code&gt;--nocolor&lt;/code&gt;, &lt;code&gt;-x&lt;/code&gt;, &lt;code&gt;--exact&lt;/code&gt;, &lt;code&gt;-c&lt;/code&gt;, &lt;code&gt;--reg&lt;/code&gt;, &lt;code&gt;-n&lt;/code&gt;, &lt;code&gt;--count&lt;/code&gt;, &lt;code&gt;-s&lt;/code&gt;, &lt;code&gt;--start&lt;/code&gt; options.&lt;/li&gt;
&lt;li&gt;Small code improvements&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrading from previous versions&lt;/h2&gt;
&lt;p&gt;If you used pip to install Ducker, you can upgrade executing &lt;code&gt;pip
install -U ducker&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;If you got it cloning the
&lt;a href="https://notabug.org/Ducker/ducker"&gt;git repository&lt;/a&gt;, execute &lt;code&gt;git pull&lt;/code&gt;
in the repository folder to upgrade.&lt;/p&gt;
&lt;p&gt;If you downloaded the &lt;code&gt;.zip&lt;/code&gt; or &lt;code&gt;.tar.gz&lt;/code&gt; from
&lt;a href="https://notabug.org/Ducker/ducker/releases"&gt;https://notabug.org/Ducker/ducker/releases&lt;/a&gt;
or
&lt;a href="https://pypi.python.org/pypi/ducker"&gt;https://pypi.python.org/pypi/ducker&lt;/a&gt;,
just replace the old version.&lt;/p&gt;</content><category term="release"></category></entry><entry><title>Some development updates</title><link href="http://www.freakspot.net/programas/ducker/some-development-updates.html" rel="alternate"></link><published>2017-03-19T19:12:00+01:00</published><updated>2017-03-19T19:12:00+01:00</updated><author><name>Jorge Maldonado Ventura</name></author><id>tag:www.freakspot.net,2017-03-19:/programas/ducker/some-development-updates.html</id><summary type="html">&lt;p&gt;Road to 2.0 release&lt;/p&gt;</summary><content type="html">&lt;p&gt;It's great to have an interactive mode, but it's still very buggy.
That's the reason why I haven't made a new release yet. The most
important problem now is that Ducker doesn't support proper page
navigation.
I made a &lt;a href="https://notabug.org/Ducker/ducker/commit/eeecd17d2aa1eaf89872c53447af09678cc6ab2a"&gt;little hack&lt;/a&gt;
to support it up to result 30, but I should find a better solution
before the next release. Besides, I think it would be great to be able
to open various search results at the same time from the interactive
mode.&lt;/p&gt;
&lt;p&gt;When I solve those issues, I'll update the documentation. Hopefully, we
can publish the 2.0 release within the next two weeks and you won't find
many bugs.&lt;/p&gt;
&lt;p&gt;Other news: Ducker is now a &lt;a href="http://peers.community/"&gt;Peers Community&lt;/a&gt;
project. Peers Community is a community of people interested in free
software and free culture. This is the same community that runs
&lt;a href="https://notabug.org/"&gt;NotABug&lt;/a&gt;, which is where Ducker's code repository
is currently hosted. I want to thank the Peers community for providing
hosting to free software projects like this one and for finding some
bugs in Ducker.&lt;/p&gt;</content><category term="Peers"></category><category term="project"></category></entry><entry><title>Interactive mode</title><link href="http://www.freakspot.net/programas/ducker/interactive-mode.html" rel="alternate"></link><published>2017-01-10T22:47:00+01:00</published><updated>2017-01-14T16:53:00+01:00</updated><author><name>Jorge Maldonado Ventura</name></author><id>tag:www.freakspot.net,2017-01-10:/programas/ducker/interactive-mode.html</id><summary type="html">&lt;p&gt;Some updates about a new interactive mode&lt;/p&gt;</summary><content type="html">&lt;p&gt;Recently, I discovered a program called
&lt;a href="https://github.com/jarun/ddgr/"&gt;ddgr&lt;/a&gt;. It allows making searchs from
the command line with DuckDuckGo, but it's not exactly like Ducker. It
doesn't launch the search in the browser, but directly in the terminal.
From there you can choose which search result you want to open with the
browser.&lt;/p&gt;
&lt;p&gt;However, that program was incomplete, not up-to-date and it contained
unncesary code. I've made some contributions to make it better and I've
included its functionality in Ducker. That is, Ducker has now an
interactive mode that allows showing results from searches in the
terminal if it's launched without parameters.&lt;/p&gt;
&lt;p&gt;Nonetheless, there are still necessary some improvements before publishing
a new release.&lt;/p&gt;</content><category term="announcement"></category></entry><entry><title>Ducker 1.1.0 released</title><link href="http://www.freakspot.net/programas/ducker/ducker-1.1.0-released.html" rel="alternate"></link><published>2017-01-04T09:33:00+01:00</published><updated>2017-01-04T09:33:00+01:00</updated><author><name>Jorge Maldonado Ventura</name></author><id>tag:www.freakspot.net,2017-01-04:/programas/ducker/ducker-1.1.0-released.html</id><summary type="html">&lt;p&gt;Ducker 1.1.0 has been released&lt;/p&gt;</summary><content type="html">&lt;p&gt;Ducker 1.1.0 has been released. Some changes have been made.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Remove not working search categories. This means that &lt;code&gt;-a&lt;/code&gt;, &lt;code&gt;--audio-search&lt;/code&gt;, &lt;code&gt;--meaning-search&lt;/code&gt;, &lt;code&gt;-n&lt;/code&gt;, &lt;code&gt;--news-search&lt;/code&gt;, &lt;code&gt;-s&lt;/code&gt; and &lt;code&gt;--stocks-search&lt;/code&gt; options won't exist anymore&lt;/li&gt;
&lt;li&gt;Add Bash autocompletion file&lt;/li&gt;
&lt;li&gt;Support more documentation formats&lt;/li&gt;
&lt;li&gt;Little code fixes&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrading from previous versions&lt;/h2&gt;
&lt;p&gt;If you used pip to install Ducker, you can upgrade executing &lt;code&gt;pip
install -U ducker&lt;/code&gt;. You should take into account that some search
categories have been removed because they weren't working.&lt;/p&gt;
&lt;p&gt;If you got it cloning the
&lt;a href="https://notabug.org/Ducker/ducker"&gt;git repository&lt;/a&gt;, execute &lt;code&gt;git pull&lt;/code&gt;
in the repository folder to upgrade.&lt;/p&gt;
&lt;p&gt;If you downloaded the &lt;code&gt;.zip&lt;/code&gt; or &lt;code&gt;.tar.gz&lt;/code&gt; from
&lt;a href="https://notabug.org/Ducker/ducker/releases"&gt;https://notabug.org/Ducker/ducker/releases&lt;/a&gt;
or
&lt;a href="https://pypi.python.org/pypi/ducker"&gt;https://pypi.python.org/pypi/ducker&lt;/a&gt;,
just replace the old version.&lt;/p&gt;</content><category term="release"></category></entry><entry><title>New online documentation</title><link href="http://www.freakspot.net/programas/ducker/new-online-documentation.html" rel="alternate"></link><published>2016-12-09T17:09:00+01:00</published><updated>2016-12-09T17:09:00+01:00</updated><author><name>Jorge Maldonado Ventura</name></author><id>tag:www.freakspot.net,2016-12-09:/programas/ducker/new-online-documentation.html</id><summary type="html">&lt;p&gt;New online documentation&lt;/p&gt;</summary><content type="html">&lt;p&gt;Ducker has now online documentation. You can
read it at &lt;a href="http://www.freakspot.net/programas/ducker/docs/"&gt;http://www.freakspot.net/programas/ducker/docs/&lt;/a&gt;.
It's also available in the &lt;code&gt;docs&lt;/code&gt; folder from the &lt;a href="https://notabug.org/Ducker/ducker"&gt;Ducker repository&lt;/a&gt;.&lt;/p&gt;</content><category term="website"></category><category term="project"></category><category term="announcement"></category></entry><entry><title>Ducker 0.5.3 released</title><link href="http://www.freakspot.net/programas/ducker/ducker-0.5.3-released.html" rel="alternate"></link><published>2016-12-04T15:10:00+01:00</published><updated>2016-12-04T15:10:00+01:00</updated><author><name>Jorge Maldonado Ventura</name></author><id>tag:www.freakspot.net,2016-12-04:/programas/ducker/ducker-0.5.3-released.html</id><summary type="html">&lt;p&gt;Ducker 0.5.3 has been released&lt;/p&gt;</summary><content type="html">&lt;p&gt;Ducker 0.5.3 has been released. Some changes have been made.&lt;/p&gt;
&lt;h2&gt;Changes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Change homepage URL to point to &lt;a href="http://programas.freakspot.net/ducker/"&gt;http://programas.freakspot.net/ducker/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fix readme error&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrading from previous versions&lt;/h2&gt;
&lt;p&gt;If you used pip to install Ducker, you can upgrade executing &lt;code&gt;pip
install -U ducker&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;If you got it cloning the
&lt;a href="https://notabug.org/Ducker/ducker"&gt;git repository&lt;/a&gt;, execute &lt;code&gt;git pull&lt;/code&gt;
in the repository folder to upgrade.&lt;/p&gt;
&lt;p&gt;If you downloaded the &lt;code&gt;.zip&lt;/code&gt; or &lt;code&gt;.tar.gz&lt;/code&gt; from
&lt;a href="https://notabug.org/Ducker/ducker/releases"&gt;https://notabug.org/Ducker/ducker/releases&lt;/a&gt;
or
&lt;a href="https://pypi.python.org/pypi/ducker"&gt;https://pypi.python.org/pypi/ducker&lt;/a&gt;,
just replace the old version.&lt;/p&gt;</content><category term="release"></category></entry><entry><title>Ducker 0.5.1 released</title><link href="http://www.freakspot.net/programas/ducker/ducker-0.5.1-released.html" rel="alternate"></link><published>2016-12-04T02:17:00+01:00</published><updated>2016-12-04T15:06:00+01:00</updated><author><name>Jorge Maldonado Ventura</name></author><id>tag:www.freakspot.net,2016-12-04:/programas/ducker/ducker-0.5.1-released.html</id><summary type="html">&lt;p&gt;Ducker 0.5.1 has been released&lt;/p&gt;</summary><content type="html">&lt;p&gt;Ducker 0.5.1 has been released. Several features have been added.&lt;/p&gt;
&lt;h2&gt;New Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add &lt;code&gt;-H&lt;/code&gt; and &lt;code&gt;--no-javascript&lt;/code&gt; options to search with DuckDuckGo
  without using JavaScript through DuckDuckGo HTML version:
  &lt;a href="https://duckduckgo.com/html/"&gt;https://duckduckgo.com/html/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add &lt;code&gt;-l&lt;/code&gt; and &lt;code&gt;--lite&lt;/code&gt; options to search with DuckDuckGo using &lt;a href="https://duckduckgo.com/lite/"&gt;its
  lite interface&lt;/a&gt; (very convenient for
  text-based browsers)&lt;/li&gt;
&lt;li&gt;Add customization section in readme to help users customize Ducker&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrading from previous versions&lt;/h2&gt;
&lt;p&gt;If you used pip to install Ducker, you can upgrade executing &lt;code&gt;pip
install -U ducker&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;If you got it cloning the
&lt;a href="https://notabug.org/Ducker/ducker"&gt;git repository&lt;/a&gt;, execute &lt;code&gt;git pull&lt;/code&gt;
in the repository folder to upgrade.&lt;/p&gt;
&lt;p&gt;If you downloaded the &lt;code&gt;.zip&lt;/code&gt; or &lt;code&gt;.tar.gz&lt;/code&gt; from
&lt;a href="https://notabug.org/Ducker/ducker/releases"&gt;https://notabug.org/Ducker/ducker/releases&lt;/a&gt;
or
&lt;a href="https://pypi.python.org/pypi/ducker"&gt;https://pypi.python.org/pypi/ducker&lt;/a&gt;,
just replace the old version.&lt;/p&gt;</content><category term="release"></category></entry><entry><title>Ducker page submitted to the Free Software Directory</title><link href="http://www.freakspot.net/programas/ducker/free-software-directory.html" rel="alternate"></link><published>2016-11-27T01:40:00+01:00</published><updated>2016-11-27T02:35:00+01:00</updated><author><name>Jorge Maldonado Ventura</name></author><id>tag:www.freakspot.net,2016-11-27:/programas/ducker/free-software-directory.html</id><summary type="html">&lt;p&gt;Ducker page submitted to the Free Software Directory&lt;/p&gt;</summary><content type="html">&lt;p&gt;I've submitted a &lt;a href="http://directory.fsf.org/wiki/Ducker"&gt;page for Ducker&lt;/a&gt;
to the &lt;a href="http://directory.fsf.org/wiki/Main_Page"&gt;Free Software Directory&lt;/a&gt;.
Now we are waiting for its approval.&lt;/p&gt;</content><category term="website"></category><category term="project"></category><category term="announcement"></category></entry><entry><title>Ducker website</title><link href="http://www.freakspot.net/programas/ducker/ducker-website.html" rel="alternate"></link><published>2016-11-26T20:34:00+01:00</published><updated>2016-11-27T02:08:00+01:00</updated><author><name>Jorge Maldonado Ventura</name></author><id>tag:www.freakspot.net,2016-11-26:/programas/ducker/ducker-website.html</id><summary type="html">&lt;p&gt;Ducker has a website now&lt;/p&gt;</summary><content type="html">&lt;p&gt;Welcome to the new website of Ducker. I've decided to create this
website using &lt;a href="http://getpelican.com/"&gt;Pelican&lt;/a&gt; and host it in my own
server because the submission of the
&lt;a href="https://savannah.gnu.org/task/?14195"&gt;Ducker project in Savannah was very slow&lt;/a&gt;.
I thought &lt;a href="http://getpelican.com/"&gt;Pelican&lt;/a&gt; was a great choice because:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It is written in Python, just like Ducker&lt;/li&gt;
&lt;li&gt;It is easy to distribute the source code of the website in a
   repository and, thus, increase contributions&lt;/li&gt;
&lt;li&gt;We can use &lt;a href="https://en.wikipedia.org/wiki/RSS"&gt;RSS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;It Allows translations&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This website is free software (&lt;a href="https://notabug.org/Ducker/ducker-website"&gt;here is the source code&lt;/a&gt;), so you can
submit articles, corrections, translations or whatever you think is
necessary to improve it. Every time a new release of Ducker is made,
we should create a new article with the &lt;strong&gt;release&lt;/strong&gt; tag.&lt;/p&gt;</content><category term="website"></category><category term="project"></category><category term="announcement"></category></entry></feed>