This releases adds the following features to omm
:
- The ability to quickly open URLs present in a task's context. Press "b" to show these URLs as a list, or press "B" to open all of them in your browser at once.
- Support for providing configuration via a TOML file
# ~/.config/omm/omm-work.toml db_path = "~/.local/share/omm/omm-w.db" tl_color = "#b8bb26" atl_color = "#fabd2f" title = "work" list_density = "spacious" show_context = false editor = "vi -u NONE"
- The ability to copy a task's context by pressing "y"