MIAOU-BASH is a collection of settings and helpers for leveraging BASH. Developer-friendly, it may be used as solo package with or without the miaou project.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pvincent 3bbf521fd0 tagged as 0.3.85 3 days ago
.vscode new tool: fqdn 9 months ago
assets predefined ghostty config 3 days ago
bin initiate 3 days ago
doc no more dev docs 5 days ago
etc vimrc match inputrc 3 days ago
lib quick fix 3 days ago
test fix return 0 show error_box 1 week ago
tools no more upgrade_miaou_bash 5 days ago
.gitignore gitignore _miaou 3 weeks ago
.semver_git_tag tagged as 0.3.85 3 days ago
LICENSE second commit 3 years ago
README.md initiate 3 days ago
install.sh predefined ghostty config 3 days ago

README.md

MIAOU-BASH

MIAOU-BASH is a mix of scripts and settings aiming for leveraging your terminal experience. As the name suggests, it is based on Bash and expect to work on most of any modern GNU/Linux. However, at this stage, the installation process only supports 2 distribution families:

  • Debian Like : Debian, Mint, Ubuntu, ...
  • Arch Like : ArchLinux, Manjaro, ...

Be aware MIAOU-BASH (uppercase) refers to the whole package itself. Meanwhile miaou-bash (downcase) refers to the only one, yet useful, utility script.

This is free software and licensed as: Affero GPL v3 + Any feedback appreciated: contact@artcode.re

Featuring

  • default settings
    • inputrc
    • bashrc
      • some aliases (l, ll, ltr, ...)
      • smart prompt
        • git, failure aware
    • vimrc
    • ghostty
      • terminfo
      • global config
  • miaou-bash
    • friendly error message
    • stacktrace
  • tools
    • semver-git_tag
    • fqdn

install

curl -s https://git.artcode.re/miaou/miaou-bash/raw/branch/main/install.sh | sudo bash && exec bash

upgrade

miaou-bash --self-upgrade

uninstall

miaou-bash --uninstall && exec bash

initiate

Rk: useful when timezone has changed or ghostty command has been installed aftwerwards

miaou-bash --initiate

Readline main bindings

# CTRL + { left, right } for moving around words
# ALT + { left, right } for moving around Big:Words (faster)
# CTRL + { backspace, delete } for word suppressing
# ALT + { backspace, delete } for suppressing until start/end (faster)
# SHIFT + { backspace, delete } for suppressing the whole line
# { CTRL, ALT } + u for undo 
# { up, down } for history search