Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.09 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.09 KB

mikutter-mac

mikutter-mac is a plugin for the Twitter client mikutter. This plugin aims to better integrate mikutter with macOS.

日本語はこちら

Features

  • Make an .app bundle for mikutter.
  • Enable notifications
  • Enable soundplay

Requirements

Install these packages via Homebrew:

  • mikutter
  • terminal-notifier

Installation

Clone this repository

mkdir -p ~/.mikutter/plugin
cd ~/.mikutter/plugin
git clone https://github.com/midchildan/mikutter-mac.git

Make the .app bundle

cd ~/.mikutter/plugin/mikutter-mac
make install

Options for make

Option Default Value
prefix /Applications
MIKUTTER_PREFIX /usr/local/opt/mikutter/libexec
PREPEND_PATH /usr/local/bin:/usr/local/sbin

License

This plugin is distributed under the MIT license. See LICENSE for more details.

Author

midchildan