Gracefully restore the CLI cursor on exit
Toggle the CLI cursor
Query cursor extension for node-postgres
Drop cursor plugin for ProseMirror
ANSI escape codes for manipulating the terminal
Interactive Cursor Component for Victory
A lightweight package providing ANSI escape sequences for terminal cursor manipulation and screen clearing.
collaboration cursor extension for tiptap
Add MCP servers to your favorite coding agents with a single command.
ActiveRecord-style API for IndexedDB with TypeScript support
ProseMirror plugin for cursors at normally impossible-to-reach positions
Platform binaries for linux-x64, bundled for @cursor/sdk.
[](https://www.npmjs.com/package/prosemirror-virtual-cursor)
A tiny library for hiding and showing the cursor in the terminal.
Extend Prisma's `findMany` method to support Relay Cursor Connections
No description provided.
A cursor for the ages. Drag and drop content in your editor with class.
Enable cursors for difficult to reach parts of the document.
MCP server for Firecrawl — search, scrape, and interact with the web. Supports both cloud and self-hosted instances. Features include web search, scraping, page interaction, batch processing, and LLM-powered content analysis.
TypeScript definitions for pg-cursor
TypeScript SDK for Cursor agents.
TypeScript definitions for insert-text-at-cursor
Lean output compaction for terminal-heavy agent workflows.
Initialize Neon projects
cursor pagination for ActiveRecord
Cursor-based pagination for ActiveRecord.
ActiveRecord extension for cursor based pagination.
Enable cursor to Redshift on ActiveRecord
PostgreSQL Cursor is an extension to the ActiveRecord PostgreSQLAdapter for very large result sets. It provides a cursor open/fetch/close interface to access data without loading all rows into memory, and instead loads the result rows in 'chunks' (default of 1_000 rows), buffers them, and returns the rows one at a time.
This library is an implementation of cursor pagination for ActiveRecord relations. Where a regular limit & offset pagination has issues with items that are being deleted from or added to the collection on previous pages, cursor pagination will continue to offer a stable set regardless of changes to the base relation.
This library is an implementation of cursor pagination for ActiveRecord relations based on "https://github.com/xing/rails_cursor_pagination". Additional features are: - receives a relation with orders, and it is unnecessary to specify orders to this library separately.- supports bidirectional pagination.
Cursor-based pagination for ActiveRecord relations.
Provides some support for PostgreSQL cursors in ActiveRecord.
ActiveRecord plugin for cursor based pagination. Uses some column and rpp (results per page) to paginate your content. The main advantage against traditional pagination (limmit and offset), that the one URL on specific page will contain the data set, despite the newly added entities. It may be useful on the projects, where new entities are added often, and specific page now isn't specific page tomorrow.
ActiveRecord and ActiveController extensions for cursor pagination
Cursor based pagination for activerecord queries.