Showing 40 open source projects for "readline"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Linenoise

    Linenoise

    A small self-contained alternative to readline and libedit

    Linenoise is an ultra-lightweight, self-contained C library that implements line editing (single and multi-line) for terminal applications, intended as a simpler alternative to the much larger GNU Readline or libedit libraries. The library is zero-config, meaning you just include the source file(s) and use it, without heavy dependencies or external configuration. It supports basic editing features: moving the cursor, inserting characters, handling history, tab-completion, and hints, plus a multiplexing mode where the prompt can be hidden/restored when asynchronous output appears. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Cline

    Cline

    Autonomous coding agent right in your IDE

    Cline is a command-line application building library for Node.js that helps developers easily create interactive CLI applications. Built on Node's readline module, it offers features like history support, auto-completion, and input masking. Cline allows you to define custom commands with argument placeholders, making it versatile for various command structures. Additionally, it supports modes, where different command sets can be dynamically loaded depending on the application's state.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 3

    tefn

    Terminal Edit Field using Ncurses

    This project implements a text editing field for the terminal using Ncurses. The text field is meant to serve a similar function to GNU readline, though it will not be as fully functional as that project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A SSH based chatroom framework; inspired by "ssh-chat" project. This framework support not only the IRC-like command line interface, but also custom clients by providing an API. Unlike the public chat-room of ssh-chat, this implementation requiring all users must be authenticated by public key before starting a chat; however public chatrooms are still possible by hacking OpenSSH server, see Wiki page 'Public Chatroom' for details.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Ket

    Ket

    An algebra editor

    A text editor for maths. Simple algebra should be faster and more intuitive to perform on a computer than on paper and should look like maths. Write small fragments in plain text; perform simple click-and-drag algebra with the mouse; and explore more involved algebra through keyboard shortcuts. When done, save as plain text files or export to LaTeX and HTML.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6

    Developer Home

    Home directory configuration files for PL/SQL developers who use Vim

    Configuration files used in Cygwin (MS Windows). It contains settings for: - readline; - Vim ( for SQL / PL/SQL developers); - ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Termux.apk

    Termux.apk

    Termux is an Android terminal emulator and Linux environment app.

    ...Packages available in Termux are the same as those on Mac and Linux - install man pages on your phone and read them in one session while experimenting with them in another. Portable - With batteries included. Can you imagine a more powerful yet elegant pocket calculator than a readline-powered Python console?
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    ReadLine

    ReadLine

    Readline is a pure go(golang) implementation for GNU-Readline library

    A powerful readline library in Linux macOS Windows Solaris AIX. Readline is a pure go(golang) implementation for the GNU-Readline kind library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    ctalk

    Object Oriented Language

    ...Ctalk includes a just-in-time compiler, a compact run-time library, and a developing set of X widgets and OpenGL classes to create desktop and 3-D modeling apps. Written for use with GNU GCC and LLVM, Ctalk supports a variety of UNIX, Linux, and MacOS systems, the X Window System, and libraries like the GNU readline library, and the Xft Type1, FreeType and TrueType font libraries. To find out what's new in the latest release, check out the ReleaseNotes page of the Ctalk Wiki which is available by clicking on the tab above.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10

    Term::ReadLine::Gnu

    Perl extension for the GNU Readline/History Library

    Term::ReadLine::Gnu (TRG) is an implementation of the interface to the GNU Readline/History Library. This module gives you input line editing facility, input history management facility, word completion facility, etc. Visit to http://search.cpan.org/dist/Term-ReadLine-Gnu/ on the CPAN (The Comprehensive Perl Archive Network) site for download, documentation, bug report, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    experix laboratory control system

    experix laboratory control system

    instrument control, data acquisition display and analysis

    Experix is a command-line driven environment for laboratory data acquisition and device control and graphical presentation and analysis of data. Written in C for GNU-Linux . Tested on PC and Raspberry Pi. The core is written very generally in order to support applications by means of script files. Device interfaces: PCMCIA daq (2 devices tested) via kernel module with interrupt handler and memory-mapped data; USB daq (1 device tested) using libusbx; running an equipment servicing program...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    UrJtag Win32

    UrJtag Win32 native windows port

    Native windows port of UrJtag. The project consists of a series of bash scripts to build ncurses, readline and latest UrJtag commit
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Free computer algebra system, compatible with existing CAS, as a C++ library with various user interfaces (GUI with formal spreadsheet and exact dynamic geometry, on-line, readline, emacs, texmacs...).
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14

    linenoise4java

    Linenoise4Java is a java binding for Linenoise.

    What is Linenoise? A minimal, zero-config, BSD licensed, readline replacement used in Redis, MongoDB, and Android. 1. Single and multi line editing mode with the usual key bindings implemented. 2. History handling. 3. Completion. 4. About 1,100 lines of BSD license source code. The homepage of Linenoise https://github.com/antirez/linenoise/. What is Linenoise4Java?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    tclreadline

    GNU readline for interactive tcl shells

    tclreadline makes the GNU readline available for interactive tcl shells. This includes features as history expansion and file/command completion. Command completion is provided for all tcl/tk commands and can be extended to user defined commands.
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
  • 16

    clic

    command line interface calculator

    CLIC is a command line interface calculator based on readline library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    For gentoo-users, who like the commandline, etc-proposals is a gentoo configuration file updater, that, unlike etc-update and dispatch-conf, allows updating of selected fileparts and different frontends (readline, gtk2, qt4).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DVD2MP3 is a perl script which converts audio tracks on a DVD into id3 tagged mp3 files. It was written for Linux, though it could probably be used on other Unixes with little trouble. It requires mplayer, lame, lsdvd, MP3::Tag and Term::ReadLine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    I really hate that braindead sqlplus and really love psql. Unfortunately I have to work with Oracle, so I wrote psql for Oracle. It's written in Java, and uses GNU readline library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ECL-READLINE provides top-level readline support for ECL (Embeddable Common-Lisp) in the form of an ASDF package. It does this by creating a CLOS input-stream that wraps the GNU Readline library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A collection of Python extension modules including: a simple wrapper for OpenGL, GLUT, and GLU, a wrapper for the National Instruments NI-DAQ library, a GNU-readline work-alike for Windows written in Python, and more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    A mono assembly that provides support for GNU ReadLine in C# programs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Yacim is a ncurses/readline based instant messaging client supporting AIM. It allows complete customization with user definable event driven actions specified in its scripting language, YacimScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A text UI program using xine-lib. It's scriptable, interactive (using readline library).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    PMC is a text based mudclient written in perl, utilizing GNU readline, supporting SSL, the MudClientProtocol including local editing support, full telnet negotation support, ANSI support, and is highly extensible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB