command-history
There are 32 repositories under command-history topic.
dvorka/hstr
bash and zsh shell history suggest box - easily view, navigate, search and manage your command history.
zsh-users/zsh-history-substring-search
🐠 ZSH port of Fish history search (up arrow)
PatrickF1/fzf.fish
🔍🐟 Fzf plugin for Fish
unixorn/fzf-zsh-plugin
ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.
meaningful-ooo/sponge
🧽 Clean fish history from typos automatically
1j01/simple-console
Add an elegant command-line interface to any page
Minecrell/TerminalConsoleAppender
JLine 3 appender for Log4j2, allows extending command line apps using colors and command completion
vaibhav-mattoo/alman
Smart alias manager with TUI for shell aliases and command-line efficiency 🚀
dkolmakov/hm
Command line history manager for bash
suewonjp/tclsh-wrapper
A tiny wrapper for Tcl/Tk's tclsh and wish
anki-code/xontrib-history-encrypt
🔐 The xonsh shell history backend to encrypt the commands history file to prevent leaking sensitive data.
interacto/interacto-ts
Front-end framework for processing user interface events in TypeScript + undo/redo algorithms
joknarf/shell-ng
shell plugin nextgen experience (bash/zsh/ksh)
y3owk1n/fish-fzf
Unopinionated FZF for Fish 🐟
rafntor/readline.ext
A Pure C# GNU-Readline like library for .NET
StefanBartl/nvim-cmdlog
A lightweight Neovim plugin to interactively view, search, and reuse command-line mode (`:`) and shell history using Telescope with extras.
interacto/interacto-angular
Front-end framework for processing user interface events in Angular
johnlng/slickcmd
A utility that enhances Windows command prompt navigation and efficiency.
RootShelll/p0wny-Shell
p0wny-shell is a PHP-based single-file shell script designed for penetration testing and security assessments of web applications. It offers features like command history, auto-completion, file system navigation, file upload, and file download. Use with caution in secure test environments only.
webus/gohistgrep
Command line app for quick search through the command history of shell
z3d6380/csh
Custom CLI/Shell Written in C
adamchristiansen/plecostomus
A command history filter for the fish shell
MisaghM/Operating-System-Lab-Projects
Extended xv6 operation system with new system calls, console shortcuts and command history, MLFQ, and semaphores.
Nikos25K/Shell-Implementation
💻 This project is a custom shell implementation written in C. It provides a command-line interface for users to execute commands, manage command history, create and use aliases, and handle input/output redirection and pipelines. The shell supports various built-in commands and can execute external programs, making it a versatile tool.
ttauveron/histt
A command-line tool designed to enhance your shell experience by providing an advanced history search.
lurco/Linux-configuaration-files
Configuration files (dot files) for my home directory on for a fresh Linux installation
minoritea/history-watcher
Accelerate bash/zsh history search
robkle/21sh
Unix command interpreter with line edition and command history, and that handles redirections, pipes, quotes and more.
shubshres/Mav-Shell
A shell program that accepts commands, forks a child process, and exectues those commands. The program also allows users to view command history and view Process IDs (PIDs).
malewicz1337/locus
A smart command-line history navigator that's directory-aware. Locus logs your shell commands with their corresponding directory, letting you find and re-run them with an easy interactive interface (locus -i). Stop searching your global history and find commands where you actually ran them.
virtualISP/Simple-C-Shell
A Unix-like shell implemented in C, featuring essential file operations, command history, and undo functionalities. Built with efficient data structures like linked lists and stacks.