Cursor Alternatives
Similar projects and alternatives to cursor
-
survey
Discontinued A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
minquery
MongoDB / mgo query that supports efficient pagination (cursors to continue listing documents where we left off).
-
-
keyboard
⌨️ Read keyboard events in your terminal applications! (Arrow keys, Home, End, etc.) (by atomicgo)
-
-
pterm
✨ #PTerm is a modern Go module to easily beautify console output. Featuring charts, progressbars, tables, trees, text input, select menus and much more 🚀 It's completely configurable and 100% cross-platform compatible.
-
asciigraph
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
-
-
screen-complete
Screen complete is a proof of concept universal screenshot-based text completion tool.
cursor discussion
cursor reviews and mentions
- Cursor: A cross-platform library to move the terminal cursor and create interactive CLIs
-
How do I move the terminal cursor cross-platform?
Hi, thanks for the suggestion. Goterm had some issues when I used it. I made my own library now, which just adds the functionality for cursor movement: https://github.com/atomicgo/cursor I found that go-ansi had some good ANSI to windows syscalls functions which I used now.
Stats
atomicgo/cursor is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of cursor is Go.