Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
-
There is pyright and its lsp-mode integration lsp-pyright. Pylance is "pyright + some closed source additions" AFAIK.
-
I don't know how it compares, but google found this: https://github.com/kiwanami/emacs-edbi
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
I did a quick search and i am very surprise not to find an lsp implementation for postgres. only found this. https://github.com/powa-team/postgresql-language-server
-
There is pyright and its lsp-mode integration lsp-pyright. Pylance is "pyright + some closed source additions" AFAIK.
-
For JavaScript, (warning: shameless plug ahead) I started working on this: https://github.com/isamert/jsdoc.el It only supports my use-cases for now, but I'm trying to improve it.
-
As an aside, I recently discovered the command-line program csvtk and it is really nice and useful. It helped me recently do a lot of stupid little tasks where I would have had to load the csv into LibreCalc and make some small manipulations.
-
I would love if someone ported this to emacs, but perhaps in the meantime check out q (https://github.com/harelba/q), a command line tool that offers similar query abilities.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
We sometimes like to use TMate for pair programming. You install the client and then run it in your shell, the shell connects to the TMate server which creates a Tmux session for you that you can connect to via SSH, and the client prints the SSH login address on your terminal which you share with your coding partners.
-
Not Emacs-specific, but https://github.com/BurntSushi/xsv is pretty nice for CSV's on the command line, along with https://www.visidata.org/
-
-
https://github.com/jcs-elpa/docstr FYI
-
https://github.com/brotzeit/rustic uses it out of the box, overall it's a more complete extension than rust-mode.
Related posts
- I wrote this iCalendar (.ics) command-line utility to turn common calendar exports into more broadly compatible CSV files.
- Plugin for pretty rendering of data?
- Hanukkah of Data: Advent of Code for Data Nerds
- Visidata - work with CSV / SQLlite / xls and other data files from the CLI
- Visidata 2.9.1 Released– Excel/CSV/JSON/SQLite/Parquet in the Terminal (TUI/CLI)