All Projects → jorgebucaran → Autopair.fish

jorgebucaran / Autopair.fish

Licence: mit
Auto-complete matching pairs in the Fish command line.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Autopair.fish

Blackeye-for-Windows
This is a Phishing tool. Phishing is a type of hacking also called credential harvesting. It creates fake websites for victims to login which saves their login info which includes IP, User-Agent, Username and Password to a file in the computer running Blackeye. This tool has been there for Linux and even Android via Termux. I converted it to Win…
Stars: ✭ 38 (-39.68%)
Mutual labels:  fish, commandline
Commandline
A pure Swift library for creating command-line interfaces
Stars: ✭ 1,099 (+1644.44%)
Mutual labels:  commandline
Nvm.fish
Node.js version manager lovingly made for Fish.
Stars: ✭ 881 (+1298.41%)
Mutual labels:  fish
Idempotent Desktop
🛸 NixOS, Xmonad, Neovim
Stars: ✭ 51 (-19.05%)
Mutual labels:  fish
Gitviper
Enhanced git experience using the command line
Stars: ✭ 35 (-44.44%)
Mutual labels:  commandline
Dotfiles
dotfiles managed by GNU Stow
Stars: ✭ 52 (-17.46%)
Mutual labels:  fish
Spacefish
🚀🐟 The fish shell prompt for astronauts
Stars: ✭ 856 (+1258.73%)
Mutual labels:  fish
Dotfiles
🏠
Stars: ✭ 60 (-4.76%)
Mutual labels:  fish
Ntutils
Various Command Line Utilities Ported to Windows NT
Stars: ✭ 58 (-7.94%)
Mutual labels:  commandline
To Fish
Bookmarks for Fish Shell
Stars: ✭ 44 (-30.16%)
Mutual labels:  fish
Commandline
CommandLine parser
Stars: ✭ 45 (-28.57%)
Mutual labels:  commandline
Hdfs
A native go client for HDFS
Stars: ✭ 992 (+1474.6%)
Mutual labels:  commandline
Emacs Fish Completion
[MOVED TO GITLAB]
Stars: ✭ 53 (-15.87%)
Mutual labels:  fish
Socli
Stack overflow command line client. Search and browse stack overflow without leaving the terminal 💻
Stars: ✭ 911 (+1346.03%)
Mutual labels:  commandline
Fish Docker Compose
Fish shell completions for docker-compose
Stars: ✭ 58 (-7.94%)
Mutual labels:  fish
Scorphiles
💻 dotfiles, scripts, functions, hooks and whatnot
Stars: ✭ 12 (-80.95%)
Mutual labels:  fish
Jump
Jump helps you navigate faster by learning your habits. ✌️
Stars: ✭ 1,024 (+1525.4%)
Mutual labels:  fish
Breeze
git tool for fish-shell
Stars: ✭ 52 (-17.46%)
Mutual labels:  fish
Cgitc
Close Git Combat
Stars: ✭ 62 (-1.59%)
Mutual labels:  fish
Dotfiles.fish
my own dotfiles ported to fish
Stars: ✭ 59 (-6.35%)
Mutual labels:  fish

autopair.fish

Auto-complete matching pairs in the Fish command line.

Automatically insert, erase, and skip matching pairs as you type in the command-line: (), [], {}, "", and ''. E.g., pressing ( inserts () and positions the cursor in between the parentheses. Hopefully.

  • Insert matching pairs.

    $ echo# Let's say ⎪ is the cursor!
    

    " 🥊

    $ echo "⎪"
    
  • Erase pairs on backspace:

    $ echo "Hey⎪"
    

    Backspace 🥊🥊🥊

    $ echo "⎪"
    

    Backspace 🥊

    $ echo
  • Skip over matched pairs:

    $ echo "Hey⎪"
    

    " 🥊

    $ echo "Hey"

Installation

Install with Fisher:

fisher install jorgebucaran/autopair.fish

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].