Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Updating some README dependency information #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Thank you to [jomo](https://github.com/jomo/) and his script [jomo/imgur-screens

| os | dependency | description
|--------------- |----------------------------- |-----------------------------------------------------------------------------------------------------
| MacOS | greadlink | readlink -f doesn't work on Mac, so install coreutils via homebrew or just greadlink in general to make this work
| | Terminal Notifier | Default OSX Notifications suck and barely work, this is a workaround for that.
| | Screencapture | Comes default with OSX and is the client that you use when you press CMD + Shift 3 or CMD + Shift 4.
| | Pbcopy | Comes default with OSX and is used to copy things to your clipboard.
| | GREP | Comes standard with all UNIX OSes and is used to (in this case) decipher JSON.
| | cURL | Comes standard with all UNIX OSes and is used to (in this case) upload to the RLME server.
| macOS | greadlink | `readlink -f` doesn't ship on macOS, so you'll need to install it through Homebrew (`$ brew install coreutils`)
| | Terminal Notifier | Improves macOS notifications (`$ brew install terminal-notifier`)
| | Screencapture | macOS default screenshot package (shipped with macOS)
| | Pbcopy | macOS default clipboard control package (shipped with macOS)
| | GREP | JSON decipher for UNIX systems (shipped with macOS)
| | cURL | HTTP requests for UNIX systems (shipped with macOS)
| Linux | Notify-Send | Default Linux barely has any, if at all, notification support from terminal. This is a workaround.
| | Maim | A rich screenshotting client, that better than what comes default with Linux.
| | XClip | Comes default with most UNIX based OSes and allows for things to copied to clipboards.
Expand Down