8000 Tags · FrankFang/commander.nvim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: FrankFang/commander.nvim

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s ver 6E3D ified signature. The key has expired.
Commander 0.2 (FeiyouG#29)

* feat: add Command and Keymap class

* feat: add Config class

* feat: add Layer class

* refacotr using Layer and Config class and OOP

* feat: add Filter class

* refacotr: telecope extension

* refacotr: remove duplicate constants

* refactor!: renamed command_center to commander

* feat: make telescope an optional dependency

* fix: mark all usage of command_center as deprecated and add warning message

* chore: remove redundant module

* fix: execute command from telescope prompt

* test: add test for Keymap and Command

* fix: tests for Command

* break! remove deprecated command 'Telescope command_center'

* feat: add Layer:insert api

* break! update Config

* doc: update README.md

* Update documentation and comments

* Update CommanderFilter and standardize its usage

* doc: add 'integration' section

* doc: update demo video

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
FeiyouG Feiyou Guo
fix: validate category of passed in command

0