Mehmet Seçkin

Results 9 issues of Mehmet Seçkin

Respect the `NO_COLOR` environment variable to support [the NO_COLOR initiative](https://no-color.org/). Alternatively, consider using a color library that implements this.

enhancement

`add` can have an option to automatically add an item to My Day. A new verb (`my-day`, `md`) can be added to manage My Day.

The `add` verb can have an option to automatically "star" an item.

Explore options to improve granular command invocation times

This will enable non-interactive use, e.g. `todo show refactor` would show everything with refactor in it. `todo complete registration` will complete everything with registration in it.

The existing `list` verb functionality can be moved to the verb `show`. The `list` verb can then be used to manage to-do lists, e.g. create, update, delete lists. The `add`...

This would allow scripting support, e.g. ```powershell todo list | ForEach-Item { todo complete --item-id $_.Id } ```

enhancement

:bug: **Describe the bug** Toggle Lookup Links action is not working in Unified Interface :clipboard: **To Reproduce** 1. Install the alpha version 2. Open an entity form 3. Click Toggle...

bug
unified-interface

There are lots of areas that could use some refactoring, it would be really good to refactor the extension source to allow unit testing. This will also prove useful when...