nai-chatbot
telescope.nvim
nai-chatbot | telescope.nvim | |
---|---|---|
3 | 335 | |
20 | 17,018 | |
- | 2.1% | |
2.5 | 8.4 | |
almost 2 years ago | 22 days ago | |
Lua | Lua | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nai-chatbot
-
Who has experience with the chat format in NAI to build a custom chat bot?
I'm new too and also curious about this. There is a chat bot shell written in lua on github if that helps. https://github.com/rosemash/nai-chatbot
-
So bored
That's one of them! And probably the most recent? I remember trying out at least one other older one, a long time ago. This standalone interface hits the NovelAI API and also lets you define multiple characters.
-
I released an open source web app that lets you host NAI as a chatbot and talk to the AI in a chat interface, with multiple tabs, custom memory, and thinking notifications.
It was written in Luvit (Lua+libuv). You can download it and set it up here: https://github.com/rosemash/nai-chatbot
telescope.nvim
-
Telescope – an open-source web-based log viewer for logs stored in ClickHouse
Looks simple and clean! Big ups for starts of good screenshots, docs, and quickstart (Docker) instructions.
Regarding the name, "Telescope" is also the name of a Neovim fuzzy finder[0] that dominates the ecosystem there. Other results appear by searching "telescope github".
[0]: https://github.com/nvim-telescope/telescope.nvim
-
Neovim Tips to Accelerate Your Text Navigation
Telescope.nvim is extremely popular for navigating between files in Neovim. But that's not all that it can do! Telescope.nvim comes with dozens of builtins that can be extremely useful. My two favorites are lsp_document_symbols and live_grep.
-
So You Want to Write Java in Neovim
another solution for fuzzy finding is telescope.nvim https://github.com/nvim-telescope/telescope.nvim
the thing i like the most about it is the amount of plugins you can add (including things like looking at nvim's paste ring).
- telescope.nvim: Find, Filter, Preview, Pick. All Lua, All the Time
-
Neovim for beginners
I personally use Telescope as my fuzzy finder. Again, here's the docs for telescope and here's my config:
-
Don't use “dependencies” in lazy.nvim
For example, telescope.nvim, that is also one of the most popular plugins, has a note in README that describes the way to use with lazy.nvim.
-
(Youtube blogpost) Building Tree Link app with Svelte and Tailwind CSS
for telescope.nvim (optional) live grep: ripgrep find files: fd
-
I Made an Extended Version of Vimtutor – Introducing Vimtutor Sequel
I too share your sentiment about VS Code. Its extension API[0] is extensive and approachable, often with examples[1] for each API.
Just a small anecdote: At work, I found it frustrating not being able to quickly locate where views for Django API endpoints were, so I wrote a simple extension that took the output of django-extensions' show_urls, parsed it, and displayed a quick pick list of all API endpoints, upon which selecting an endpoint would open the file and reveal the exact line in which the view for it was defined.
Implementing this did not take much effort (in fact, TypeScript and JSDoc make everything a lot simpler as it's clear to see what each function in the API does and what arguments they accept), and now this is something I use almost every day and greatly improves my satisfaction when navigating the codebase if not my productivity in general.
I have tried looking into implementing something similar in Neovim and came across the API for telescope.nvim[2], but found it a lot less intuitive to use. I do think Vim/Neovim shines when it comes to text manipulation and extensions built around it, but when it comes to more complex UI that often deals a lot more with graphical elements (e.g. tree views, hover text, notifications), it's hard to beat VS Code.
[0]: https://code.visualstudio.com/api/references/vscode-api
[1]: https://github.com/microsoft/vscode-extension-samples
[2]: https://github.com/nvim-telescope/telescope.nvim/blob/master...
-
PowerToys Run: extensible quick launcher for power users
This is indeed the main thing I use Spotlight/Alfred for on MacOS: I want to go to the window for this app, regardless of what virtual desktop it's on, and I don't want to hunt for it.
I use that "text-based finder" approach _everywhere_:
- Telescope in NeoVim (https://github.com/nvim-telescope/telescope.nvim)
-
PowerShell Development in Neovim
Quick file nav: telescope
What are some alternatives?
NvChad - Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.
lua-dbus_proxy - Simple API around GLib's GIO:GDBusProxy built on top of lgi
Discordia - Discord API library written in Lua for the Luvit runtime environment
fzf-lua - Improved fzf.vim written in lua
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
fzf.vim - fzf :heart: vim