Path to this page:
./
time/todotxt,
Simple and extensible shell script for managing your todo.txt file
Branch: CURRENT,
Version: 2.12.0,
Package name: todotxt-2.12.0,
Maintainer: leotA simple and extensible shell script for managing your todo.txt file.
With a simple but powerful shell script called todo.sh, you can interact
with todo.txt at the command line for quick and easy, Unix-y access.
The Todo.txt CLI supports archiving completed tasks to done.txt and
priority/context tab autocompletion.
Required to run:[
textproc/gsed] [
shells/bash]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 699.73 KB
Version history: (Expand)
- (2020-08-12) Updated to version: todotxt-2.12.0
- (2018-04-25) Updated to version: todotxt-2.11.0
- (2017-12-19) Package added to pkgsrc.se, version todotxt-2.10 (created)
CVS history: (Expand)
2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Remove SHA1 hashes for distfiles
|
2020-08-12 14:16:54 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
todotxt: Update to 2.12.0
Changes:
2.12.0
------
### Added
- Added default priority variable `TODOTXT_PRIORITY_ON_ADD` ([#246])
- Added `done` option as alias of `do` ([#169])
- Added macOS 10.15.x support ([#300])
- Highlighting of dates, metadata and item numbers ([#264])
- Minimal config file / default filenames (todo.txt, done.txt, report.txt)
([#289])
- Enable file completion for add-on actions via `_todo_file{1,2,3}_actions`
([#270])
- Allow to customize what can be before / inside / after `+project` and
`@context` ([#271])
### Changed
- Read the task's name and uses as default ([#249])
- Updated interpreter reference to use environment variable ([#160])
- Allow setting of bash completion path ([#301])
### Fixes
- Fixed no end-of-line bug. Supports todos with no end-of-line. ([#295])
|
2020-05-16 19:34:13 by Roland Illig | Files touched by this commit (1) |
Log message:
time/todotxt: fix build in SUBST_NOOP_OK=no mode
|
2018-04-25 17:23:55 by Leonardo Taccari | Files touched by this commit (4) |
Log message:
todotxt: Update time/todotxt to 2.11.0
pkgsrc changes:
- Add support for the test suite (this needs gmake as a test tool dependency)
- Fix the shebang of test shell script with REPLACE_BASH and also add a
SUBST to fix a shebang in the middle of scripts (needed in shell script part
of the test suite).
REPLACE_INTERPRETER only adjust the shebang in the first line of the file.
- Add patches/patch-tests_test-lib.sh to just use `date -r' in non-GNU and
non-macOS lands. By default the current date is used and then the test will
definitely fails. While there are no guarantees that the date(1) available on
the system supports `-r' option it is probably better to try using it (indeed
this make all the date tests happy on NetBSD and probably also on FreeBSD and
OpenBSD according a quick skim of their date(1) man pages).
- Also install USAGE.md document (it is referenced by README.md).
Changes:
## [2.11.0] - 2018-03-26
### Added
- Added support for `$XDG_CONFIG_HOME` config file/actions location
- Created [CODE_OF_CONDUCT.md](/CODE_OF_CONDUCT.md) ([#217])
- Created [CHANGELOG.md](/CHANGELOG.md) ([#218])
### Changed
- Updated `add` command to accept lowercase priority ([#230])
- Clean tests and version file in Makefile. Don't ignore errors in tests.
- Updated [README.md](/README.md) ([#219])
- Update Downloads links to point at the Releases page ([#228])
- Set the executable bit when preparing releases ([#156])
### Fixes
- Update links to use https
- Suppress todo.sh error messages when invoked during completion ([#8])
|
2017-12-19 12:39:51 by Leonardo Taccari | Files touched by this commit (4) |
Log message:
todotxt: Import todotxt-2.10 as time/todotxt
A simple and extensible shell script for managing your todo.txt file.
With a simple but powerful shell script called todo.sh, you can interact
with todo.txt at the command line for quick and easy, Unix-y access.
The Todo.txt CLI supports archiving completed tasks to done.txt and
priority/context tab autocompletion.
Based on now-known-as wip/todotxt-git originally packaged in pkgsrc-wip by
tty` with several changes by myself.
|