All Projects → odlp → dictionary-osx

odlp / dictionary-osx

Licence: other
Access the Mac OSX Dictionary app via the command line

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to dictionary-osx

meanOs
Mean Operating System - The first decentralized, artificially intelligent, MEAN.js stack, operating system. Mean OS is the only operating system hosted anonymous using a P2P network and a suite of non-standard in-browser delivery mechanisms. Mean OS proudly supports Brave and Tor, be free!
Stars: ✭ 62 (+210%)
Mutual labels:  osx
pb
📋 Access HTML and other pasteboards from JS and command line
Stars: ✭ 31 (+55%)
Mutual labels:  osx
node-jxa
Use your favorite node.js modules (and JS editor) for your Javascript OSX automation scripts
Stars: ✭ 52 (+160%)
Mutual labels:  osx
Fab
🛍️ A Floating Action Button for macOS. Inspired by Material Design, and written in Swift.
Stars: ✭ 24 (+20%)
Mutual labels:  osx
BitStream
A rudimentary Electron application that utilises WebTorrent to stream and download a torrent simultaneously
Stars: ✭ 15 (-25%)
Mutual labels:  osx
dotfiles
My .dotfiles
Stars: ✭ 12 (-40%)
Mutual labels:  osx
SpaceId
macOS space indicator
Stars: ✭ 116 (+480%)
Mutual labels:  osx
mkosxinstallusb
Linux shell script that creates USB flash drive booting OS X installer
Stars: ✭ 34 (+70%)
Mutual labels:  osx
mac-a-mal-cuckoo
The current repository contains all the scripts needed to complement kernel-mode mac-a-mal malicious activity hooking on macOS to Cuckoo sandbox.
Stars: ✭ 40 (+100%)
Mutual labels:  osx
LayerX
An intuitive app to display transparent images on screen.
Stars: ✭ 136 (+580%)
Mutual labels:  osx
conductor
A lightweight OS X window manager for hackers
Stars: ✭ 24 (+20%)
Mutual labels:  osx
XPS15-9560-Monterey
XPS15-9560-Catalina, Q群:161385229
Stars: ✭ 268 (+1240%)
Mutual labels:  osx
Sculpt-Comfort-Mission-Control
Switch desktops on your Mac with any mouse
Stars: ✭ 117 (+485%)
Mutual labels:  osx
packages
Cloud Posse DevOps distribution of linux packages for native apps, binaries, alpine packages, debian packages, and redhat packages.
Stars: ✭ 107 (+435%)
Mutual labels:  osx
Meme-Maker-Mac
Meme Maker open source macOS app made in Swift.
Stars: ✭ 59 (+195%)
Mutual labels:  osx
LIFX-Menu
OSX menu bar app to control LIFX bulbs
Stars: ✭ 24 (+20%)
Mutual labels:  osx
CocoaMSX
MSX Emulator for macOS
Stars: ✭ 72 (+260%)
Mutual labels:  osx
reactors
View components and APIs that work web, mobile and native!
Stars: ✭ 14 (-30%)
Mutual labels:  osx
ModMove
Move/Resize windows using modifiers and the mouse
Stars: ✭ 86 (+330%)
Mutual labels:  osx
Swift-IOS-ANE
FlashRuntimeExtensions.swift. Example Air Native Extension written in Swift 5 for iOS, macOS and tvOS
Stars: ✭ 56 (+180%)
Mutual labels:  osx

OSX Dictionary CLI

Access the Mac OSX Dictionary app via the command line.

Installation

  • Download the latest release. Only available for OSX (tested on El Capitan).
  • Place the binary on your path, e.g. /usr/local/bin/dictionary

Alternatively you can build the project with Xcode 7.3 or later. After running the build (⌘R), right click on the Products group and select Show in Finder.

Usage

dictionary cat
# cat 1 |kat| ▶noun 1 a small domesticated carnivorous mammal with soft fur...

Formats

Adjust the output with -f or --format flags:

  • text: Plaintext output
  • html: Default Dictionary.app output
  • speech-part: Parses the speech part of the first definition (e.g. noun, verb)

Background

This CLI uses DictionaryKit to fetch definitions via private Dictionary Services on OSX. This private API usage is not suitable for App Store apps. Read more background about dictionary services on NSHipster.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].