Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: readline

taylordotfish/gnu-readline-sys

Low-level Rust bindings to GNU Readline

Language: Rust - Size: 21.5 KB - Last synced: 13 days ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

fatihkaya13/node-io-readline

The NodeJS program asks console user for two inputs then reads each line. Following this, it logs to the console the multiplication as result

Language: JavaScript - Size: 14.6 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

fardaniqbal/dotmisc

misc config files

Size: 4.88 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Rhogger/TODO-List-with-Redis

Projeto criado durante aula de Desenvolvimento para Persistência.

Language: JavaScript - Size: 3.91 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

peter-frentrup/win32-hyper-console

A Win32 console input library

Language: C - Size: 1.04 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 2 - Forks: 0

arsenbadalyan/minishell

This project aims to provide users with a lightweight, customizable alternative to the standard Bash shell. With Minishell, you can easily navigate your file system, execute commands, and perform basic operations, all within a simple and intuitive interface.

Language: C - Size: 2.95 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 1

ej2brown/surveyApp

User can interact with the console to answer questions. A profile will be generated based on the data inputted.

Language: JavaScript - Size: 0 Bytes - Last synced: 10 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

ej2brown/page-fetcher

Command-line Nodejs app which takes two arguments: an URL and a local file path then download the resource to the specified path. *npm request has been deprecated.

Language: HTML - Size: 1.07 MB - Last synced: 10 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

Asmod4n/mruby-linenoise

mruby wrapper for https://github.com/antirez/linenoise, a line editing library

Language: C - Size: 34.2 KB - Last synced: 10 months ago - Pushed: almost 6 years ago - Stars: 2 - Forks: 2

justmytwospence/dotfiles

This is my dotfile repo. There are many like it, but this one is mine.

Language: Vim Script - Size: 573 KB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

B2R2-org/FsReadLine

An implementation of GNU Readline in F#

Language: F# - Size: 44.9 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 5 - Forks: 2

nikolaskostakis/Shell

This repo is my work for the cources CE437 CAD Algorithms & CE439 CAD Algorithms for Physical design

Language: C - Size: 759 KB - Last synced: 10 months ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

luismbcr/Testing-utilities-tools

Node based testing utilities that allows to compare web content and test its links

Language: JavaScript - Size: 20.5 KB - Last synced: 10 months ago - Pushed: about 7 years ago - Stars: 1 - Forks: 0

BernardoMG/PhoneValidator

Programming Challenge

Language: JavaScript - Size: 24.4 KB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

3lswear/minishell

A bash-like Unix shell with support for all the IO stuff.

Language: C - Size: 220 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 1 - Forks: 1

injinj/linecook

Command line editor, C api, readline replacement

Language: C++ - Size: 312 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 23 - Forks: 2

BaffinLee/readline-reverse

📑 readline reversely in nodejs

Language: JavaScript - Size: 15.6 KB - Last synced: about 18 hours ago - Pushed: almost 6 years ago - Stars: 2 - Forks: 3

jabellard/Ash

Ash - alpha shell.

Language: C - Size: 1.81 MB - Last synced: 11 months ago - Pushed: over 6 years ago - Stars: 2 - Forks: 1

sharpart555/nexline

Read file, stream, string, buffer line by line without putting them all in memory. It supports cool features like `custom line separator`, `various encodings`, `reverse mode`, `iterable protocol`

Language: JavaScript - Size: 567 KB - Last synced: 14 days ago - Pushed: over 1 year ago - Stars: 16 - Forks: 1

Daria0109/file-manager

Node.js CLI application

Language: JavaScript - Size: 16.6 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

shoobinger/arl

console events iterator

Language: Rust - Size: 1.95 KB - Last synced: 11 months ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

deadsy/go-cli

A Go based line editor and command line interface.

Language: Go - Size: 86.9 KB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 5 - Forks: 0

yasushi-saito/readline

cgo interface to readline

Language: Go - Size: 31.3 KB - Last synced: 11 months ago - Pushed: over 5 years ago - Stars: 2 - Forks: 0

enquirer/prompt-confirm

This repository has been archived, use Enquirer instead.

Language: JavaScript - Size: 65.4 KB - Last synced: 4 days ago - Pushed: over 5 years ago - Stars: 44 - Forks: 5

luopengift/autossh

jumpserver for ssh

Language: Go - Size: 3.26 MB - Last synced: 11 months ago - Pushed: over 5 years ago - Stars: 3 - Forks: 1

thibautdbs/minishell

Our take to the Minishell 42 school project

Language: C - Size: 359 KB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 1 - Forks: 0

Papierkorb/fancyline

Readline-esque library with fancy features

Language: Crystal - Size: 91.8 KB - Last synced: 10 months ago - Pushed: almost 3 years ago - Stars: 73 - Forks: 8

alexst07/readline

A modern readline implementation for GNU-Readline kind library

Language: C++ - Size: 76.2 KB - Last synced: 9 months ago - Pushed: about 6 years ago - Stars: 6 - Forks: 0

winglessOracle/minishell

A 42 / CODAM assignment to build our own Linux Shell

Language: C - Size: 2.63 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

Inge-Info/ChatBot 📦

Création d'un ChatBot intéractif en Javascript dans un terminal.

Language: JavaScript - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

carlosplanchon/atramentarium

Python3 prompt with simple command completion.

Language: Python - Size: 22.5 KB - Last synced: 28 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

AbderrSfa/minishell

A miniature clone of bash. Handles running commands, redirections, pipes, environment variables, signals and command history just like in bash.

Language: C - Size: 525 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 3 - Forks: 1

hinell/options-select-bash

Ncurses for shell. An interactive cross-platform select menu for BASH & ZSH with no dependencies. Mirros: gitlab/bitbucket

Language: Shell - Size: 1.1 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

iker-gonzalez/minishell

A Bash-inspired shell with a prompt and a working history developed in C

Language: C - Size: 2.73 MB - Last synced: 3 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

Nerdmaster/terminal

Output-agnostic readline-like package for any io.Reader(SSH, local terminals, etc)

Language: Go - Size: 125 KB - Last synced: 10 months ago - Pushed: about 5 years ago - Stars: 23 - Forks: 9

madebypixel02/minishell

[42 Madrid] As beautiful as a shell

Language: C - Size: 1.35 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 35 - Forks: 2

zjamali/minishell-42cursus

The objective of this project is to create a simple shell using c .

Language: C - Size: 5.24 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 8 - Forks: 3

zhanghai/linenoise-android

Linenoise as an Android library

Language: C - Size: 92.8 KB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 11 - Forks: 1

patrickrgaffney/dotfiles

dotfiles for bash, textmate, git, nano, readline, iterm, st3

Language: Shell - Size: 613 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 4 - Forks: 1

justjavac/deno_getpass

Safely read passwords in a console application on Linux, OSX and Windows

Language: TypeScript - Size: 20.5 KB - Last synced: 24 days ago - Pushed: over 1 year ago - Stars: 4 - Forks: 0

eumpf0/better-bash-vi-mode 📦

readline customization for bash's vi-mode: interact with system clipboard & still use motions

Language: Shell - Size: 19.5 KB - Last synced: 12 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

codevivi/saving-data-to-file

terminal application to save random user data to file or save registration details to json file

Language: JavaScript - Size: 30.3 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

curusarn/bash-zsh-compat-widgets

Use the same function as both Zsh ZLE widget and Bash readline "widget"

Language: Shell - Size: 31.3 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 2 - Forks: 0

deviousasti/netshell

Easily create a shell for your existing .NET APIs

Language: C# - Size: 141 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 4 - Forks: 0

sdiehl/haskell-linenoise

Lightweight readline library for Haskell

Language: C - Size: 23.4 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 10 - Forks: 2

Pymmdrza/BoosterHunt

Booster Hunting a Powerfull script For Hunting Private Key With CPU Saver MOD

Language: Python - Size: 12.2 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 7 - Forks: 5

