Skip to content

gdryke/vim-kql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Mostly a toy to mess around with vim plugin creation. I'm following this tutorial: https://learnvimscriptthehardway.stevelosh.com/chapters/42.html to setup a vim based KQL/Kusto environment.

Release Notes

See the vimdoc for updated release notes.

TODO

  • Send multi-line maybe?
  • Handle comments (remove them?)
    • Might be handled by moving to newline instead of space on the join? (of interest)
  • Handle single quotes in a query (need to escape)
  • better error handling, if it exists from az cli?
  • actually fill out doc
  • Put results in new window (by default, make current an option?)
  • Get a real kusto library and figure out auth (az cli is nice cause it's just cached user cred)

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors