17d4df0bbaf2e24439f9f7435cf0efcf1a39ee36
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_BINvariable.- Add
export MKR_BIN="https://bin.example.com/"(Ensure to keep the trailing slash) in your shell rc (~/.bashrcif using bash).
- Add
- To use an editor other than vim in interactive mode, export
EDITORvariable.- Add
export EDITOR=microin your shell rc (~/.bashrcif using bash).
- Add
Description
Languages
Shell
100%