2024-03-26 10:57
- Unterminated date range, e.g.
--from today
will now assume current time as end date. Results ofdoing show all --from today
will now matchdoing today
.
2024-03-26 10:17
- Add todo as an example command plugin
- Error thrown when trying to guess a section/view when there's no match.
2023-08-17 09:49
- Shortdate format config options (run
doing config update
and see the newshortdate_format
section in your config file)
2023-07-01 12:49
- Error on deep_set when value is an array
2023-07-01 12:39
- Better handling of defaults for normalize functions
- Allow value of 0 to be considered a good result when testing for good values
2023-05-31 11:47
- Most commands that allow --section can now take multiple values, either by using --section multiple times or providing a comma separated list of sections to the flag
2023-03-11 10:50
- Remove extra divider line before grand total in byday table
2023-03-11 10:21
- Table header in byday output
2023-03-11 06:03
- Add plugins.byday.item_width config for byday plugin
2023-03-11 05:50
- Formatting and color for byday table
- Remove @done tag from byday items
2023-03-10 15:16
- 'byday' export plugin to allow display of items grouped by day with total times
2023-01-01 07:30
- Error running
commands list
without--style
flag
2022-08-28 14:37
- Add --since as alias for --back on again, done, meanwhile and now
2022-08-08 12:19
- Comparison of Doing::Section to string
2022-08-08 12:05
- Deprecation warning
2022-08-08 11:58
2022-07-21 09:31
- Maintenance release
2022-07-21 07:11
- Allow gem-based plugins. Any gem that starts with
doing-plugin-*
will be loaded and available to doing.
2022-07-01 10:02
- Better way to insert a colored string into a another string and return the the previous color at the end of the inserted string. Whew, that was a weird way to say it.
doing view
not respecting search.highlight config
2022-06-29 05:54
- Remove @meanwhile from tag totals
- Less spacing between items in default HTML export CSS
- Code duplication in timers.rb
2022-06-29 02:06
- Failed to include update command in release
2022-06-29 01:59
doing update
will update doing to the latest available version
doing done ...
wasn't autotagging the new entry
2022-06-01 10:20
- BREAKING: The
-s
flag ondoing show
now means section instead of search. Use--search
for the search flag.
- You can now use %#FFFFFF style hex strings to set colors in templates. Use %bg#FFFFFF to set a background color. Colors must be 6-digit hex codes
doing show --section NAME
allows limiting tag results to a section (same as runningdoing show SECTION_NAME @TAG
but added for compatibility with other commands)
2022-05-26 11:20
- Add
i[:finished]
as a boolean in Markdown export template (tests for @done tag and provides true/false)
2022-05-26 10:20
- In Markdown templates (erb),
i[:flagged]
will be set to true or false based on whether the item has @flagged (or whatever marker_tag is set to) present
doing recent --interactive XX
wasn't respecting XX count and instead showing alldoing recent --section SECT COUNT
not respecting count when section is provided
2022-05-26 07:11
- more permissions issues
2022-05-25 16:10
- permissions issue
- Reduce keypath translation logging
2022-05-25 12:36
doing select
-> select repeat/resume from menu, failed to repeat
2022-05-25 12:33
doing archive --no-label
not being respected
2022-05-16 07:40
- Bash completion linking dash vs underscore in path
2022-05-12 08:49
- When using
doing again
, don't replace an existing @done tag on the entry to be repeated
2022-05-11 10:13
doing now --finish_last
not finishing most recent entrydoing now --from
not parsing finish date from time range
2022-03-26 11:12
--output doing
now outputs true Doing file format, including IDs, so existing entries can be updated when re-importing this output- Add
doing config open
as a synonym foredit
- Help output for
--bool
flag
2022-03-23 08:19
- Store MD5 ids with each entry
- JSON import takes Doing format JSON and updates existing items with matching ids, adding new entries for unmatched
- JSON output includes section and id for each entry
2022-03-22 08:57
- Specifying '12am' as a start time filter resulted in a Nil error
2022-03-21 07:46
doing views --remove NAME
to delete a view- Deleting all view content in editor (
doing views -e
) deletes the view
- When saving a view, ignore keys that are the same as the default template
- Commands accepting
--save
also accept--title TITLE
- When saving a view, store original date string instead of chronified result
- Error when testing for valid date
2022-03-20 12:44
- 'parent' key in view config allows inheritance
- Use
--save NAME
with view commands to store command line options as a view in config - Views function as commands, so you can run
doing custom
and getdoing view custom
if 'custom' is not a recognized command - Breaking change - boolean switches on the command line no longer override views
- Add an argument to
doing views
to dump the YAML for a single view - Use
doing views NAME --editor
to open the YAML for a single view in the default editor, saving the result to main config - Use
doing views [-e] -o json NAME
to dump or edit a view as json instead of YAML
doing changes --only [changed,new,improved,fixed]
to only show changes of a type- Allow all show options in view config
- Disable autocorrect for command names so custom views can better override similarly-spelled commands
doing changes --prefix
will output each change with a type prefix- Include -F switch in
less
when paging to avoid pager if less than one screen
doing templates --list
returning error
2022-03-17 09:38
- Config option
editors.pager
allows you to force a pager (ignore env settings)
- Change pager preference order to $PAGER, less -Xr, $GIT_PAGER
- Remove
bat
from pager options as it just falls back toless -Xr
anyway - Using CTRL-C when entring a note interactively won't cancel the whole operation, just the note
- Add delay between
doing select --editor
and opening the editor, fixes some TTY echo issues - If
doing last --editor
has no changes, exit gracefully - Trigger pre/post_write hooks when using undo/redo
doing config set
issues with keys that default to nil- Notification for
doing config set --remove
missing last element of key path
2022-03-16 09:29
- Filter methods available to plugins on Items collection - #in_section, #search, #tagged, #between_dates
- Better comparison methods for Items and Sections
doing tag_dir -r TAG
can remove an indivudal tag from default_tags (--clear removes all)doing tag_dir
accepts--editor
to edit tag list in default editordoing tag_dir
without arguments requests input via readline- Use
.txt
instead of.md
for editor temp file to avoid incorrect syntax higlighting in editor - Further API documentation
- Security warnings related to regular expressions
- Items.diff method returning too many changes
2022-03-14 19:56
doing finish
accepts--from
ranges to update both start and finish datesdoing finish
allows--back
and--took
to be used togetherdoing finish
allows--search
and--tag
to be used togetherdoing finish --from 'DATE to DATE'
allows you to set a new start and end time with a single range stringdoing reset --from 'DATE to DATE'
allows you to reset an entry's start time and update or add @done timedoing reset
accepts a--took Xm
flag to change the finish time--output FORMAT
option for all display commands, including last, recent and today
- Code refactoring, split up WWID class
- Better diff method available to hooks to see what changed
- Search highlighting was being skipped in all cases
2022-03-13 04:32
--val
accepts date, time, title, note, text for comparisons
- Allow time filtering for
--val
where if only a time is supplied for a date query, ignore the date and filter entries by time of day - Check for tag matching property name before assuming property in
--val
comparisons - Allow
doing tag 'name(value)'
to update an existing value (already works with--value
flag) --editor
flag fordoing show
to batch edit results- When adding a tag via
doing select
, allow a tag with a value to update an existing value
doing on today
breaking on Ruby 2.6- Sort entries by both date and title to prevent shuffling between revisions
2022-03-12 15:40
--val 'duration > 2h'
allows querying elapsed time of entries
- Exclude never_finish entries when searching for @done items
--editor
not saving results in some commands (includingdoing search -e
)- Clock or dhm interval output not converting hours to days in some cases
2022-03-12 11:37
- Recognize STDIN input on non-Mac systems. I don't know if this will translate to Windows or not. Resolves #136, thanks @sjsrey for the pointer
- Recongnition of 'today' as a date input, e.g.
doing on today
, converts to 'current date 12am to 11:59pm'
2022-02-25 08:44
- Warning when using
doing done --took
2022-02-21 14:53
- Revert switch to sys-uname, hopefully solve crash
2022-02-20 09:32
- Allow
--from 8am
time range without end time to mean8am to 11:59pm
--tag_order
for commands with--totals
output that were missing it- Tag and search filters for on, since, today and yesterday
- Time filters for today and yesterday
--only_timed
filter for yesterday--only_timed
for today- Remove exact duplicates from content before saving
doing sections
now has subcommands --sections list
,sections add SECTION
(replacesadd_section
) andsections remove SECTION
allows removal of a section and archiving of its contents
doing yesterday --from
not filtering time range- Don't return a duration or interval for entries configured as never_time or never_finish
--from
time filter for yesterday- Regex error in
doing archive
--times
error indoing today
2022-02-18 12:09
- Major fixes for completion scripts, especially zsh
2022-02-18 08:34
doing config set --local
flag to force updates to local .doingrc, creating if it doesn't exist, and bypassing menu selection
doing tag_dir
will not allow duplicate tags or tags that are already applied by a config higher up the hierarchydoing tag_dir
will force updates to .doingrc in the current directory rather than offering a menu
- When running without subcommand, e.g.
doing this thing
, the first word was being lost - Remove blank lines when running
doing changes --changes --md
(output changes only in Markdown format)
2022-02-17 12:59
doing completion install SHELL
will copy the default completion scripts to your ~/.local/share/doing folder and offer to symlink them to autoload directories. These scripts are generated with each release but will not include any custom commands or plugins in the completions.doing completion
now uses subcommands,generate
andinstall
. The install command will write default scripts to ~/.local/share/doing/completion and link them into the appropriate autoload directory for the shell. The generate command will create new scripts that include any custom commands and plugins.- Convenience methods for plugins getting and setting configuration options using dot key paths (
Doing.setting('plugins.myplugin.setting')
andDoing.set('plugins.myplugin.setting', value)
)
- When generating completion scripts using
doing completion --file FILE_PATH
, if the file specified is not in an auto-load directory for the shell type, offer to symlink the output to an appropriate directory - Update examples in
doing help completion
and its subcommands - Move in-memory configuration into a module variable so it can be persisted/accessed outside of a WWID object using
Doing.config
- Clean up/update
wiki
example command
- Don't output empty notes as empty brackets in JSON output (also fixes the LaunchBar view of recent entries)
- Error in
--back
flag fordoing again
- Don't try to finish items already marked @done in
doing again
- Generating scripts using
doing completion
would fail if the terminal running it was narrow enough to wrap help output
2022-02-14 12:42
doing changes --interactive
will load up a changelog viewer using fzf. Because it makes me happy, that's why.
2022-02-14 11:39
- Lines merging in
doing changes --changes
output
2022-02-14 06:04
doing finish --update
will overwrite any existing @done tag with a new date (current time or set with--at
or--back
)
- Code refactoring and cleanup
- Include release dates in
doing changes
output when available - Allow various naming conventions for %color strings in templates. Now
boldwhite
,brightwhite
,bg_bold_cyan
, andbold_bg_cyan
all work (for example) - Common flags (e.g. --search, --tag) found on multiple commands consolidated and help descriptions matched
commands_accepting
now accepts multiple arguments and a--bool
flagchanges
command can now output changes only (no version numbers) and defaults to raw Markdown if not a TTY or the--md
flag is useddoing archive
now accepts--after
and--from
date filters
- Some flag descriptions in help
- Editor detection
2022-01-23 16:14
- Use plugins.hidden_commands in configuration to disable any command (array of command names). Note that some commands use aliases and the first name should be used.
doing commands [add|remove]
allows interactive enabling and disabling of default and custom commands
- Moved all commands into separate files for management
- Changelog command regex too greedy when parsing changelog
2022-01-23 09:25
2022-01-22 17:27
- Minor update to Fish completion script
- Changelog formatting issue
2022-01-22 15:52
- All display commands (except view) now accept
--config_template TEMPLATE_KEY
to override that commands default template. - Display commands accept
--template
, which takes a template string containing %placeholders and overrides the commands default template output. Affects grep, last, on, recent, show, since, today, yesterday
- With complete examples in the help output for most commands,
doing help
almost always requires scrolling up. It now automatically paginates using your system $PAGER (or best detected option). doing tags
takes a MAX_COUNT argument to limit results when searchingdoing tags --line
flag to output tags in a single line- Mostly for my own use,
doing changes
(which views the changelog) now accepts--lookup VERSION
and--search SEARCH_PATTERN
doing changes --lookup
accepts"< 2.1 > 2.0"
,"2.1.10-2.2"
, a specific version, or a version number with wildcards- When registering hooks, you can pass an array to register a block for multiple events, assuming the events provide the same block arguments (like post_entry_added and post_entry_updated)
- Running
--tag "@doing"
wouldn't work where--tag "doing"
would. Now properly ignoring @ symbols
2022-01-21 14:53
2022-01-20 12:05
- Custom types not available to custom commands
2022-01-20 11:49
- Autotag option for interactive
doing select
menu - (Breaking change) Made the later command an optional plugin, see wiki for how to install (and create) custom commands
- Config setting doing_file_sort (asc or desc) determines the sort order of entries in the actual Doing file. Has no effect on other operations, just allows you to store the file with newest entries at top (desc) or bottom (asc).
- Autotag improvements
- If doing is run without a command but with arguments, execute it as if you'd run
doing now
, passing the arguments to that. So you can just write "doing this thing" instead of "doing now this thing", as long as the first word of the arguments is not a recognized command.
doing again
should only mark the original repeating entry @done, not search for the last unfinished entry- Error when using
doing finish --auto
doing on wed
when today is wednesday not returning results- Using
config set
with a false value deleted the key from config config set
with true or false value was inserting a quoted string- Entries were not being sorted (at all) within sections when writing the Doing file
2022-01-18 08:40
- Search highlighting error with some pattern searches
- Reverse sort of items in menu from
--interactive
flags - Nil error when
--interactive
was called without search results
Build automation test
2022-01-18 07:26
--hilite
option fordoing search
to highlight matches in search results (terminal output only)--hilite
flag forshow
andview
to highlight results when used with--search
- Show preview of up to 5 items when confirming a delete operation so you actually know what you're deleting
- Allow
--ask
when creating new entry via STDIN pipe - Tab completion for known tags when creating an entry interactively
- Add purple as an alias for magenta in template colors
- Clear STDIN before requesting input
2022-01-18 02:45
doing done --from "3pm to 3:15pm"
to set start and end times with natural language string
- Running
doing tag
without arguments takes command line input - If
doing now
ordoing later
are run without arguments, interactively request necessary information (you can still use--editor
to edit in your preferred editor) - Tab completion for tags when entering at prompt
- Use readline when requesting input text, better editing features
doing done --at
no longer overrides--back
doing select
-> output formatted empty output- Sort items by date when using
doing select --editor
(was loading in selection order instead) - Ruby 2.7 error in template output (.empty? on FalseClass)
- Don't add empty entry when cancelling
--editor
- Batch editing bugs
2022-01-17 07:25
- When completing an entry, if the elapsed time would be greater than a (configurable) amount, doing will now ask for confirmation and allow you to enter a new duration before setting the @done date
- When entering intervals, you can now use 1h30m in addition to 1.5h or 90m
- Date expansion works in more circumstances
- You can include date tags with natural language values when adding tags via
doing select
- Tags containing values with spaces no longer cause errors
- All commands that accept
--note
now accept--ask
, which requests input via readline after creating the note. Multiple lines are allowed, hit return twice to end editing. Works alongside--note
and--editor
- Implement
--search
and--from
filtering for import plugins - UTC format date strings in select menus for consistency (was relative date formatting)
- Don't populate the fzf search with
--search
, it's already filtered. Separated--query
from--search
if you do want to populate the query string in addition to--search
filtering - When showing relative dates, don't include the year if the date is the previous year but a later month than the current month (less than a year old)
- When using
--editor
while adding an entry, include any note specified on the command line or via--ask
for further editing
--val
flag for all display commands, allows tag value queries. Tag values are contained in parenthesis after the tag, e.g. @progress(50). Queries look like--val "done < two weeks ago"
, "project *= oracle" or "progress >= 50". Wildcards allowed in value, comparators can be <, >, <=, >=, ==, *= (contains), ^= (begins with), $= (ends with). Numeric and date comparisons are detected automatically. Text comparisons are case insensitive.--val
can be used multiple times in a command and you can use--bool
to specify AND, OR, or NOT (default AND)doing tag
now accepts a--value
flag to define a value for a single tag, e.g. @tag(value)
doing last --editor
errors
- Tag_dir command creates/updates .doingrc files in the current directory with default_tags values. Then all entries created within that directory (or subdirs) get tagged with that value.
- Synonym triggers allow
*
and?
wildcards - Add
--delete
flag fordoing last
to delete last entry --delete
and--editor
flags fordoing search
, batch edit and delete- Example hook to add new entries containing a certain tag to Day One
- New hooks: pre_entry_add, post_entry_added, post_entry_updated, post_entry_removed, pre_export
- If you need to use a colon in an autotag transform pattern, you can split with double colon, e.g. pattern::replacement
- Arrays defined in local configurations merge with main config instead of overwriting
doing tags --interactive
wasn't showing menu
--age
(oldest|newest) option for view command
- Only attempt to install fzf if it doesn't exist on the system. In case of errors, this means a user can manually install fzf and still be able to access
--interactive
options
- Rotate command only archiving half of requested items
- Frozen string error in doing import plugin
- Hidden command
doing commands_accepting
which shows all commands that accept a given option, e.g.doing commands_accepting search
shows all commands that take a search filter - Hidden command
doing changelog
which outputs a paginated, formatted version of the change history.
- The output of
doing template --list
now shows the file type of each template - Output templates can now be saved to a default location/filename using
doing template html --save
- Error running
doing recent
on certain older ruby versions
doing redo
undoes a redodoing undo -i
offers a list of available versions for selection- Multiple undo. Every time a command modifies the doing file, a backup is written. Running
doing undo
repeatedly steps back through history,doing undo 5
jumps back 5 versions - When resetting via
doing select
, prompt for a date string doing reset
accepts a date string argument to use as start date instead of current time if provideddoing tags
lists tags used in any/all sections, sortable, with or without frequency countsdoing show --menu
offers an interactive menu for selecting section and tag filters- All commands that accept a
--tag
filter can now handle wildcards in the tag names. * to match any number of characters, ? to match a single character. - New boolean type for tag searches, PATTERN (which is now the default). Combine tags using symbols to create more complex boolean searches, e.g. "doing +coding -work"
- You can now define
date_tags
in config, an array of tags/patterns that will be recognized when parsing for natural language dates which are converted when saving new entries --search
strings can contain quoted phrases and use +/- to require or ban terms, e.g. `--search 'doing +coding -writing'- Interactive option for redo command
- Plugins for Day One export
- Better diff output for fzf preview of
doing undo
history - Fall back to good ol' sed for colorizing diffs when no good tool is available
doing redo
(a.k.a.doing undo --redo
) can be run multiple times, stepping forward through undo history. Can also take a count to jump- Matching algorithm can be configured in settings
- All template placeholders can now use the "printf" formatting that %title and %note have, allowing for padding, prefixes, etc.
- Move default locations for doing file and backups to ~/.local/share/doing
doing show --menu
will only offer tags that exist after any tag/search filters have been rundoing show @tag
with--menu
will first filter by the @tag, then do an OR search for tags selected from the menu
doing reset
without filter not automatically affecting most recent entryconfig set
now preserves value type (string, array, mapping) of previous value, coercing new value if needed- Preserve colors when wrapping text to new lines
- Tag highlighting errors
- Template options specified in views were being overriden by options in templates. View config now has precedence, but will fall back to template config for missing keys
- Better diff output for fzf preview of
doing undo
history - Fall back to good ol' sed for colorizing diffs when no good tool is available
doing redo
(a.k.a.doing undo --redo
) can be run multiple times, stepping forward through undo history. Can also take a count to jump
doing reset
without filter not automatically affecting most recent entryconfig set
now preserves value type (string, array, mapping) of previous value, coercing new value if needed
- BREAKING CHANGE: custom classes for Section (hash) and Items (Array). @content is still a regular Hash. Sections have methods :original and :items. This will affect plugins as wwid.content[section][:items] is now wwid[section].items (same for :original)
doing config set -r key.path
will delete a key from any config file, removing empty parent keysconfig list
will list detected .doingrc files and the main config file in order of precedence - refactoring- When modifying start dates or @done dates via an editor command, natural language strings can be used and will be parsed into doing-formatted dates automatically
- When editor is invoked, entry titles include start date, which can be modified
--before
,--after
, and--from
date filters for select command--from
flag fordoing today
anddoing yesterday
, filter by time range--from
flag fordoing search
, filter by date/time range- Commands that accept
--before
,--after
, and--from
can now filter on time ranges. If the date string given contains only a time (no day or date), it will be interpreted as a time range, meaning the date isn't filtered, but only entries within the time range are shown/processed - Add %duration placeholder to template variables
- Add
interval_format
setting to config (applies to root or any view/template) to set intervals/durations to human (2h 15m) or text (00:02:15) - Add
duration
key to config (root or view/template). If set to true, will display durations by default (no need for--duration
) - Most display commands now have a
--duration
flag that will display an elapsed time if the entry is not marked @done
- Config -o raw outputs value as YAML if result is a Hash/mapping, unquoted string if a single value, comma-separated list if it's an Array.
- Config -o json no longer includes key, only value.
- System agnostic method for checking available executables (pager, editor)
- Using
config set
and selecting a local config will no longer write the entire config to the local .doingrc. Instead, a nested path to the particular setting will be added to the config file. - Config set will create missing keys. Fuzzy matching will work until the path fails, then path elements after that point will be added as verbatim keys to the specified configuration (with confirmation)
- Make menus only as tall as needed, so 5 options don't take up the whole screen
- Better word wrap for long note lines
finish --took 60m
is supposed to backdate the start date if needed to finish at the current time and maintain an elapsed time- If an editor was specified for config (or default as fallback) with command line options (e.g.
emacs -nw
), Doing would fail to recognize that the executable was available.
doing config set
to set single config values from command line- BREAKING CHANGE: Moves ~/.doingrc to ~/.config/doing/config.yml
- BREAKING CHANGE: convert config flags to subcommands, e.g.
doing config --udpate
=>doing config update
, anddoing config --dump
=>doing config dump
- include fzf source directly, in case git isn't installed
- fall back to installing fzf with sudo on error
- completion script generator refactor and progress bars
- compile fzf for current operating system
- Remove any coloring before writing to doing file
- Escape codes being included in doing file
- Improvements to %title formatting and wrapping
- Test release to validate git flow automation
- Remove amatch gem dependency due to compatibility issues with Windows systems (also removes
--fuzzy
option from all search commands)
- Append
/r
to tag transforms to replace original tag
- Autotag tag transform fixes
- Add 'timer_format' config with 'human' option for tag totals
- If
doing view
anddoing show
are confused, offer option to run the other command doing completion
to generate shell completion scripts for zsh, bash, and fish--search
and--not
for cancel command--case
flag for commands with--search
. Can be (c)ase-sensitive, (i)nsensitive, or (s)mart (default smart, case insensitive unless search string contains uppercase letters)- Add
--exact
flag to all commands with--search
flag to force exact matching without requiring single quote prefix - Add
--not
flag to all commands with filters (--tag
,--search
,--before
, etc.) to negate the filter and return entries NOT matched
- More command line feedback
- Error formatting and output
- Add subcommand completion for
doing help
in fish shell - Logging and error handling
- Zsh completion not outputting results
- Remove
--[no]
from non-negatable options doing plugins -t export -c
not outputting columns- View config not respecting tag_order setting
- Import calendar events from Calendar.app on macOS
doing config --update
will add newly added config keys to your existing config file (handy with plugins that define their own config keys)- Add %idnote template placeholder for "indented note" (entire note indented one tab)
- (loosely printf-esque) formatting options for
%note
template placeholder --interactive
mode to act on results ofdoing grep
- Printf formatting for title and date
- Doing import plugin
- Plugins command to list plugins
--dump
option fordoing config
to output a key.path config key as JSON, YAML, or raw output--no-color
global flag- Log levels, with
--quiet
and--verbose
global flags - Convert CLI messaging to Logger-based system
- Use DOING_DEBUG, DOING_QUIET, or DOING_LOG_LEVEL environment variables to specify log levels before configuration is read
- Hooks, register plugins to run based on events
- --[no-]pager and paginate: config option to enable paging output
- Never_finish and never_time config options to prevent items matching tags/sections from ever receiving @done (never_finish) or @done timestamp (never_time) - More configuration refactoring
- Timeline output formatting
- Major plugin architecture refactoring
- Fix regression where notes stored in doing file were outdented, breaking TaskPaper compatibility
- When accepting a date filter, allow end date to be in the future
- If an edited item has no changes, don't update/output notification - Don't start with query when using grep
--interactive
- Select menu item formatting
- Output wrapping for terminal display
- Redirect warn to STDOUT when run with
--stdout
- Fish autocomplete
--config_file
global flag deprected, now uses $DOING_CONFIG environment variable so that config overrides can be available before the initial configuration is run- When
--stdout
or not a TTY, no color or output formatting - Highlight tags when showing results. Because it looks nice.
--tag
and--search
fordoing note
- View/section fuzzy guessing
- Error reporting
- If
doing config
finds local doingrc files, offers a menu for editing - More filtering options for
doing finish
- Doing done accepts
--unfinished
flag to finish last entry not marked @done (instead of last entry) - Doing done accepts
--note
flag to append a note when completing an entry
- Multi-word unquoted arguments to add_section being truncated
- Show
--from
with date span - Handling of arbitrary times in natural language dates
- Backward scope of since command with arbitrary times
doing rotate --keep
wasn't respecting keep value
- Gemfile error
- "taskpaper" format available for all output options
- "markdown" format available for all output commands (GFM-style task list, customizable template)
--rename
option for tag command to replace tags--regex
option for tag command, for--remove
and--rename
- doing finish
--auto
now pulls from all sections, not just the section of the target entry
- Minor fix for shell command in doing select
- Fix for doing finish
--auto
when matched item is last in list
- Pretty print JSON output
--no-menu
option for select command to use--query
as a filter and act on matching entries without displaying menu
- Add
--before
and--after
time search to yesterday command - Add
--before
and--after
date search to search/grep command - Add
--tag_order
to yesterday command
- Add leading spaces to make %shortdate align properly, at least for the last week
- Add
--tag
,--bool
, and--search
to view command - Add
--before
and--after
date search to view command - Add
--before
and--after
date search to show command - Add
--before
and--after
time search to today command - Add
--search
filter to show command - More alignment/formatting fixes for %shortdate
- Add
count
config option for templates->recent
- Add
--before
DATE_STRING to archive and rotate commands - Only create on rotate file per day, merge new entries into existing file
- Fix
--auto
for finish command
rotate
command for archiving entries to new file
- Fixed current_section config key not being honored in some commands
- Fixes for
doing view
options, additional config keys for views
- Bugfixes
- fzf menu improvements
- allow multiple selections
doing select
action menu
- Convert all menus to fzf screens
- Wildcard tag removal using
doing select -t "tag*" -r
- fzf menu display polish
- Gem missing fzf
- If no action is specified with select command, an interactive menu is presented
- add output action select command with formatting and save options
- Don't link URLs in html output that don't have a protocol
- Refine editing multiple selections (doing select)
- Add
--tag
and--search
flags to tag command to tag all entries matching search terms - Add since command, which is the same as
doing on tuesday to now
butdoing since tuesday
just feels more intuitive.
- Fix for timeline output
- Add
doing select
to show menu of all tasks, searchable with fuzzy matching and the ability to perform certain tasks on multiple selections.
- Fix for template command not working at all
- Fix for
doing done --took 30m
setting the wrong @done timestamp when completing previous item
- Add
--unfinished
option to finish and cancel commands
- Fix error in
doing show --sort
argument parsing
- Gem packaging error
- More flexible boolean specification, can be: all, and, any, or, not, or none
- Fix for some long flags being interpreted as arrays instead of strings
- Fix for archive command not removing original entries from archived section
- Prevent duplicates/overlapping entries when importing
- Initial import feature for Timing.app reports
- If
doing done --took=X
results in completion date greater than current time, use current time as completion date and backdate the entry's timestamp to fit
doing done
with--took=
and without--back=
should set end time to start date plus--took
value
- Add
--search
filter todoing archive
- Default value for
doing again --bool
was ALL, should be AND
- Improvements to
doing again --tag=
functionality
- Finish previous task if
doing again
and not already completed
- Unit tests
- Tag command tests
- Doing not reading per-directory .doingrc configs
- Added config_editor_app setting to config so you can have
- A parenthetical at the end of an entry title becomes an attached
--editor
flag fordoing last
to edit last entry--tag=
flag to filterdoing last
by tag--search=
to filterdoing last
by text/regex search--search=
fordoing finish
, finish last X entries matching search- Add
tags_color
as a primary config key to highlight @tags in displayed entries
- Clean up command line help
--editor
improvements for all commands that use it
- Doing finish
--took
throwing error - Doing tag
--remove
was adding tags if they didn't exist - Creating a meanwhile task with a note resulted in an error
- Bugfix for
finish --tag=TAG
--tag
and--bool
filtering for again/resume, cancel--in
flag foragain
/resume
to specify to which section the new- Finish command accepts
--tag=
flag, finishing last entry doing cancel
to end X tasks without completion date
- Add
--no-color
option to view command - Add
--tag
to show for compatibility
- Error running finish without
--tag
flag --archive
flag on finish, done, and cancel causing error
- Finish command accepts
--tag=
flag, finishing last entry
--archive
flag on finish, done, and cancel causing error
- Fix for missing date on @done tags
- Fix confirmation dialog for
doing tag -a -c 0
(autotag all)
- Remove check for file existence before attempting to run run_after script
- Don't autotag entries restarted with
again/resume
- Add short flags (
-b
) for--back
on all commands that support it
- Code cleanup
- Only execute run_after script if changes are written
- Remove unnecessary console logging
- Add
again
command to repeat last entry without @done tag - Add
run_after
configuration option to execute external script after any change
- Fix note indentation in doing file
- Fix for repeated backreferences in tag transform
- Add
--tag_sort
to all subcommands with--totals
option
- Tag transforms
- Option to sort tags by name in
--totals
- Gem dependency updates
- Fix for array comparison error
- Bugfixes
- Global option
-x
to skip autotags and default_tags from global/local .doingrc - Remove extra spaces when creating entry
- More graceful writing of default config (~/.doingrc) on first run
- Repaired testing setup. Needs moar tests.
- Add
--at
flag fordoing done
, e.g.doing done --at=1:35pm --took=15m A new task I already finished
- Allow decimal quantities when using natural language for hours or days, e.g.
--took=2.5h
- Add
did
as a synonym fordone
subcommand
- Smarter method of getting user $HOME
- Improved avoiding duplicate tags when autotagging
- Improved autotag reporting
doing note
operates on whatever is most recent, not just the last note in Currentlydoing tag
with no count specified operates on most recent entry in any section, not just Currentlydoing tag
with a count greater than 1 requires a section to be specified- Improved results reporting for
doing tag
- When removing tag do a whole-word match to avoid removing part of a longer tag
- Apply default_tags after autotagging to avoid tags triggering tags
- Set
doing recent
to default to All sections instead of Currently - Fix error in time reporting
- improved y/n prompt for TTY
- Allow cascading of local config files
- Allow
doing today
andyesterday
to specify a section
- Fix handling of "local" config files, allowing per-project configurations
- Add legitimate regex search capabilities
- Synonyms for grep (search) and now (next)
- CSS fix
- New command
doing templates
to export default templates for HAML and CSS - New config options under
html_template
forhaml
andcss
- Rewrite HTML export templates with responsive layout and typography
- Ability to customize the HTML output using HAML and CSS
- For
doing note -e
include the entry title so you know what you're adding a note to - For any other command that allows
-e
include a comment noting that anything after the first line creates a note - Ignore # comments when parsing editor results
- Add a .md extension to the temp file passed to the editor so you can take advantage of any syntax highlighting and other features in your editor
- Loosened up the template color resetting a bit more
- Fix
undefined method [] for nil class
error indoing view
- Add
--stdout
global option to send reporting to STDOUT instead of STDERR (for use with LaunchBar et al)
- Fixes overzealous color resetting
- CLI/text totals block was outputting when HTML output was selected
- Have all template colors reset bold and background automatically when called
- Fish completion
- views and sections subcommands have -c option to output single column
- Fix html title when tag_bool is NONE
- Fix @from tagging missing closing paren
- Fix tag coloring
- Fix gsub error in doing meanwhile
- added doing on command
- Added autotagging to tag command
- JSON output option to view commands
- date filtering, improved date language
- let view templates define output format (csv, json, html, template)
- add
%chompnote
template variable (item note with newlines and extra whitespace stripped)
- Slightly fuzzier searching in the grep command
- cleaner exits,
only_timed
key for view configs - making the note command append new notes better, and load existing notes in the editor if
-e
is called - handle multiple tag input in
show
tag filter - Global tag operations, better reporting
- fix for
-v
option
- Improved HTML output
--only_timed
option for view/show commands that only outputs items with elapsed timers (interval between start and done dates)- add seconds for timed items in CSV output, run
--only_timed
before chopping off--count #
- fix for 1.8.7
Dir.home
issue - version bump
- don't show tag totals with zero times
- zsh completion for doing
- HTML styling
--only_timed
option- added zsh completion file to
README.md
- add zsh completion file
done
command: making--took
modify start time if--back
isn't specified- Cleaned up time totals, improved HTML output
- fixes for
--back
and--took
parsing - Adding more complete terminal reporting to archive command
- Skipped ahead in the version numbering. Because I don't care.
- Added a
note
command and--note
flags for entry creation commands
--totals
,--[no-]times
,--output [csv,html]
options foryesterday
command.- Add tests for Darwin to hide OS X-only features on other systems
-f
flag tonow
command for finishing last task when starting a new one (Looks back for the last unfinished task in the list)--took
option fordone
andfinish
for specifying intervals from the start date for the completion date- Basic command line reporting
--auto
flag forfinish
anddone
that will automatically set the completion time to 1 minute before the next start time in the list. You can use it retroactively to add times to sequential todos.doing grep
for searching by text or regex
- Default to showing times #26, show totals even if no tags exist #27, fix indentation #29
- Add section label to archived tasks automatically, excepting
Currently
section - Today outputs and backdate for finish
- HTML styling and fix for 1.8.7 HAML errors
- Look, HTML output! (
--output html
) - Also,
--output csv
- let doing
archive
function on all sections - option to exclude date from @done,
- output newlines in sections and views
- Flagging (
doing mark
) - fix for view/section guess error
- Adding tag filtering to archive command (
doing archive \@done
) doing yesterday
doing done -r
to remove last doing tag (optionally from-s Section
)- Add
-f
flag to specify alternate doing file meanwhile
command
- CSV output for show command (
--csv
) - HTML output for show command (
--output html
) - fuzzy searching for all commands that specify a view.
- In the terminal, you'll see "Assume you meant XXX" to show what match it found, but this is output to STDERR (and won't show up if you're redirecting the output or using it in GeekTool, etc.)
tags_color
in view config to highlight tags at the end of the lines. Can be set to any of the%colors
.- Basic time tracking.
-t
onshow
andview
will turn on time calculations- Intervals between timestamps and dated @done tags are calculated for each line, if the tag exists.
- You must include a
%interval
token in the appropriate template for it to show - @start(date) tags can optionally be used to override the timestamp in the calculation
- Any other tags in the line have that line's total added to them
- Totals for tags can be displayed at the end of output with
--totals
doing done
without argument tags last entry done-a
archives themdoing finish
ordoing finish X
marks last X entries done-a
archives themdoing tag tag1 [tag2]
tags last entry or-c X
entriesdoing tag -r tag1 [tag2]
removes said tag(s)- custom views additions
- custom views can include
tags
andtags_bool
tags
is a space-separated list of tags to filter the results bytags_bool
definesAND
(all tags must exist),OR
(any tag exists), orNONE
(none of the tags exist)order
key (asc
ordesc
) defines output sort order by date- section key can be set to
All
to combine sections doing show
updates- accepts
all
as a section - arguments following section name are tags to filter by
-b
sets boolean (AND
,OR
,NONE
) or (ALL
,ANY
,NONE
) (defaultOR
/ANY
)- use
-c X
to limit results - use
-s
to set sort order (asc
ordesc
) - use
-a
to set age (newest
oroldest
) - fuzzy section guessing when specified section isn't found
- fuzzy view guessing for
doing view
command
- colors in templated output
open
command- opens in the default app for file type
-a APPNAME
(doing open -a TaskPaper
)-b bundle_id
(doing open -b com.sublimetext.3
)-e
switch fornow
,later
anddone
commands- save a tmp file and open it in an editor
- allows multi-line entries, anything after first line is considered a note
- assumed when no input is provided (
doing now
) doing views
shows all available custom viewsdoing view
without a view name will let you choose a view from a menudoing archive
fixed so that-k X
works to keepX
number of entries in the section
- colors in templated output
open
command- opens in the default app for file type
-a APPNAME
(doing open -a TaskPaper
)-b bundle_id
(doing open -b com.sublimetext.3
)-e
switch fornow
,later
, anddone
commands- save a tmp file and open it in an editor
- allows multi-line entries, anything after first line is considered a note
- assumed when no input is provided (
doing now
)