command-history

There are 32 repositories under command-history topic.

  • hstr

    dvorka/hstr

    bash and zsh shell history suggest box - easily view, navigate, search and manage your command history.

    Language:C4.3k51430239
  • zsh-users/zsh-history-substring-search

    🐠 ZSH port of Fish history search (up arrow)

    Language:Shell2.9k35114167
  • PatrickF1/fzf.fish

    🔍🐟 Fzf plugin for Fish

    Language:Shell2.4k103797
  • unixorn/fzf-zsh-plugin

    ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.

    Language:Shell39241933
  • meaningful-ooo/sponge

    🧽 Clean fish history from typos automatically

    Language:Shell377544
  • 1j01/simple-console

    Add an elegant command-line interface to any page

    Language:JavaScript14551128
  • Minecrell/TerminalConsoleAppender

    JLine 3 appender for Log4j2, allows extending command line apps using colors and command completion

    Language:Java7972219
  • vaibhav-mattoo/alman

    Smart alias manager with TUI for shell aliases and command-line efficiency 🚀

    Language:Rust77021
  • dkolmakov/hm

    Command line history manager for bash

    Language:C++294493
  • suewonjp/tclsh-wrapper

    A tiny wrapper for Tcl/Tk's tclsh and wish

    Language:Tcl256114
  • xontrib-history-encrypt

    anki-code/xontrib-history-encrypt

    🔐 The xonsh shell history backend to encrypt the commands history file to prevent leaking sensitive data.

    Language:Python23121
  • interacto/interacto-ts

    Front-end framework for processing user interface events in TypeScript + undo/redo algorithms

    Language:TypeScript61361
  • joknarf/shell-ng

    shell plugin nextgen experience (bash/zsh/ksh)

    Language:Shell50
  • y3owk1n/fish-fzf

    Unopinionated FZF for Fish 🐟

    Language:Shell4100
  • rafntor/readline.ext

    A Pure C# GNU-Readline like library for .NET

    Language:C#3000
  • StefanBartl/nvim-cmdlog

    A lightweight Neovim plugin to interactively view, search, and reuse command-line mode (`:`) and shell history using Telescope with extras.

    Language:Lua3
  • interacto/interacto-angular

    Front-end framework for processing user interface events in Angular

    Language:TypeScript2170
  • johnlng/slickcmd

    A utility that enhances Windows command prompt navigation and efficiency.

    Language:Rust2100
  • 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.

    Language:PHP210
  • webus/gohistgrep

    Command line app for quick search through the command history of shell

    Language:Go2200
  • z3d6380/csh

    Custom CLI/Shell Written in C

    Language:C2100
  • adamchristiansen/plecostomus

    A command history filter for the fish shell

    Language:Shell1100
  • MisaghM/Operating-System-Lab-Projects

    Extended xv6 operation system with new system calls, console shortcuts and command history, MLFQ, and semaphores.

    Language:C100
  • 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.

    Language:C1100
  • ttauveron/histt

    A command-line tool designed to enhance your shell experience by providing an advanced history search.

    Language:Go1110
  • lurco/Linux-configuaration-files

    Configuration files (dot files) for my home directory on for a fresh Linux installation

    Language:Shell0000
  • minoritea/history-watcher

    Accelerate bash/zsh history search

    Language:Go0100
  • robkle/21sh

    Unix command interpreter with line edition and command history, and that handles redirections, pipes, quotes and more.

    Language:C0100
  • 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).

    Language:C0100
  • 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.

    Language:Rust
  • 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.

    Language:C