Go to file
Ceda EI 17d4df0bba Update README.md 2018-11-16 15:21:44 +05:30
LICENSE Initial commit 2018-11-07 10:56:15 +01:00
README.md Update README.md 2018-11-16 15:21:44 +05:30
mbin.sh Change -d with --data-binary 2018-11-16 15:11:47 +05:30

README.md

mkr-bin-client

Command line client for mkr/bin. Uses bin.mkr.pw as the default instance.

Requirements

  • xclip (for copying url into clipboard)
  • curl

Usage

Copy mbin.sh to your PATH or add an alias to point to the absolute path of mbin.sh.

  some_command | mbin.sh
  mbin.sh # Opens in interactive mode.

Customization

  • To use custom instance, export MKR_BIN variable.
    • Add export MKR_BIN="https://bin.example.com/" (Ensure to keep the trailing slash) in your shell rc (~/.bashrc if using bash).
  • To use an editor other than vim in interactive mode, export EDITOR variable.
    • Add export EDITOR=micro in your shell rc (~/.bashrc if using bash).