oneiro-naut/readLine

Readline utility for linux CLI applications

Language: C - Size: 108 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

ear7h/mkshell

One command that turns any process into an interactive shell

Language: Rust - Size: 484 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

amateomi/karashi

Kara is basic Linux shell, indeed

Language: C - Size: 223 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

enquirer/prompt-base

This repository has been archived, use Enquirer instead.

Language: JavaScript - Size: 164 KB - Last synced: about 1 month ago - Pushed: over 5 years ago - Stars: 23 - Forks: 1

mdabir1203/Get_Next_Line_42

This project is about programming a function that returns a line read from a file descriptor

Language: C - Size: 137 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

bincrafters/conan-readline 📦

[OBSOLETE] The recipe is now in https://github.com/conan-io/conan-center-index

Language: Python - Size: 85.9 KB - Last synced: 11 days ago - Pushed: about 4 years ago - Stars: 1 - Forks: 3

fox-archives/web-input-readline-hotkeys-extension 📦

enable readline / emacs like keyboard shortcuts in text input fields

Language: TypeScript - Size: 1.52 MB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

alissa-tung/readline 📦

Unusable Idris2 binding of Isocline.

Language: Idris - Size: 14.6 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 3 - Forks: 0

ayvacs/readline 📦

A clone of the Readline source code

Language: C - Size: 2.79 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

mwchase/lua-lineread 📦

Size: 3.91 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

ordrid/local-dotfiles

A repository for my messy dotfiles

Language: Lua - Size: 1.54 MB - Last synced: 5 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

beetcb/repll

node repl module's livly implementation

Language: JavaScript - Size: 131 KB - Last synced: 4 days ago - Pushed: about 3 years ago - Stars: 5 - Forks: 1

erfanara/easy-sh

Just another simple shell using readline (mirror of https://gitlab.com/erfanara/easy-sh)

Language: C - Size: 29.3 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

lincheney/rl_custom_isearch

Hack to customise libreadline reverse search

Language: Rust - Size: 26.4 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 11 - Forks: 2

lincheney/rl_custom_function

Inject custom functions into readline

Language: Rust - Size: 29.3 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 10 - Forks: 2

bdekonin/get_next_line

This guide explains how to write an algorithm to read a line from a file descriptor using the read system call.

Language: C - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

somtodev/involute

a simple chatbot

Language: JavaScript - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

crystal-term/prompt

A beautiful and powerful interactive command line prompt

Language: Crystal - Size: 77.1 KB - Last synced: over 1 year ago - Pushed: about 4 years ago - Stars: 27 - Forks: 0

emelyalonzo/martian-robot

Moving some robots on Mars grid surface ;)

Language: JavaScript - Size: 32.2 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

geshan/nodejs-readline

Code for nodejs readline module with ESM and NPM chalk module

Language: JavaScript - Size: 11.7 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

naens/zwconf

Zpm3/Wordstar configuration files for Linux

Language: Java - Size: 52.7 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 2 - Forks: 0

mvaldes42/get_next_line

42 project - Reimplement a version of readline

Language: C - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 1 - Forks: 0

HarukaYamamoto0/appo-redline

a simple terminal argument reader

Language: JavaScript - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

entrez/reedline.vim

Readline/Bash/Emacs-style cmdline shortcuts for Vim

Language: Vim script - Size: 27.3 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

iimyzf/Minishell

As beautiful/ugly as shell.

Language: C - Size: 775 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

joast/pr-readline

Pure ruby readline implementation (forked from rb-readline)

Language: Ruby - Size: 653 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

chivay/zline

readline replacement for Zig

Language: Zig - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 2 - Forks: 0

dikamjit-borah/LogReader

Send to client, data in log file for requested date or time

Language: JavaScript - Size: 2.45 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

px86/linereader

C++ library providing line-editing and history capabilities for interactive command line programs.

Language: C++ - Size: 45.9 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 3 - Forks: 0

vivekmaniyar/node-practice

This repository contains all nodejs practice projects

Language: JavaScript - Size: 6.64 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

tilfin/readline-transform

Transform stream to read content line-by-line and write a string

Language: JavaScript - Size: 23.4 KB - Last synced: 5 days ago - Pushed: almost 4 years ago - Stars: 4 - Forks: 1

keinn51/get_next_line

read 함수를 통해 파일의 내용을 한 줄씩 읽어서 반환하는 함수

Language: C - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

xubaiw/Readline.lean

libreadline binding for lean 4

Language: Lean - Size: 1000 Bytes - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

zenharris/ada-bbs

Ada small menu system, IRC client and line editor/text editor. PostgreSQL MMO Spaceship Simulator Game.

Language: Ada - Size: 244 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 3 - Forks: 0

Vikasg7/line-reader-browser

line-reader-browser allows browsers to read an input file line by line.

Language: TypeScript - Size: 14.6 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 4 - Forks: 1

josiaskas/minishell

Minishell, Aussi mignon qu’un vrai shell

Language: C - Size: 1.59 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

mxnt10/refine

Reads specific lines of text documents.

Language: C++ - Size: 30.3 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 2 - Forks: 0

tomchen/fetchline

Read text file (remote over HTTP(S) or local) line by line as async iterator, with Node, browsers and Deno

Language: TypeScript - Size: 1.62 MB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 2 - Forks: 1

TruncatedDinosour/vifzf-keybinds-baz-plugin

Baz plugin for adding vi fzf keybinds

Language: Shell - Size: 1000 Bytes - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

creemama/swingconsole

A Java Swing interactive console with readline-esque support

Language: Java - Size: 425 KB - Last synced: 10 months ago - Pushed: about 3 years ago - Stars: 2 - Forks: 0

Smoooky/42-minishell

Shell project for School 21 (aka Ecole 42)

Language: C - Size: 624 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

jasonm23/fun-with-zsh

Fun things you can do in zle / readline in particular.

Size: 1.95 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 3 - Forks: 0

gwenn/rustyline Fork of kkawakam/rustyline

Readline Implementation in Rust

Language: Rust - Size: 2.15 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 9 - Forks: 1

Pedrovinhas/js-guanabara

✏ Repositório com os exercícios e anotações do Curso em Vídeo de Javascript

Language: HTML - Size: 62.5 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

Pedrovinhas/guia-estelar-js

📚 Exercícios e anotações feitas no decorrer do curso de JavaScript básico da RocketSeat.

Language: JavaScript - Size: 36.1 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 3 - Forks: 2

davidgatti/How-to-use-Readline-in-NodeJS

⌨️ How to manipulate the terminal window using NodeJS

Language: JavaScript - Size: 146 KB - Last synced: over 1 year ago - Pushed: about 5 years ago - Stars: 20 - Forks: 0

TruncatedDinosour/myt

A CLI tool for searching and watching videos on youtube with no spyware and MPV and yt-dlp

Language: Python - Size: 148 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

SurpriseDog/readlines

Access a large text file in python as if it were a list with [slicing:] indices. 100% drop in replacement for file.readlines()[start:end] without needing to load the whole file into memory.

Language: Python - Size: 41 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 2 - Forks: 0

igorklyopov/heads-and-tails-cli

Console game (utility) "Heads or Tails" (CLI-game)

Language: JavaScript - Size: 20.5 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

IsaaacLim/42cursus_02_get_next_line

Read file and return each line

Language: C - Size: 336 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

vsnthdev/read-file-input

Opens a 📝 text editor, waits until closed & captures 🔬 file content.

Language: TypeScript - Size: 183 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

enquirer/readline-utils

This repository has been archived, use Enquirer instead.

Language: JavaScript - Size: 54.7 KB - Last synced: 2 months ago - Pushed: almost 7 years ago - Stars: 18 - Forks: 1

eldendo/fpc_readline

A simple freepascal wrapper to GNU READLINE

Language: Pascal - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

chambln/kakoune-readline

Readline-style mappings for Kakoune.

Size: 32.2 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 13 - Forks: 0