<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ctct.git/TODO, branch master</title>
<subtitle>a simple console contact manager</subtitle>
<id>http://git.respiranto.de/ctct.git/atom?h=master</id>
<link rel='self' href='http://git.respiranto.de/ctct.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/'/>
<updated>2019-01-10T07:17:52+00:00</updated>
<entry>
<title>Honor $VISUAL</title>
<updated>2019-01-10T07:17:52+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2019-01-10T07:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=9e34fc04c31fa00f97a889be2d41fb43d44deeb0'/>
<id>urn:sha1:9e34fc04c31fa00f97a889be2d41fb43d44deeb0</id>
<content type='text'>
It does now take precedence over $EDITOR when editing files.

You probably do not want to edit contact entries with ed.
</content>
</entry>
<entry>
<title>Fix return value in display_exact</title>
<updated>2018-12-29T18:18:33+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-29T18:15:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=e3fc254fc620b3533dd58a06ceaaf45ca372aed6'/>
<id>urn:sha1:e3fc254fc620b3533dd58a06ceaaf45ca372aed6</id>
<content type='text'>
Also,
- declare constant variables actually as constant.
- use `-mindepth 1' in addition to `-maxdepth 1' for find.
</content>
</entry>
<entry>
<title>Use arrays for the program variables</title>
<updated>2018-12-25T18:55:10+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-25T18:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=6b7f9285c430ae198b1190a6454b503da716fa6f'/>
<id>urn:sha1:6b7f9285c430ae198b1190a6454b503da716fa6f</id>
<content type='text'>
Also,
- Fix --search-by-data with $output_program != cat.
 `- Required a the introduction of $tmp_dir.
- Correct some bad explanation in ctct_config(5).
- Correctly initialize $user_config_file in the script.
</content>
</entry>
<entry>
<title>Update CHANGELOG</title>
<updated>2018-12-25T16:52:44+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-25T16:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=822c9773316ffff0ec8f1c791af3fd50433ee9b0'/>
<id>urn:sha1:822c9773316ffff0ec8f1c791af3fd50433ee9b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix --search-by-data and rename its bash function</title>
<updated>2018-12-25T16:23:27+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-25T16:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=72cd558d5d6c4965bb35ed1f9175a4528421ad7a'/>
<id>urn:sha1:72cd558d5d6c4965bb35ed1f9175a4528421ad7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Globally use the same (default_)user_config_dir</title>
<updated>2018-12-25T16:09:43+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-25T16:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=0dd0716c761e328292bf8aac1b15edbdc4f73d2e'/>
<id>urn:sha1:0dd0716c761e328292bf8aac1b15edbdc4f73d2e</id>
<content type='text'>
Also,
- Fix issues with doubled slashes in man pages (in configure.ac).
- Update some copyright years.
</content>
</entry>
<entry>
<title>Prevent matching illegal sequences globally</title>
<updated>2018-12-25T15:27:49+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-25T15:03:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=194052e67ed30121d7b66e8e7db559a32d001dab'/>
<id>urn:sha1:194052e67ed30121d7b66e8e7db559a32d001dab</id>
<content type='text'>
E.g., a+b will no longer be matched by anything.  This is due to the
global usage of a modified list_all().

Also:
- Use different return types for different things (e.g. $RET_SUCCESS).
 `- Both internally and externally (exit codes, documented in ctct(1)).
- Make --search-by-data more efficient.
 `- One call to grep for all files.
 `- The conjunction of the regexes still requires several calls.
- Rename functions to more speaking names.
- Document the function parameters.
- Add vi modelines.
- Use [[:alpha:]] instead of [A-Za-z] which appears to be the same but
  more clear.  Notably, both seem to include non-ASCII letters, for
  example 'à'.
- Set nullglob option in the script to prevent errors for cases where
  glob patterns would be used.
- Add a silent option ro check_syntax() (not used).
- Add a full_path option to list_all() (not used).
- Use return instead of exit in main().
- Remove one remaining usage of eval.
- Fix small format issue in ctct(1) (I -&gt; B).
 `- They are no longer, but it hardly harms to have this option.
</content>
</entry>
<entry>
<title>Rename conf file and bash completion script</title>
<updated>2018-12-24T21:08:46+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-24T20:56:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=e82f76b87ff9779532908a02315b6425fb8a53f4'/>
<id>urn:sha1:e82f76b87ff9779532908a02315b6425fb8a53f4</id>
<content type='text'>
Also,
- Add the new manpage to the Makefile.
- Add additional dependencies in README.
- Fix some small formatting mistakes in ctct(1).
</content>
</entry>
<entry>
<title>Split off ctct_config(5)</title>
<updated>2018-12-24T19:21:08+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-24T19:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=263743c43945d4ee8d0fcd88636db3ddd4981eaa'/>
<id>urn:sha1:263743c43945d4ee8d0fcd88636db3ddd4981eaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve ctct(1)</title>
<updated>2018-12-24T17:50:12+00:00</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2018-12-24T17:41:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/ctct.git/commit/?id=f440a9c21188195ad111cf01d4e00c0874e72bb1'/>
<id>urn:sha1:f440a9c21188195ad111cf01d4e00c0874e72bb1</id>
<content type='text'>
- Try to conform to man-pages(7).
 `- Try to avoid technical information.
 `- Remove the CONFIGURATION section.  It's contents are to reappear in
    ctct_config(5) which ctct(1) already references.
- Add some commented blank lines to improve readability.

Also, in the main script:
- Add EXIT_* variables.  Not yet used.
- Improve the naming in the help output.
- Stop option parsing on '--'.
- In the default case (i.e. no special option), return 1 if only a non
  exact match was found.
</content>
</entry>
</feed>
