Find relevant emoji from text on the command-line :open_mouth: :sparkles: :raised_hands: :horse: :boom: :see_no_evil:
by sindresorhusTypeScript
This PR adds a comprehensive man page (man/emoj.1) and configures package.json to handle its installation automatically via npm install -g. Why this is useful: Standardization: Man pages are the expected way to document CLI tools on Unix-like systems. Discoverability: It provides a central place to document the interactive keyboard shortcuts (Up/Down for skin tone, Tab for copy-and-continue, etc.) which are otherwise only visible in the --help output. Offline Access: Users can access the full documentation directly from their terminal without needing to refer back to the README. The implementation follows the standard npm man field configuration, ensuring it is correctly linked during a global installation.
Repository: sindresorhus/emoj. Description: Find relevant emoji from text on the command-line :open_mouth: :sparkles: :raised_hands: :horse: :boom: :see_no_evil: Stars: 2425, Forks: 65. Primary language: TypeScript. Languages: TypeScript (79.3%), JavaScript (20.7%). License: MIT. Latest release: v4.2.0 (9mo ago). Open PRs: 0, open issues: 1. Last activity: 4mo ago. Top contributors: sindresorhus, Richienb, jonnybel, arnabsen1729, CodeDotJS, tannerntannern, naomik92.