VirtualTam's bookmarks
80 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
-
pactree
- package dependency tree viewer1$ pactree python-tox | rg 'python-' 2 3python-tox 4├─python-cachetools 5├─python-chardet 6├─python-colorama 7├─python-filelock 8├─python-packaging 9├─python-platformdirs 10├─python-pluggy 11├─python-pyproject-api 12│ └─python-packaging 13└─python-virtualenv 14 ├─python-distlib 15 ├─python-filelock 16 └─python-platformdirs
-
BASIC Computer Games
2023-12-17 An updated version of the classic "Basic Computer Games" book, with well-written examples in a variety of common MEMORY SAFE, SCRIPTING programming languages
-
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
-
Writing Shell Scripts Using Elixir
2022-04-24 -
Enable bracketed paste with Vim and Tmux
2021-11-02 - https://vimhelp.org/term.txt.html#xterm-bracketed-paste
- https://jdhao.github.io/2021/02/01/bracketed_paste_mode/
- https://cirw.in/blog/bracketed-paste
- https://vi.stackexchange.com/questions/25311/how-to-activate-bracketed-paste-mode-in-gnome-terminal-for-vim-inside-tmux
- https://stackoverflow.com/questions/5585129/pasting-code-into-terminal-window-into-vim-on-mac-os-x/7053522#7053522
- https://vi.stackexchange.com/questions/25135/why-does-f22-appear-when-pasting-into-vim/25157#25157
- https://vi.stackexchange.com/questions/24928/command-p-paste-script-shortcut/24929#24929
- https://news.ycombinator.com/item?id=18329305
-
- https://github.com/mozilla/mozjpeg
- https://github.com/kornelski/pngquant
- https://github.com/tjko/jpegoptim
- https://github.com/imagemin/imagemin
- https://jeremy.codes/blog/bulk-image-optimization-in-bash/
- https://jeremy.codes/blog/faster-bulk-image-optimization-in-bash/
- https://rigor.com/blog/optimizing-animated-gifs-with-html5-video
- https://github.com/svg/svgo
- https://github.com/jakearchibald/svgomg
-
Run adduser non-interactively - Ask Ubuntu
2018-12-21 -
ZSH-LOVERS(1)
2018-11-29