github dhth/omm v0.3.0

latest releases: v0.5.1, v0.5.0, v0.4.3...
2 months ago

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.
    bookmarks
    bookmarks
  • 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"

Changelog

  • 8d2e169 feat: add support for toml config (#8)
  • ae25b22 feat: allow copying context to system clipboard
  • c8c2be4 feat: allow opening urls in context (#7)

Don't miss a new omm release

NewReleases is sending notifications on new releases.