Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more builtin extensions #2

Open
39 of 63 tasks
lambdalisue opened this issue Nov 17, 2024 · 0 comments
Open
39 of 63 tasks

Add more builtin extensions #2

lambdalisue opened this issue Nov 17, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@lambdalisue
Copy link
Contributor

lambdalisue commented Nov 17, 2024

Note

Read Architecture to find what the purpose of each modules

Curator (Source + Matcher)

  • Ripgrep
  • git grep
  • grep

Source

  • General
    • File
    • Line
    • List
  • Vim
    • buffer
    • window
    • tabpage
    • quickfix
    • loclist
    • oldfiles
    • grep
    • vimgrep
    • colorscheme
    • highlight
    • helptag
    • jumplist
    • register
    • mark
    • command
    • history (command, search)
    • mapping
  • LSP
    • What we have?

Matcher

  • fzf
  • substring
  • regexp

Sorter

  • lexical sort
  • numerical sorter

Renderer

  • relative path
  • absolute path
  • nerdfont
  • smart path
  • smart grep
  • helptag
  • File info (file size, permission, etc.)
  • Buffer info (modified, buffer listed, etc.)

Previewer

  • buffer
  • file
  • helptag
  • shell command

Action

  • Vim
    • echo
    • open
    • quickfix
    • location list
    • cd/lcd/tcd
    • cmd
    • help
    • function call
    • yank
    • write buffers (modified buffer)
    • unload/delete/wipe buffers
  • LSP
    • What we have?
  • Others
    • system open
    • submatch

Refiner

  • relative path
  • absolute path
  • cwd filter
  • exists filter
  • File info
  • Buffer info
@lambdalisue lambdalisue added the help wanted Extra attention is needed label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant