clipfilter (1) Linux Manual Page
NAME clipfilter – Run various conversions for your clipboard data. USAGE # (copy some stuff) $ clipfilter -html # (paste, with html entities substituted in) # or URI-escaping: $ clipfilter -uri # or pipe through an arbitrary program, like `tac`, the backwards cat: $ clipfilter tac # Note: currently, this just dumps everything to open2()…
