VirtualTam's bookmarks
254 bookmarks found
-
Reference:
- abbr - manage fish abbreviations
- argparse - parse options passed to a fish script or function
- function - create a function
- string - manipulate strings
- switch - conditionally execute a block of commands
Configuration:
- Writing your own prompt
- fish_add_path - add to the path
- fish_git_prompt - output git information for use in a prompt
- Setting up my fish shell from scratch on macOS
Plugins:
- jorgebucaran/fisher - A plugin manager for Fish
- jorgebucaran/autopair.fish - Auto-complete matching pairs in the Fish command line
- PatrickF1/fzf.fish
- kidonng/zoxide.fish
-
hanslub42/rlwrap - a readline wrapper
2024-07-09 -
Emacs window management almanac
2024-05-13 - abo-abo/ace-window - Quickly switch windows in Emacs
- alphapapa/dogears.el - Never lose your place in Emacs again
- emacsorphanage/transpose-frame
- Emacs Manual - The Zen of Buffer Display
-
Tips on Adding JSON Output to Your CLI App
2024-04-23 - Bringing the Unix Philosophy to the 21st Century
- kellyjonbrazil/jc - CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries
-
haiti - Hash Type Identifier
2024-03-14 -
Sequoia-PGP - OpenPGP Implementation in Rust
2023-11-09 - Talk about OpenPGP interop testing at the IETF 110
- sequoia-pgp/sequoia - APIs for dealing with OpenPGP data
- sequoia-pgp/sequoia-sq - the Sequoia-PGP command line tool
- RpmSequoia
-
Confusing Git Terminology
2023-11-03 -
Here Documents - Bash Reference Manual
2023-09-11 The format of here-documents is:
1[n]<<[-]word 2 here-document 3delimiter
If any part of word is quoted, the delimiter is the result of quote removal on word, and the lines in the here-document are not expanded.
This is useful to write scripts that:
- write scripts (verbatim)
- execute a sequence of commands (verbatim) on a remote host
-
1# GNU sed 2sed -e 's/\x1b\[[0-9;]*m//g' 3 4# macOS 5sed -e $'s/\x1b\[[0-9;]*m//g'
-
The Dam - A slack clone in 5 lines of bash
2023-07-22 - edouardklein/suc - The Simple UNIX Chat
- tildeverse.org - Public access UNIX systems