8000 GitHub - instantOS/commandfinder
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

instantOS/commandfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commandfinder

A command not found handler for arch linux based systems that is light as air


Dependencies

  • ripgrep
  • pacman (duh)
  • pkgfile

Installation

Download

First, download and install commandfinder.
Commandfinder is preinstalled and preconfigured on instantOS, so there is no need to mess with it there.

git clone https://github.com/instantOS/commandfinder
cd commandfinder
sudo make install

Shell setup

In order to use commandfinder it is required to tell the shell to use it to handle command-not-found events.

Zsh

Put the following at the end of your ~/.zshrc

command_not_found_handler() {commandfinder $@}

Bash

Put the following at the end of your ~/.bashrc

command_not_found_handle() {commandfinder $@}

TODO

monthly regenerate cache

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0