mibo / mifish-omf-plugin

My repo for Fish functions and completions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mifish-omf-plugin

A plugin for Oh My Fish.

MIT License Fish Shell Version Oh My Fish Framework


Install

$ omf install mifish-omf-plugin

Usage

$ mifish-omf-plugin

Functions

bru

Helper alias for brew which combines brew update -> brew outdated -> brew upgrade in a single bru command.

zg $*

Run z with given parameters and list the result as selectable items.

pdf2booklet (to be done)

Currently only a Idea TBD. Create a function which only takes on parameter (input PDF), create an Booklet (with re-use name of the input file => input-file.pdf -> input-file-booklet.pdf) and then directly opens Preview app.

Booklet creation is done via pdfbooklet (see GitHub project).

Run pdf2booklet with name of PDF to be converted.

Abbrevation

See Abbr in Fishshell documentation.

abbr --add gcf "git commit --amend --reuse-message HEAD"
abbr --add -U git_mb_rm_gone_branch_dry "git branch -v | grep gone | cut -f 3 -d ' '"
abbr --add -U git_mb_rm_gone_branch "git branch -D (git branch -v | grep gone | cut -f 3 -d ' ')"

Helpful links

https://mvolkmann.github.io/fish-article/

License

MIT © mibo et al

About

My repo for Fish functions and completions

License:MIT License


Languages

Language:Shell 100.0%