Skip to content

Instantly share code, notes, and snippets.

View bbugyi200's full-sized avatar

Bryan Bugyi bbugyi200

View GitHub Profile
@jottr
jottr / readline_shortcuts.md
Last active September 1, 2026 00:28
readline shortcuts

Readline

GNU readline is a commonly used library for line-editing; it is used for example by Bash, FTP, and many more (see the details of [readline][5] package under "Required By" for more examples). readline is also customizable (see man page for details).

Keyboard Shortcut Description

Ctrl+l Clear the screen

Cursor Movement

@sgarciav
sgarciav / pass.md
Last active July 6, 2026 15:20
Initialize your password store

About

Summarizing the instructions of the pass tool (as seen on its website).

Getting Started

Installation

Execute: $ sudo apt install pass